Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Gerd Moellmann
4033ae9d51
(ad-make-advised-definition): If the
...
original definition has an interactive form, but is Elp
instrumented, use the interactive form of the function called by
elp-wrapper.
2001-07-09 13:06:36 +00:00
Stefan Monnier
851040a566
(define-minor-mode): Use eval-after-load
...
to delay the call to <mode> for global minor modes.
(easy-mmode-define-navigation): Only recenter if interactive.
2001-07-08 22:58:10 +00:00
Gerd Moellmann
a25e82a815
(lisp-mode-shared-map): Bind TAB
...
to lisp-indent-line.
2001-07-06 15:33:36 +00:00
Gerd Moellmann
dd441b46b9
(cl-do-arglist): Revert change of
...
2000-10-15.
2001-07-02 15:19:07 +00:00
Eli Zaretskii
7a3ee51009
(lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>.
2001-07-02 10:43:55 +00:00
Richard M. Stallman
0202508f43
(eval-last-sexp): Doc fix.
2001-06-23 19:36:23 +00:00
Richard M. Stallman
ea4a56de11
(backquote-process): Handle `[,@SYMBOL].
2001-06-13 15:30:35 +00:00
Eli Zaretskii
cada28bb17
(lisp-indent-offset): Add a doc string.
2001-06-05 08:50:20 +00:00
Stefan Monnier
d686d354c1
(byte-compile-file-form-autoload): Use the
...
same definition in byte-compile-function-environment as `autoload'
would put in `symbol-function'.
2001-05-27 11:40:39 +00:00
Stefan Monnier
0abfa90d84
(byte-compile-inline-expand): Complete Dave's
...
patch to correct the error message as well.
2001-05-27 11:34:56 +00:00
Stefan Monnier
28881a56aa
(byte-compile-inline-expand): Fix the arg of `load' again.
2001-05-27 11:12:13 +00:00
Stefan Monnier
b291c86c45
(byte-compile-inline-expand): Undo last change.
2001-05-27 11:02:02 +00:00
Stefan Monnier
a434b175a9
(byte-compile-inline-expand):
...
Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2001-05-25 18:43:50 +00:00
Gerd Moellmann
cebf1b97f3
(elp-instrument-function): Handle advised
...
functions.
2001-05-17 13:58:14 +00:00
Sam Steingold
2180ea97a8
(toplevel): indent the :method sub-form of `defgeneric' correctly.
2001-05-16 21:13:21 +00:00
Gerd Moellmann
5408c14970
(lisp-mode): Make
...
font-lock-keywords-case-fold-search a buffer-local variable
with make-local-variable before setting it.
2001-05-15 11:52:10 +00:00
Eli Zaretskii
940cf42ecb
(elp-instrument-package): Don't allow empty prefixes.
2001-05-14 17:52:12 +00:00
Gerd Moellmann
94f8f5d38e
(lisp-interaction-mode): Doc fix.
2001-05-09 15:44:18 +00:00
Gerd Moellmann
23b809c2a7
Fix autoload cookies.
2001-04-23 11:50:36 +00:00
Stefan Monnier
2a83a11dc1
(easy-mmode-defsyntax): Unquote `doc'.
2001-04-19 22:45:04 +00:00
Gerd Moellmann
6f26dfa51f
(toplevel): Comment out the spec
...
for defmethod.
2001-04-18 15:09:36 +00:00
Gerd Moellmann
8541c92408
(ad-make-advised-definition): Construct
...
advice for subrs differently.
2001-04-10 15:17:09 +00:00
Gerd Moellmann
acc83c2666
Moved to lisp/obsolete/.
2001-04-09 14:52:12 +00:00
Gerd Moellmann
5efa603233
(lm-keywords-list, lm-keywords-finder-p):
...
New functions.
(lm-verify): Check keywords.
From: Eric M. Ludlam <eric@siege-engine.com>.
2001-04-04 09:58:56 +00:00
Gerd Moellmann
1bd6facc63
(checkdoc-common-verbs-wrong-voice): Add
...
an antry for ``converts''.
2001-04-03 13:22:07 +00:00
Eli Zaretskii
dbe6d5abbd
Say that it's obsolete in the header line.
2001-03-29 15:36:38 +00:00
Gerd Moellmann
e2b8a83076
(ad-make-advised-definition): Call
...
interactive-form to obtain the interactive spec of subrs.
2001-03-29 14:11:46 +00:00
Gerd Moellmann
aefd695aad
(byte-optimize-while)
...
(byte-optimize-form-code-walker): Diagnose too few arguments
for `if' and `while'.
2001-03-26 13:04:11 +00:00
Stefan Monnier
d914e1a875
(add-menu): Re-added (was erroneously removed).
2001-03-18 21:57:41 +00:00
Gerd Moellmann
789b6186a3
(generate-file-autoloads): Remove
...
warning about line lengths.
2001-03-12 14:57:30 +00:00
Dave Love
335db3c1d4
(dotimes, dolist): Undef prior to autoloading
...
new defs.
2001-03-05 18:41:37 +00:00
Dave Love
45974ac693
(reb-mode): Quote the hook name. From
...
Juanma Barranquero.
2001-02-09 15:37:42 +00:00
Dave Love
d2f288c695
(authors): Expand `root' before running
...
find.
2001-02-09 15:12:08 +00:00
Eli Zaretskii
5017058b7b
(reb-update-modestring): Don't use concat for integers.
...
From Juanma Barranquero <lektu@uol.com.br>.
2001-01-31 08:29:28 +00:00
Eli Zaretskii
c1acacc417
(lisp-mode-shared-map): Undo the change from 2001-01-12. It is not needed,
...
since backspace is now mapped into DEL.
2001-01-27 12:20:18 +00:00
Stefan Monnier
a2ed96700b
(define-minor-mode): Docstring fix.
2001-01-25 15:31:14 +00:00
Sam Steingold
ca2ddd8ed5
(lisp-mode-shared-map): Bind backspace' to
backward-delete-char-untabify'.
2001-01-12 18:07:31 +00:00
Richard M. Stallman
5afd1b9cc3
(byte-compile-log-1): In non-batch case, don't mention the file name
...
or the date here, because they are logged at the start of the file.
2001-01-08 19:33:02 +00:00
Eli Zaretskii
b7812d3050
(copyright-current-year): Now a defvar.
...
(copyright, copyright-update): Compute the current year at run
time.
2001-01-08 16:00:38 +00:00
Dave Love
4cb1bcc283
(remove, remq): Remove.
2001-01-05 16:44:10 +00:00
Gerd Moellmann
13c40e2fec
(lm-copyright-prefix): New Variable.
...
(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.
2001-01-02 10:35:00 +00:00
Kenichi Handa
3aac3bcfdb
(butlast, nbutlast): Moved to subr.el.
2000-12-28 12:16:03 +00:00
Stefan Monnier
9eab649a37
(define-minor-mode): Improve the spec and remove the rogue second spec.
2000-12-23 20:53:48 +00:00
Gerd Moellmann
877d5b3966
Change maintainer to FSF.
2000-12-14 16:44:40 +00:00
Gerd Moellmann
5e5b3d4114
(easy-menu-current-active-maps): Test
...
if symbol is bound before getting its value.
2000-12-14 10:36:42 +00:00
Stefan Monnier
5edf6b5556
(easy-menu-define): Setup indentation.
...
(easy-menu-current-active-maps): New function.
(easy-menu-get-map): Use it.
Make a proper menu entry when creating a new keymap.
2000-12-13 16:14:49 +00:00
Dave Love
01b9100905
(lisp-mode): Set
...
font-lock-keywords-case-fold-search.
2000-12-08 12:14:26 +00:00
Dave Love
e7cff5504b
Fix copyright years.
2000-12-06 20:24:23 +00:00
Eli Zaretskii
9e3366e44b
(update-file-autoloads): Use raw-text to
...
read generated-autoload-file, and set buffer-file-coding-system to
raw-text-unix after reading the file.
2000-12-06 13:56:18 +00:00