summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (easy-menu-create-keymaps): Menu item STYLE toggle (checkbox)Richard M. Stallman1997-01-021-28/+64
* (byte-compile-file): Set default-directory in compiler input buffer.Richard M. Stallman1996-12-301-2/+4
* (edebug-read-symbol, edebug-read-string): Don't back up after reading.Richard M. Stallman1996-12-261-21/+6
* Change defconsts to defvars.Richard M. Stallman1996-12-161-3/+3
* (byte-compile-insert-header): Fix previous change.Karl Heuer1996-12-111-3/+3
* (byte-compile-insert-header): If emacs-versionRichard M. Stallman1996-12-071-1/+4
* (combine-after-change-calls): The first form is not special.Erik Naggum1996-11-111-1/+1
* (combine-after-change-calls): Add lisp-indent-function property.Richard M. Stallman1996-11-091-0/+1
* (combine-after-change-calls): New def-edebug-spec.Richard M. Stallman1996-11-091-2/+3
* (lisp-complete-symbol): Sort the list.Richard M. Stallman1996-11-011-0/+1
* (lexical-let): Fixed a bug involving nestedKarl Heuer1996-10-241-0/+1
* (define-function): Mark it as obsolete.Richard M. Stallman1996-10-121-1/+2
* (narrow-to-defun): Narrow to the same defun that `mark-defun' would makeErik Naggum1996-10-081-4/+8
* (with-current-buffer): Correct indentation property.Erik Naggum1996-10-081-1/+1
* (eldoc-function-argstring-from-docstring): Add search that finds arglistNoah Friedman1996-10-041-3/+11
* (eval-after-load): Add lisp-indent-function for it.Richard M. Stallman1996-10-031-0/+1
* (with-temp-buffer): Add indentation property.Erik Naggum1996-10-031-0/+1
* Delete several \n\'s.Richard M. Stallman1996-10-021-28/+38
* (save-selected-window, save-current-buffer)Richard M. Stallman1996-10-021-2/+10
* (with-temp-file): Add lisp-indent-function property.Richard M. Stallman1996-09-281-0/+1
* (save-current-buffer, with-current-buffer)Richard M. Stallman1996-09-271-0/+3
* (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