summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (pp-eval-expression): Set font-lock-default locally to nil.Richard M. Stallman1996-09-121-1/+3
|
* (easy-menu-do-define): Use `x-popup-menu' instead ofRichard M. Stallman1996-09-111-1/+1
| | | | non-existing `easy-popup-menu'.
* (byte-compile-output-file-form): Bind print-quoted and print-gensym to tErik Naggum1996-09-101-4/+4
| | | | | when writing compiled byte-code objects. (byte-compile-output-docform): Likewise.
* (update-file-autoloads): Don't barf if autoloads fileRichard M. Stallman1996-09-101-1/+1
| | | | file is completely empty.
* (byte-compile-out-toplevel): Undo previous change.Richard M. Stallman1996-09-101-47/+9
| | | | (byte-compile-byte-code-maker): Undo previous change.
* Turn on byte-compile-dynamic.Richard M. Stallman1996-09-014-4/+4
|
* (byte-compile-associative): Treat one arg case like (+ x 0).Richard M. Stallman1996-08-291-1/+5
|
* (narrow-to-defun): New function.Richard M. Stallman1996-08-291-0/+9
|
* (byte-compile-out-toplevel): Always compile to byte codeRichard M. Stallman1996-08-281-9/+47
| | | | | | if an uninterned symbol appears. (byte-compile-byte-code-maker): Handle uninterned symbols in the constant vector.
* (byte-compile-funarg-2): New function,Richard M. Stallman1996-08-281-1/+15
| | | | (sort): Use byte-compile-funarg-2.
* (byte-compile-insert-header): Fix previous change.Richard M. Stallman1996-08-261-4/+3
|
* (byte-compile-insert-header):Richard M. Stallman1996-08-251-2/+6
| | | | Edit byte-compile-version to extract just the version number.
* (byte-compile-version): Use $Revision, not $Id.Richard M. Stallman1996-08-251-1/+1
|
* (byte-compile-insert-header): Clean up syntaxRichard M. Stallman1996-08-251-10/+13
| | | | (byte-compile-version): Use the RCS version number.
* (edebug-trace-display): Save and restore current buffer.Richard M. Stallman1996-07-241-4/+6
|
* (list-load-path-shadows): Doc fix.Richard M. Stallman1996-07-231-3/+3
|
* Fix FSF address in comment.Karl Heuer1996-07-201-2/+3
|
* (list-load-path-shadows): Fix ambiguous wording.Karl Heuer1996-07-201-20/+21
|
* (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
|