Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Pavel Janík | 2001-07-17 | 1 | -2/+4 |
| | |||||
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 14 | -17/+19 |
| | |||||
* | Fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 1 | -2/+2 |
| | |||||
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-15 | 5 | -12/+18 |
| | |||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 9 | -10/+12 |
| | |||||
* | (ad-make-advised-definition): If the | Gerd Moellmann | 2001-07-09 | 1 | -2/+6 |
| | | | | | | original definition has an interactive form, but is Elp instrumented, use the interactive form of the function called by elp-wrapper. | ||||
* | (define-minor-mode): Use eval-after-load | Stefan Monnier | 2001-07-08 | 1 | -2/+5 |
| | | | | | to delay the call to <mode> for global minor modes. (easy-mmode-define-navigation): Only recenter if interactive. | ||||
* | (lisp-mode-shared-map): Bind TAB | Gerd Moellmann | 2001-07-06 | 1 | -0/+1 |
| | | | | to lisp-indent-line. | ||||
* | (cl-do-arglist): Revert change of | Gerd Moellmann | 2001-07-02 | 1 | -8/+7 |
| | | | | 2000-10-15. | ||||
* | (lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>. | Eli Zaretskii | 2001-07-02 | 1 | -1/+1 |
| | |||||
* | (eval-last-sexp): Doc fix. | Richard M. Stallman | 2001-06-23 | 1 | -1/+1 |
| | |||||
* | (backquote-process): Handle `[,@SYMBOL]. | Richard M. Stallman | 2001-06-13 | 1 | -0/+2 |
| | |||||
* | (lisp-indent-offset): Add a doc string. | Eli Zaretskii | 2001-06-05 | 1 | -1/+2 |
| | |||||
* | (byte-compile-file-form-autoload): Use the | Stefan Monnier | 2001-05-27 | 1 | -6/+6 |
| | | | | | same definition in byte-compile-function-environment as `autoload' would put in `symbol-function'. | ||||
* | (byte-compile-inline-expand): Complete Dave's | Stefan Monnier | 2001-05-27 | 1 | -1/+1 |
| | | | | patch to correct the error message as well. | ||||
* | (byte-compile-inline-expand): Fix the arg of `load' again. | Stefan Monnier | 2001-05-27 | 1 | -1/+1 |
| | |||||
* | (byte-compile-inline-expand): Undo last change. | Stefan Monnier | 2001-05-27 | 1 | -1/+1 |
| | |||||
* | (byte-compile-inline-expand): | Stefan Monnier | 2001-05-25 | 1 | -1/+1 |
| | | | | Fix the arg of `load'. From Dave Love <fx@gnu.org>. | ||||
* | (elp-instrument-function): Handle advised | Gerd Moellmann | 2001-05-17 | 1 | -6/+13 |
| | | | | functions. | ||||
* | (toplevel): indent the :method sub-form of `defgeneric' correctly. | Sam Steingold | 2001-05-16 | 1 | -0/+1 |
| | |||||
* | (lisp-mode): Make | Gerd Moellmann | 2001-05-15 | 1 | -0/+1 |
| | | | | | font-lock-keywords-case-fold-search a buffer-local variable with make-local-variable before setting it. | ||||
* | (elp-instrument-package): Don't allow empty prefixes. | Eli Zaretskii | 2001-05-14 | 1 | -0/+2 |
| | |||||
* | (lisp-interaction-mode): Doc fix. | Gerd Moellmann | 2001-05-09 | 1 | -1/+3 |
| | |||||
* | Fix autoload cookies. | Gerd Moellmann | 2001-04-23 | 1 | -1/+1 |
| | |||||
* | (easy-mmode-defsyntax): Unquote `doc'. | Stefan Monnier | 2001-04-19 | 1 | -3/+2 |
| | |||||
* | (toplevel): Comment out the spec | Gerd Moellmann | 2001-04-18 | 1 | -2/+4 |
| | | | | for defmethod. | ||||
* | (ad-make-advised-definition): Construct | Gerd Moellmann | 2001-04-10 | 1 | -9/+9 |
| | | | | advice for subrs differently. | ||||
* | Moved to lisp/obsolete/. | Gerd Moellmann | 2001-04-09 | 1 | -292/+0 |
| | |||||
* | (lm-keywords-list, lm-keywords-finder-p): | Gerd Moellmann | 2001-04-04 | 1 | -0/+19 |
| | | | | | | New functions. (lm-verify): Check keywords. From: Eric M. Ludlam <eric@siege-engine.com>. | ||||
* | (checkdoc-common-verbs-wrong-voice): Add | Gerd Moellmann | 2001-04-03 | 1 | -1/+2 |
| | | | | an antry for ``converts''. | ||||
* | Say that it's obsolete in the header line. | Eli Zaretskii | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | (ad-make-advised-definition): Call | Gerd Moellmann | 2001-03-29 | 1 | -7/+2 |
| | | | | interactive-form to obtain the interactive spec of subrs. | ||||
* | (byte-optimize-while) | Gerd Moellmann | 2001-03-26 | 1 | -1/+5 |
| | | | | | (byte-optimize-form-code-walker): Diagnose too few arguments for `if' and `while'. | ||||
* | (add-menu): Re-added (was erroneously removed). | Stefan Monnier | 2001-03-18 | 1 | -0/+21 |
| | |||||
* | (generate-file-autoloads): Remove | Gerd Moellmann | 2001-03-12 | 1 | -12/+2 |
| | | | | warning about line lengths. | ||||
* | (dotimes, dolist): Undef prior to autoloading | Dave Love | 2001-03-05 | 1 | -0/+3 |
| | | | | new defs. | ||||
* | (reb-mode): Quote the hook name. From | Dave Love | 2001-02-09 | 1 | -1/+1 |
| | | | | Juanma Barranquero. | ||||
* | (authors): Expand `root' before running | Dave Love | 2001-02-09 | 1 | -1/+1 |
| | | | | find. | ||||
* | (reb-update-modestring): Don't use concat for integers. | Eli Zaretskii | 2001-01-31 | 1 | -1/+1 |
| | | | | From Juanma Barranquero <lektu@uol.com.br>. | ||||
* | (lisp-mode-shared-map): Undo the change from 2001-01-12. It is not needed, | Eli Zaretskii | 2001-01-27 | 1 | -1/+4 |
| | | | | since backspace is now mapped into DEL. | ||||
* | (define-minor-mode): Docstring fix. | Stefan Monnier | 2001-01-25 | 1 | -2/+2 |
| | |||||
* | (lisp-mode-shared-map): Bind `backspace' to `backward-delete-char-untabify'. | Sam Steingold | 2001-01-12 | 1 | -14/+15 |
| | |||||
* | (byte-compile-log-1): In non-batch case, don't mention the file name | Richard M. Stallman | 2001-01-08 | 1 | -9/+15 |
| | | | | or the date here, because they are logged at the start of the file. | ||||
* | (copyright-current-year): Now a defvar. | Eli Zaretskii | 2001-01-08 | 1 | -5/+8 |
| | | | | | (copyright, copyright-update): Compute the current year at run time. | ||||
* | (remove, remq): Remove. | Dave Love | 2001-01-05 | 1 | -3/+0 |
| | |||||
* | (lm-copyright-prefix): New Variable. | Gerd Moellmann | 2001-01-02 | 1 | -3/+42 |
| | | | | | | | (lm-copyright-mark): New function. (lm-crack-copyright): New function. (lm-verify): Check that the file has a copyright. Check that the file is copyright Free Software Foundation. | ||||
* | (butlast, nbutlast): Moved to subr.el. | Kenichi Handa | 2000-12-28 | 1 | -14/+0 |
| | |||||
* | (define-minor-mode): Improve the spec and remove the rogue second spec. | Stefan Monnier | 2000-12-23 | 1 | -4/+5 |
| | |||||
* | Change maintainer to FSF. | Gerd Moellmann | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | (easy-menu-current-active-maps): Test | Gerd Moellmann | 2000-12-14 | 1 | -2/+4 |
| | | | | if symbol is bound before getting its value. |