| Commit message (Expand) | Author | Age | Files | Lines |
* | (cl-transform-lambda): Recognize `declare' as well as `interactive', | Eli Zaretskii | 2005-05-07 | 1 | -1/+2 |
* | (easy-mmode-pretty-mode-name): Explain | Eli Zaretskii | 2005-05-07 | 1 | -3/+16 |
* | (define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes. | Luc Teirlinck | 2005-05-05 | 1 | -12/+21 |
* | (define-obsolete-function-alias): Fix typo in docstring. | Juanma Barranquero | 2005-05-05 | 1 | -1/+1 |
* | (dot, dot-min, dot-max): Don't create | Nick Roberts | 2005-05-01 | 1 | -3/+0 |
* | Improve commentary section. | Lute Kamstra | 2005-04-29 | 1 | -33/+33 |
* | (define-generic-mode): Fix docstring. | Lute Kamstra | 2005-04-28 | 1 | -13/+15 |
* | (generic-mode-internal): Simplify font-lock-defaults. | Lute Kamstra | 2005-04-28 | 1 | -1/+1 |
* | (define-minor-mode): Fix docstring. | Lute Kamstra | 2005-04-26 | 1 | -2/+2 |
* | Fix previous change. | Richard M. Stallman | 2005-04-26 | 1 | -1/+1 |
* | (eldoc-mode): Doc fix. | Richard M. Stallman | 2005-04-26 | 1 | -14/+8 |
* | (define-obsolete-function-alias): New macro. | Nick Roberts | 2005-04-26 | 1 | -0/+12 |
* | (easy-menu-do-define): Use defalias, not fset. | Richard M. Stallman | 2005-04-23 | 1 | -12/+12 |
* | (define-obsolete-variable-alias): New macro. | Nick Roberts | 2005-04-22 | 1 | -0/+12 |
* | Move here from parent dir. | Lute Kamstra | 2005-04-13 | 1 | -0/+345 |
* | (map-y-or-n-p): Clarify RET/q in help message. | Richard M. Stallman | 2005-04-10 | 1 | -3/+3 |
* | (defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun) | Luc Teirlinck | 2005-04-08 | 1 | -10/+10 |
* | * mh-customize.el (mh-speedbar-selected-folder-face): Special case | Dan Nicolaescu | 2005-04-08 | 1 | -2/+4 |
* | (authors-aliases): Update list. | Kim F. Storm | 2005-04-08 | 1 | -5/+22 |
* | (copyright-update-year): Replace the right subexpression. Suggested | Lute Kamstra | 2005-04-05 | 1 | -1/+1 |
* | (define-global-minor-mode): Don't use custom-current-group. | Lute Kamstra | 2005-04-05 | 1 | -10/+11 |
* | (eldoc-mode): Specify :group. | Lute Kamstra | 2005-04-04 | 1 | -2/+3 |
* | (make-autoload): Handle define-global-minor-mode. | Richard M. Stallman | 2005-03-31 | 1 | -1/+1 |
* | (define-global-minor-mode): Renamed from easy-mmode-define-global-mode. | Richard M. Stallman | 2005-03-31 | 1 | -2/+3 |
* | (easy-mmode-define-global-mode, define-minor-mode): Call | Lute Kamstra | 2005-03-31 | 1 | -5/+6 |
* | (debug-on-entry): Handle autoloaded functions and compiled macros. | Lute Kamstra | 2005-03-29 | 1 | -43/+57 |
* | (debugger-record-expression): Add a missing format to `message'. | Stefan Monnier | 2005-03-26 | 1 | -4/+3 |
* | (rx-constituents): Add symbol-start and symbol-end. | Stefan Monnier | 2005-03-25 | 1 | -2/+4 |
* | * emacs-lisp/advice.el: Replace `legal' with `valid'. | Werner LEMBERG | 2005-03-25 | 1 | -7/+7 |
* | * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'. | Werner LEMBERG | 2005-03-25 | 1 | -2/+2 |
* | (lisp-imenu-generic-expression): Recognize define-generic-mode. | Lute Kamstra | 2005-03-24 | 1 | -0/+1 |
* | (lisp-mode-variables): Recognize `@' in function names. | Eli Zaretskii | 2005-03-19 | 1 | -1/+1 |
* | (find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'. | Juri Linkov | 2005-03-16 | 1 | -1/+2 |
* | (debugger-make-xrefs): Docstring fix. Ignore a `*' at the beginning | Lute Kamstra | 2005-03-14 | 1 | -3/+4 |
* | (macro-declaration-function): Move from subr.el. | Lute Kamstra | 2005-03-14 | 1 | -7/+28 |
* | (debug): Set debug-on-exit before calling debugger-setup-buffer so | Lute Kamstra | 2005-03-13 | 1 | -15/+13 |
* | Replace lisp-indent-hook with lisp-indent-function throughout. | Lute Kamstra | 2005-03-12 | 1 | -6/+7 |
* | (debug-entry-code): Delete it. | Lute Kamstra | 2005-03-10 | 1 | -18/+21 |
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167 | Miles Bader | 2005-03-09 | 1 | -3/+3 |
* | (debugger-step-through): Make sure that stepping into the debugger's | Lute Kamstra | 2005-03-08 | 1 | -1/+4 |
* | (debug-on-entry-1): Fix handling of macros. | Stefan Monnier | 2005-03-07 | 1 | -19/+18 |
* | (debugger-step-after-exit): Make it a defvar. | Lute Kamstra | 2005-03-04 | 1 | -9/+5 |
* | (inhibit-debug-on-entry): Add docstring. | Lute Kamstra | 2005-03-03 | 1 | -20/+17 |
* | (debug): Skip one more frame in case of debug on entry. | Lute Kamstra | 2005-03-01 | 1 | -14/+18 |
* | Fix years. | Kim F. Storm | 2005-03-01 | 1 | -1/+1 |
* | (copyright-fix-years): New command. | Kim F. Storm | 2005-03-01 | 1 | -0/+35 |
* | (debug-on-entry-1): Reimplement to make sure that debug-entry-code can | Lute Kamstra | 2005-03-01 | 1 | -17/+10 |
* | (inhibit-debug-on-entry): New var. | Stefan Monnier | 2005-02-28 | 1 | -4/+11 |
* | (regexp-builder): New function. | Richard M. Stallman | 2005-02-27 | 1 | -1/+7 |
* | (debug-on-entry-1): If function body is empty, add nil as body form. | Richard M. Stallman | 2005-02-27 | 1 | -0/+4 |