summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (eldoc-mode): Toggle eldoc-mode if no prefix given.Noah Friedman1996-07-141-4/+6
|
* (lisp-mode-variables): Set comment-start-skip to ignore backslash-quotedMiles Bader1996-07-041-1/+3
| | | | semicolons.
* (profile-functions): No need to assume that theRichard M. Stallman1996-06-281-33/+36
| | | | | | | | current buffer is writable. (profile-print, profile-results): Changed to display number of calls and average time per call. (profile-update-function): Update the number of calls. (profile-a-function): Init the number of calls.
* (pp-to-string): Treat #( like (.Richard M. Stallman1996-06-181-2/+2
|
* (make-lucid-menu-keymap): Add menu-alias property.Richard M. Stallman1996-06-131-0/+1
|
* (easy-menu-create-keymaps): Add menu-alias property.Richard M. Stallman1996-06-131-1/+2
|
* Use executing-kbd-macro, not executing-macro.Karl Heuer1996-05-292-9/+9
|
* Fixed up initial lineErik Naggum1996-05-201-1/+1
|
* Lots of fixes.Richard M. Stallman1996-05-111-49/+80
|
* (gulp-search-path, gulp-packages): Variable deleted.Richard M. Stallman1996-05-071-15/+10
| | | | | (gulp-send-requests): Make the list of packages from scratch here. Read directory name with the minibuffer.
* Initial revisionRichard M. Stallman1996-05-071-0/+125
|
* (defstruct): Treat multi-nested :include properly.Richard M. Stallman1996-04-161-7/+29
| | | | | (flet): Warn when flet rebinds a macro name. (labels): Rewrite to be fully CL-compliant.
* (isqrt): Support expanded range of Lisp integers.Richard M. Stallman1996-04-161-4/+7
| | | | | (cl-expt): Bug fix for (expt -1 -N). (cl-macroexpand-all): Change to support `labels'.
* (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
| | | | (profile-a-function): Use profile-convert-byte-code.
* (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
| | | | | find paragraph bounds by hand, and pass the SQUEEZE-AFTER arg to fill-region-as-paragraph.
* 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
| | | | | | | | | | | | | | | | | (lm-comment-column): defvar moved. (lm-history-header, lm-commentary-header): New variables. (lm-get-header-re, lm-get-package-name): New functions. (lm-code-mark): defun --> defsubst. (lm-history-mark, lm-commentary-mark): New functions. (lm-header): Now accepts RCS ident style headers. (lm-summary): Now accepts unix `what' commands prefix @(#). (lm-crack-address, lm-authors, lm-maintainer, lm-insert-at-column): (lm-creation-date, lm-last-modified-date, lm-version): (lm-keywords, lm-adapted-by): Comments made into doc strings. (lm-commentary): Added more tolerant 'cond' case. Now uses functions lm-commentary-mark, lm-... to get points. (lm-verify): Made interactive. Added more check points in the last prog1. (lm-synopsis): Made interactive.
* (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
| | | | | All callers changed. (lm-synopsis): Add interactive spec.
* (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
| | | | (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
|