summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (exec-to-string): New alias.Richard M. Stallman1996-09-261-0/+2
* (edebug-original-signal): Don't define it.Richard M. Stallman1996-09-241-16/+8
* (pre-command-hook, post-command-hook): Defvars deleted.Richard M. Stallman1996-09-231-19/+4
* (add-timeout): Duplicate definition deleted.Richard M. Stallman1996-09-231-21/+0
* (byte-optimize-form-code-walker):Richard M. Stallman1996-09-221-1/+1
* (save-current-buffer): Compile it like save-excursion.Richard M. Stallman1996-09-221-2/+9
* (tq-filter): No need for save-match-data.Richard M. Stallman1996-09-181-1/+1
* (byte-compile-lambda): If the doc string is also theRichard M. Stallman1996-09-171-2/+5
* (tq-filter): Add unwind-protect and save-match-data.Richard M. Stallman1996-09-151-4/+8
* (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
* (byte-compile-output-file-form): Bind print-quoted and print-gensym to tErik Naggum1996-09-101-4/+4
* (update-file-autoloads): Don't barf if autoloads fileRichard M. Stallman1996-09-101-1/+1
* (byte-compile-out-toplevel): Undo previous change.Richard M. Stallman1996-09-101-47/+9
* 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
* (byte-compile-funarg-2): New function,Richard M. Stallman1996-08-281-1/+15
* (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
* (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
* (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
* (profile-functions): No need to assume that theRichard M. Stallman1996-06-281-33/+36
* (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
* Initial revisionRichard M. Stallman1996-05-071-0/+125
* (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