summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (cl-transform-lambda): Recognize `declare' as well as `interactive',Eli Zaretskii2005-05-071-1/+2
* (easy-mmode-pretty-mode-name): ExplainEli Zaretskii2005-05-071-3/+16
* (define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes.Luc Teirlinck2005-05-051-12/+21
* (define-obsolete-function-alias): Fix typo in docstring.Juanma Barranquero2005-05-051-1/+1
* (dot, dot-min, dot-max): Don't createNick Roberts2005-05-011-3/+0
* Improve commentary section.Lute Kamstra2005-04-291-33/+33
* (define-generic-mode): Fix docstring.Lute Kamstra2005-04-281-13/+15
* (generic-mode-internal): Simplify font-lock-defaults.Lute Kamstra2005-04-281-1/+1
* (define-minor-mode): Fix docstring.Lute Kamstra2005-04-261-2/+2
* Fix previous change.Richard M. Stallman2005-04-261-1/+1
* (eldoc-mode): Doc fix.Richard M. Stallman2005-04-261-14/+8
* (define-obsolete-function-alias): New macro.Nick Roberts2005-04-261-0/+12
* (easy-menu-do-define): Use defalias, not fset.Richard M. Stallman2005-04-231-12/+12
* (define-obsolete-variable-alias): New macro.Nick Roberts2005-04-221-0/+12
* Move here from parent dir.Lute Kamstra2005-04-131-0/+345
* (map-y-or-n-p): Clarify RET/q in help message.Richard M. Stallman2005-04-101-3/+3
* (defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun)Luc Teirlinck2005-04-081-10/+10
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-2/+4
* (authors-aliases): Update list.Kim F. Storm2005-04-081-5/+22
* (copyright-update-year): Replace the right subexpression. SuggestedLute Kamstra2005-04-051-1/+1
* (define-global-minor-mode): Don't use custom-current-group.Lute Kamstra2005-04-051-10/+11
* (eldoc-mode): Specify :group.Lute Kamstra2005-04-041-2/+3
* (make-autoload): Handle define-global-minor-mode.Richard M. Stallman2005-03-311-1/+1
* (define-global-minor-mode): Renamed from easy-mmode-define-global-mode.Richard M. Stallman2005-03-311-2/+3
* (easy-mmode-define-global-mode, define-minor-mode): CallLute Kamstra2005-03-311-5/+6
* (debug-on-entry): Handle autoloaded functions and compiled macros.Lute Kamstra2005-03-291-43/+57
* (debugger-record-expression): Add a missing format to `message'.Stefan Monnier2005-03-261-4/+3
* (rx-constituents): Add symbol-start and symbol-end.Stefan Monnier2005-03-251-2/+4
* * emacs-lisp/advice.el: Replace `legal' with `valid'.Werner LEMBERG2005-03-251-7/+7
* * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.Werner LEMBERG2005-03-251-2/+2
* (lisp-imenu-generic-expression): Recognize define-generic-mode.Lute Kamstra2005-03-241-0/+1
* (lisp-mode-variables): Recognize `@' in function names.Eli Zaretskii2005-03-191-1/+1
* (find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.Juri Linkov2005-03-161-1/+2
* (debugger-make-xrefs): Docstring fix. Ignore a `*' at the beginningLute Kamstra2005-03-141-3/+4
* (macro-declaration-function): Move from subr.el.Lute Kamstra2005-03-141-7/+28
* (debug): Set debug-on-exit before calling debugger-setup-buffer soLute Kamstra2005-03-131-15/+13
* Replace lisp-indent-hook with lisp-indent-function throughout.Lute Kamstra2005-03-121-6/+7
* (debug-entry-code): Delete it.Lute Kamstra2005-03-101-18/+21
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167Miles Bader2005-03-091-3/+3
* (debugger-step-through): Make sure that stepping into the debugger'sLute Kamstra2005-03-081-1/+4
* (debug-on-entry-1): Fix handling of macros.Stefan Monnier2005-03-071-19/+18
* (debugger-step-after-exit): Make it a defvar.Lute Kamstra2005-03-041-9/+5
* (inhibit-debug-on-entry): Add docstring.Lute Kamstra2005-03-031-20/+17
* (debug): Skip one more frame in case of debug on entry.Lute Kamstra2005-03-011-14/+18
* Fix years.Kim F. Storm2005-03-011-1/+1
* (copyright-fix-years): New command.Kim F. Storm2005-03-011-0/+35
* (debug-on-entry-1): Reimplement to make sure that debug-entry-code canLute Kamstra2005-03-011-17/+10
* (inhibit-debug-on-entry): New var.Stefan Monnier2005-02-281-4/+11
* (regexp-builder): New function.Richard M. Stallman2005-02-271-1/+7
* (debug-on-entry-1): If function body is empty, add nil as body form.Richard M. Stallman2005-02-271-0/+4