aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (find-function-search-for-symbol): Find funs defined with defun-cvs-mode.Stefan Monnier2002-05-161-5/+8
* (easy-menu-make-symbol): Don't treat (lambda () ...) as an expression.Stefan Monnier2002-05-151-2/+2
* (easy-menu-add): Doc fix.Eli Zaretskii2002-05-151-1/+1
* (easy-menu-name-match): Match bothJason Rumney2002-05-141-1/+5
* (checkdoc-minor-mode): Define it with define-minor-mode.Markus Rost2002-05-121-1/+1
* (find-function-search-for-symbol): Handle more whitespace/newlineMarkus Rost2002-05-121-1/+1
* (find-function-search-for-symbol): Add autoload cookie.Markus Rost2002-05-081-1/+2
* (find-function-search-for-symbol): Use with-syntax-table.Markus Rost2002-05-061-17/+13
* (find-function-search-for-symbol): Bind case-fold-search when searching.Markus Rost2002-05-041-1/+2
* Follow coding conventions.Pavel Janík2002-05-021-1/+4
* (documentation): Add ad-define-subr-args call.Richard M. Stallman2002-04-301-0/+4
* (easy-menu-intern): Downcase before interning.Richard M. Stallman2002-04-241-21/+38
* (device-class, buffer-syntactic-context)Stefan Monnier2002-04-121-0/+31
* (edebug-eval-defun): Don't use defconst on variables.Stefan Monnier2002-04-121-2/+2
* (debug-on-entry): Use push.Stefan Monnier2002-04-121-4/+5
* (side-effect-free-fns, side-effect-and-error-free-fns):Richard M. Stallman2002-03-311-19/+38
* (list-load-path-shadows): Only ignore last copy of standard LispRichard M. Stallman2002-03-281-2/+2
* (byte-compile-file-form-defmumble):Gerd Moellmann2002-03-241-2/+18
* (batch-byte-compile-if-not-done): Add autoload cookie.Stefan Monnier2002-03-221-1/+2
* (common-lisp-loop-part-indentation):Gerd Moellmann2002-03-151-1/+1
* Require `button'.Miles Bader2002-03-141-1/+4
* (lisp-loop-keyword-indentation)Gerd Moellmann2002-03-121-5/+69
* (define-minor-mode): Use "P" in interactive spec of minor mode commands.Richard M. Stallman2002-03-041-1/+1
* * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marksKai Großjohann2002-02-171-11/+12
* * lisp/simple.el (mark-word): Mark more if repeated.Kai Großjohann2002-02-151-13/+26
* 2002-02-14 Per Abrahamsen <[email protected]>Per Abrahamsen2002-02-141-0/+1
* (copyright-regexp): Delete the unibyte copyright symbol; it's redundant.Richard M. Stallman2002-02-071-2/+2
* (debugger-frame-offset): Var deleted.Richard M. Stallman2002-02-061-20/+12
* (checkdoc-this-string-valid-engine):Richard M. Stallman2002-02-061-12/+16
* (debugger-frame-clear, debugger-frame): Error on non-frame line.Richard M. Stallman2002-02-011-0/+8
* (debugger-setup-buffer): When an eval-buffer frame was reading from a buffer,Richard M. Stallman2002-02-011-0/+9
* (batch-byte-compile): New arg noforce.Richard M. Stallman2002-02-011-5/+20
* (mismatch): Doc fix.Eli Zaretskii2002-01-251-1/+1
* (copyright-regexp): Fix previous change.Richard M. Stallman2002-01-221-1/+1
* (make-autoload): Don't handle define-ibuffer-column,Richard M. Stallman2002-01-161-3/+0
* (copyright-regexp): Make (C) optional.Richard M. Stallman2002-01-131-19/+24
* Fix typo.Pavel Janík2002-01-131-1/+1
* (make-autoload): Handle define-ibuffer-column, define-ibuffer-filter,Colin Walters2002-01-131-0/+3
* Handle define-ibuffer-column, define-ibuffer-filter,Colin Walters2002-01-131-1/+3
* (lisp-complete-symbol): Repeating the commandRichard M. Stallman2002-01-111-51/+69
* (regexp-opt): Bind max-specpdl-size.Richard M. Stallman2002-01-091-0/+1
* (eldoc-minor-mode-string): Fix custom type.Richard M. Stallman2002-01-081-3/+3
* (copyright-regexp): Allow multi-line copyrights to be updated.Richard M. Stallman2002-01-041-1/+1
* Comment change.Richard M. Stallman2001-12-271-1/+1
* (debugger-mode-map): Bind C-m, not `RET'.Richard M. Stallman2001-12-251-2/+3
* (source-files): Remove mocklisp.c.Pavel Janík2001-12-221-1/+1
* (elint-unknown-builtin-args): Remove mocklisp entries.Pavel Janík2001-12-221-4/+0
* (byte-optimize-form-code-walker): Remove mocklisp case.Pavel Janík2001-12-221-4/+2
* (define-modify-macro): Better indent spec.Richard M. Stallman2001-12-221-1/+1
* (define-minor-mode): Make no arg by default in an interactive call,Richard M. Stallman2001-12-211-2/+4