summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (byte-compile-log-1): Delete format call inside message.Karl Heuer1996-01-291-8/+8
|
* (lisp-fill-paragraph): Use fill-paragraph once again for filling a comment.Richard M. Stallman1996-01-261-2/+2
|
* (list-load-path-shadows): Pass proper format string to message.Karl Heuer1996-01-251-2/+2
| | | | (list-load-path-shadows): Delete format call inside message.
* (lm-report-bug): Pass proper format string to message.Karl Heuer1996-01-251-2/+2
|
* (emacs-lisp-mode-map): Avoid duplicate in menu bindings.Karl Heuer1996-01-241-1/+1
|
* (update-file-autoloads): Only give "up to date" msg if (interactive-p).Roland McGrath1996-01-211-3/+5
| | | | (update-autoloads-from-directory): Call expand-file-name on arg.
* (pp-eval-expression): Use `frame-width' instead of `screen-width'.Erik Naggum1996-01-191-1/+1
|
* Comment change.Erik Naggum1996-01-191-1/+1
|
* (update-file-autoloads): Fix message.Erik Naggum1996-01-161-1/+1
|
* Update comment preambleErik Naggum1996-01-151-1/+2
|
* Update FSF's address.Erik Naggum1996-01-1434-404/+451
|
* (emacs-lisp-byte-compile): Fix error message.Karl Heuer1996-01-091-1/+16
| | | | | (emacs-lisp-compile-and-load): New function. (emacs-lisp-mode-map): Add emacs-lisp-compile-and-load to menu bar.
* (easy-menu-define): Doc fix.Karl Heuer1996-01-091-1/+1
|
* Initial revisionKarl Heuer1996-01-081-0/+201
|
* (update-file-autoloads): Fix placement of new sections.Roland McGrath1996-01-061-1/+7
|
* (update-file-autoloads): Notice when searching found nothing at all.Roland McGrath1996-01-061-88/+63
| | | | | | (update-autoloads-from-directory): New function. (batch-update-autoloads): Use it. (update-directory-autoloads, update-autoloads-here): Functions removed.
* Comment fixes.Karl Heuer1996-01-055-9/+9
|
* (batch-update-autoloads): Use error-message-string.Richard M. Stallman1996-01-051-3/+1
|
* (cl-copy-tree): Doc fix.Karl Heuer1996-01-041-1/+1
|
* (debug): Fix message spelling.Karl Heuer1996-01-041-1/+1
|
* (generate-file-autoloads): Preserve whitespace after cookie in literal textRoland McGrath1996-01-041-4/+11
| | | | copied to output; eat only a single space.
* (lisp-fill-paragraph): Several changes.Karl Heuer1995-12-211-10/+16
| | | | | | Change how to recognize partial comment lines, how to find start of region to fill. Use fill-region. Use tabs when making comment-fill-prefix.
* (byte-compile-output-docform): Don't do dynamic docKarl Heuer1995-12-211-0/+1
| | | | strings if byte-compile-compatibility.
* (byte-compile-unfold-lambda): Recursively optimize body.Karl Heuer1995-12-211-0/+1
|
* (generate-file-autoloads): If no buffer visiting FILE exists, read it intoRoland McGrath1995-12-141-2/+8
| | | | a temp buffer for processing without visiting it.
* (copyright-regexp): Recognize ISO copyright symbol.Karl Heuer1995-12-031-3/+3
| | | | (copyright-update): Pattern is now match #2, not #1.
* (eldoc-message): New macro.Noah Friedman1995-11-251-9/+16
| | | | (eldoc-print-var-docstring, eldoc-print-fnsym-args): Use it.
* (eldoc-mode-print-current-symbol-info): Do nothing if executing-macro.Noah Friedman1995-11-211-2/+3
|
* (eldoc-minor-mode-string): New variable.Noah Friedman1995-11-181-3/+6
|
* (top level): Make sure to set global minor-mode-alist, not local one.Noah Friedman1995-11-131-11/+25
| | | | | | (eldoc-mode-print-current-symbol-info): Make sure this-command is a symbol. (eldoc-function-argstring): If fn is a macro, skip leading `macro' elt. (eldoc-function-argstring-from-docstring): Look for `condition-case' pattern.
* Initial revisionNoah Friedman1995-11-121-0/+423
|
* (lisp-mode-variables, lisp-fill-paragraph): RemoveRichard M. Stallman1995-11-111-3/+3
| | | | | "^" from paragraph-start and paragraph-separate. Moved page-delimiter first in case it has a "^" also.
* (byte-compile-associative): Do operations left to right.Richard M. Stallman1995-11-101-9/+21
| | | | (byte-force-recompile): Improve the prompt.
* Make byte-force-recompile suitably interactive.Simon Marshall1995-11-061-0/+1
|
* (disassemble-internal): Handle lazy-loaded doc strings.Richard M. Stallman1995-10-301-1/+4
| | | | (disassemble-1): Handle lazy-loaded bytecode objects.
* (byte-recompile-directory): New arg FORCE.Richard M. Stallman1995-10-301-3/+16
| | | | (byte-force-recompile): New function.
* Comment change.Richard M. Stallman1995-10-308-24/+11
|
* (byte-compile-from-buffer): Bind print-level.Richard M. Stallman1995-10-061-0/+1
|
* (get-setf-method): Protect caller's match-data from string-match.Erik Naggum1995-09-221-1/+2
|
* (byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols inErik Naggum1995-09-211-10/+9
| | | | the C code.
* (rassoc): Definition deleted.Richard M. Stallman1995-08-271-2/+0
|
* (eventp): Duplicate definition deleted.Richard M. Stallman1995-08-261-9/+0
|
* (byte-compiler-base-file-name): New function.Richard M. Stallman1995-08-221-4/+15
| | | | (byte-compile-dest-file): Call byte-compiler-base-file-name.
* (byte-compile-insert-header): Use 19.29, not 19.28.90Richard M. Stallman1995-08-101-54/+56
| | | | | | | | | as limit for where dynamic docstrings are allowed. (byte-compile-insert-header): New args inbuffer and outbuffer. Test byte-compile-dynamic-docstrings in the initially current buffer. (byte-compile-from-buffer): Add new args to byte-compile-insert-header.
* (byte-compile-output-docform): CheckRichard M. Stallman1995-08-071-66/+69
| | | | byte-compile-dynamic-docstrings in input buffer, not output buffer.
* (byte-optimize-nthcdr): Fix previous change.Richard M. Stallman1995-08-011-1/+1
|
* (byte-compile-insert-header): If compiling for vers 18,Richard M. Stallman1995-07-301-2/+4
| | | | arrange to set current-load-list when loadingthe file.
* (lisp-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-1/+15
| | | | (lisp-mode-variables): Set imenu-generic-expression.
* (shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.Richard M. Stallman1995-07-261-3/+2
|
* (byte-optimize-lapcode): Fix format calls.Richard M. Stallman1995-07-211-2/+2
|