summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (defstruct): Treat multi-nested :include properly.Richard M. Stallman1996-04-161-7/+29
* (isqrt): Support expanded range of Lisp integers.Richard M. Stallman1996-04-161-4/+7
* (disassemble-internal): Graceful error if compile failed.Richard M. Stallman1996-04-081-2/+3
* (elp-instrument-package): Don't instrument keymaps and autoloaded functions.Richard M. Stallman1996-03-221-3/+3
* Comment change.Richard M. Stallman1996-03-201-292/+270
* (lisp-fill-paragraph): Treat code-and-comment case specially.Richard M. Stallman1996-03-171-3/+13
* (equalp): Use string-equal on strings.Erik Naggum1996-03-081-2/+2
* (profile-convert-byte-code): New function.Richard M. Stallman1996-03-081-0/+18
* (post-command-idle-hook, post-command-idle-delay): Mark obsolete.Richard M. Stallman1996-03-061-0/+4
* (equalp): Correctly compare last elt of two lists.Richard M. Stallman1996-03-051-1/+2
* Comment change.Richard M. Stallman1996-03-021-1/+1
* Save if reqd in emacs-lisp-byte-compile-and-load.Simon Marshall1996-02-291-7/+9
* (timeout-event-p): Function deleted.Richard M. Stallman1996-02-281-5/+0
* Comments censored.Karl Heuer1996-02-211-1/+10
* (lisp-fill-paragraph): When filling a comment,Karl Heuer1996-02-211-21/+35
* Change defconst into defvar. Many doc fixes.Richard M. Stallman1996-02-081-57/+53
* Fix the FSF address again.Erik Naggum1996-02-061-1/+2
* (lm-header-prefix): New variable.Richard M. Stallman1996-02-061-105/+221
* (lisp-mode-variables): Locally clear adaptive-fill-mode.Richard M. Stallman1996-02-051-0/+5
* (lm-insert-at-column): Renamed from insert-at-column.Richard M. Stallman1996-02-041-6/+7
* (tq-process-buffer): Fix error format string.Karl Heuer1996-01-291-3/+3
* (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
* (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
* (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
* (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
* 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
* (lisp-fill-paragraph): Several changes.Karl Heuer1995-12-211-10/+16
* (byte-compile-output-docform): Don't do dynamic docKarl Heuer1995-12-211-0/+1
* (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
* (copyright-regexp): Recognize ISO copyright symbol.Karl Heuer1995-12-031-3/+3
* (eldoc-message): New macro.Noah Friedman1995-11-251-9/+16
* (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