summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (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
* (top level): Make sure to set global minor-mode-alist, not local one.Noah Friedman1995-11-131-11/+25
* Initial revisionNoah Friedman1995-11-121-0/+423
* (lisp-mode-variables, lisp-fill-paragraph): RemoveRichard M. Stallman1995-11-111-3/+3
* (byte-compile-associative): Do operations left to right.Richard M. Stallman1995-11-101-9/+21
* Make byte-force-recompile suitably interactive.Simon Marshall1995-11-061-0/+1
* (disassemble-internal): Handle lazy-loaded doc strings.Richard M. Stallman1995-10-301-1/+4
* (byte-recompile-directory): New arg FORCE.Richard M. Stallman1995-10-301-3/+16
* Comment change.Richard M. Stallman1995-10-308-24/+11
* (byte-compile-from-buffer): Bind print-level.Richard M. Stallman1995-10-061-0/+1
* (get-setf-method): Protect caller's match-data from string-match.Erik Naggum1995-09-221-1/+2
* (byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols inErik Naggum1995-09-211-10/+9
* (rassoc): Definition deleted.Richard M. Stallman1995-08-271-2/+0
* (eventp): Duplicate definition deleted.Richard M. Stallman1995-08-261-9/+0
* (byte-compiler-base-file-name): New function.Richard M. Stallman1995-08-221-4/+15
* (byte-compile-insert-header): Use 19.29, not 19.28.90Richard M. Stallman1995-08-101-54/+56
* (byte-compile-output-docform): CheckRichard M. Stallman1995-08-071-66/+69
* (byte-optimize-nthcdr): Fix previous change.Richard M. Stallman1995-08-011-1/+1
* (byte-compile-insert-header): If compiling for vers 18,Richard M. Stallman1995-07-301-2/+4
* (lisp-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-1/+15
* (shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.Richard M. Stallman1995-07-261-3/+2
* (byte-optimize-lapcode): Fix format calls.Richard M. Stallman1995-07-211-2/+2
* (backquote): Doc fix.Richard M. Stallman1995-07-191-2/+2
* (byte-compile-output-file-form): Bind print-lengthKarl Heuer1995-07-171-0/+2
* (byte-optimize-nth, byte-optimize-nthcdr):Karl Heuer1995-07-171-24/+104
* Fixed Author: comment. This code bears no relation to what I wrote.Roland McGrath1995-07-121-2/+1
* Made executing-macro, before-change-function, after-change-function and font-...Simon Marshall1995-07-091-18/+24
* New name for generalized upd-copyr.elKarl Heuer1995-07-071-143/+127
* (make-autoload): Generate `(autoload ...)' form forKarl Heuer1995-07-071-8/+13
* (byte-compile-obsolete): Do the funcall to compileRichard M. Stallman1995-07-071-4/+4
* (eval-defun): Don't change defvar to defconstRichard M. Stallman1995-06-211-1/+2
* Update GPL to version 2.Karl Heuer1995-06-157-8/+8
* Put mark-active for menu-enable property on eval-region, comment-region, and ...Simon Marshall1995-06-141-1/+5
* (emacs-lisp-mode-map): Add a menu.Karl Heuer1995-05-301-4/+29
* (byte-compile-insert-header):Karl Heuer1995-05-261-4/+9
* (easy-menu-do-define): Add autoload cookie.Karl Heuer1995-05-201-0/+1
* (byte-compile-dynamic-docstrings): Doc fix.Karl Heuer1995-05-181-0/+5
* (easy-menu-create-keymaps): Set menu-enable prop.Karl Heuer1995-05-171-1/+2
* (byte-compile-insert-header): Cope if user-mail-address is unbound.Richard M. Stallman1995-05-151-1/+1
* (tq-process-buffer): Don't hard-code the buffer name.Karl Heuer1995-05-151-1/+1
* (popup-dialog-box): x-popup-dialog returns the value, not the cons cell.Richard M. Stallman1995-05-091-5/+4
* (Helper-help): Use read-key-sequence.Richard M. Stallman1995-05-081-1/+1
* (pp-eval-expression): Update use of temp-buffer-show-function.Richard M. Stallman1995-05-071-12/+15
* Don't try to define backquote.Richard M. Stallman1995-05-051-8/+0
* ('\`): Use backslash for reading the backquote.Richard M. Stallman1995-05-041-6/+6
* (byte-recompile-directory): Use force-mode-line-update.Karl Heuer1995-04-251-1/+1