aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (debugger-continue): Don't continue IfGerd Moellmann1999-12-191-0/+2
* Don't put optimization info on `eql'.Dave Love1999-12-181-3/+4
* Remove conditional definition of eval-when-compile. Don't specify abs,Dave Love1999-12-181-33/+6
* Remove Emacs 18 compatibility code. Prepend `cl-' to autoload namesDave Love1999-12-181-32/+5
* Bind free variables.Dave Love1999-12-181-11/+11
* (byte-compile-constp): Include keywords.Dave Love1999-12-181-0/+1
* (byte-compile-bound-variables): Doc fix.Dave Love1999-12-161-9/+12
* (lm-header-multiline): fix spurious use of `cond'.Stefan Monnier1999-12-021-179/+117
* (lisp-mode-variables): ChangeGerd Moellmann1999-12-021-1/+11
* (edebug-make-enter-wrapper): CorrectGerd Moellmann1999-11-291-3/+4
* Fix last change.Dave Love1999-11-261-1/+1
* Many doc fixes.Richard M. Stallman1999-11-261-15/+25
* (checkdoc-this-string-valid-engine):Richard M. Stallman1999-11-261-65/+17
* Fix last change.Dave Love1999-11-251-1/+1
* (find-function-regexp): Use `define-minor-mode' after easy-menuDave Love1999-11-231-3/+3
* (make-autoload): Recognize the new `define-minor-mode'.Stefan Monnier1999-11-231-4/+6
* Changed maintainer.Stefan Monnier1999-11-231-51/+46
* Use new backquote syntax.Gerd Moellmann1999-11-212-204/+170
* * emacs-lisp/debug.el (debugger-env-macro):Sam Steingold1999-11-122-57/+56
* (debug): If noninteractive, display theGerd Moellmann1999-11-031-56/+89
* (ad-activate-on): Make it an alias for ad-activate.Gerd Moellmann1999-10-301-0/+2
* Doc fixes.Dave Love1999-10-271-225/+215
* (ad-activate-internal): Renamed fromGerd Moellmann1999-10-261-31/+31
* Removed -- not now needed by edebug.Dave Love1999-10-191-235/+0
* (edebug-install-read-eval-functions)Dave Love1999-10-161-8/+3
* (common-lisp-indent-function): Use `eq' instead of `eql'.Gerd Moellmann1999-10-161-5/+5
* (regexp-opt-try-suffix): New function.Gerd Moellmann1999-10-081-20/+58
* (edebug-outside-current-prefix-arg):Phillip Rulon1999-09-241-3/+6
* (eval-last-sexp): Use prin1 instead of print.Gerd Moellmann1999-09-141-1/+1
* (eval-defun, eval-last-sexp):Richard M. Stallman1999-09-141-27/+35
* (checkdoc-display-status-buffer): AvoidDave Love1999-09-131-8/+10
* (eval-last-sexp): If after ?\LETTER, use all of that as the sexp.Richard M. Stallman1999-09-121-0/+6
* (byte-compile-output-docform): Bind print-gensym-alist for compatibility,Richard M. Stallman1999-09-111-2/+8
* (byte-compile-output-docform): Bind print-continuous-numbering andRichard M. Stallman1999-09-111-6/+4
* (lisp-imenu-generic-expression): Recognize define-widget.Dave Love1999-09-101-2/+22
* (byte-optimize-backward-char, byte-optimize-backward-word): NewDave Love1999-09-091-10/+37
* (byte-boolean-vars): Removed. (Now primitive.)Dave Love1999-09-061-26/+3
* (make-autoload): Handle defun* like defun.Richard M. Stallman1999-09-031-1/+2
* (byte-boolean-vars): Add several w32 and redisplay variables.Dave Love1999-08-311-1/+4
* Fix previous change.Richard M. Stallman1999-08-301-15/+4
* Many doc fixes.Richard M. Stallman1999-08-301-32/+64
* (eval-defun): Expand macros,Richard M. Stallman1999-08-291-9/+18
* (find-function-regexp): Allow a ) or ( to end a function name.Richard M. Stallman1999-08-291-1/+1
* (easy-mmode-define-minor-mode):Karl Heuer1999-08-281-8/+11
* Fix maintainer address.Karl Heuer1999-08-162-2/+2
* (ad-special-forms): Use track-mouse iff bound.Karl Heuer1999-08-141-7/+10
* Provide `byte-optimize', not `byte-opt'.Karl Heuer1999-08-101-1/+1
* (easy-menu-get-map-look-for-name): New fn.Karl Heuer1999-08-101-19/+43
* (ad-make-single-advice-docstring): Treat case with no doctring specially.Dave Love1999-08-101-4/+8
* (elisp-eval-buffer): Handle all 5 args of eval-buffer.Richard M. Stallman1999-08-071-2/+4