| Commit message (Expand) | Author | Age | Files | Lines |
* | (eql): Remove. It's a builtin already. | Stefan Monnier | 2005-05-22 | 1 | -11/+1 |
* | (function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*, | Juanma Barranquero | 2005-05-22 | 1 | -16/+22 |
* | (coerce, map, maplist, cl-mapc, mapl, mapcan, mapcon, some, every, notany, | Juanma Barranquero | 2005-05-22 | 1 | -28/+42 |
* | (pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*, | Juanma Barranquero | 2005-05-22 | 1 | -19/+25 |
* | Remove make-obsolete-variable for | Nick Roberts | 2005-05-22 | 1 | -21/+0 |
* | (define-derived-mode): Doc fix. | Luc Teirlinck | 2005-05-21 | 1 | -0/+1 |
* | (easy-menu-add): Correct docstring since | David Kastrup | 2005-05-20 | 1 | -5/+9 |
* | (reduce, fill, replace, remove*, remove-if, remove-if-not, delete*, delete-if, | Juanma Barranquero | 2005-05-20 | 1 | -76/+133 |
* | Specify missing group (and type, if simple) in defcustom. | Juanma Barranquero | 2005-05-19 | 1 | -1/+2 |
* | (eval-when-compile): Doc fix. | Richard M. Stallman | 2005-05-19 | 1 | -2/+3 |
* | (byte-compile-file-form-custom-declare-variable): | Richard M. Stallman | 2005-05-19 | 1 | -0/+2 |
* | (copyright-fix-years): Make sure all years are fixed. Don't insert a | Lute Kamstra | 2005-05-19 | 1 | -20/+18 |
* | (eldoc-mode): Doc fix. | Luc Teirlinck | 2005-05-18 | 1 | -3/+3 |
* | (check-parens): Fix docstring. | Lute Kamstra | 2005-05-18 | 1 | -4/+5 |
* | (define-minor-mode): Don't generate a defcustom for the mode hook variable. | Lute Kamstra | 2005-05-17 | 1 | -15/+8 |
* | (authors): Do parse the ChangeLogs of the Emacs Lisp Reference Manual. | Lute Kamstra | 2005-05-17 | 1 | -3/+2 |
* | (subsetp, tree-equal): Doc fixes. | Juanma Barranquero | 2005-05-17 | 1 | -2/+2 |
* | (macrolet, symbol-macrolet): Doc fixes. | Juanma Barranquero | 2005-05-17 | 1 | -2/+2 |
* | (eql, floatp-safe, plusp, minusp, oddp, evenp, list*): Doc fixes. | Juanma Barranquero | 2005-05-17 | 1 | -7/+7 |
* | (equalp): Doc fix. | Juanma Barranquero | 2005-05-16 | 1 | -1/+1 |
* | Replace `string-to-int' by `string-to-number'. | Juanma Barranquero | 2005-05-16 | 2 | -2/+2 |
* | (copyright-fix-years): Match properly if the first year is 2-digit. | Richard M. Stallman | 2005-05-15 | 1 | -2/+8 |
* | (lisp-mode-variables): Set font-lock-comment-start-skip. | Richard M. Stallman | 2005-05-15 | 1 | -0/+3 |
* | (define-derived-mode): Add link to Elisp manual to docstring. | Luc Teirlinck | 2005-05-14 | 1 | -1/+3 |
* | (byte-compile-nogroup-warn): New function. | Richard M. Stallman | 2005-05-14 | 1 | -5/+21 |
* | (eldoc-documentation-function): Add autoload. | Richard M. Stallman | 2005-05-14 | 1 | -0/+1 |
* | (easy-menu-define): Doc fixes. | Nick Roberts | 2005-05-13 | 1 | -3/+3 |
* | (define-generic-mode): Don't generate a defcustom for the mode hook | Lute Kamstra | 2005-05-12 | 1 | -50/+24 |
* | (easy-mmode-pretty-mode-name): Improve commentary. | Eli Zaretskii | 2005-05-08 | 1 | -2/+4 |
* | (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 |