Commit graph

1123 commits

Author SHA1 Message Date
Gerd Moellmann
3d1b88f67c (lm-history-header): Accept `ChangeLog'. 2001-10-05 09:30:59 +00:00
Gerd Moellmann
313b6c69a6 (frame-parameter): Add a setf method.
(ignore-errors): Don't bother using a `err' symbol.
2001-10-05 09:30:23 +00:00
Gerd Moellmann
3614fc84de (byte-recompile-directory): Make sure the file is readable.
(byte-compile-file): Don't compile if `no-byte-compile' is set.
(byte-compile-defvar): Update to reflect the change in Fdefvar.
(batch-byte-recompile-directory): Pass arg=0.
2001-10-05 09:29:51 +00:00
Gerd Moellmann
a273d3e0c5 (autoload-ensure-default-file, autoload-insert-section-header)
(autoload-before-p, autoload-remove-section): New functions.
(generate-file-autoloads): Use them.
(update-file-autoloads): Use them.  Return FILE if there's no cookie.
Make sure the autoload file is properly formatted when creating it.
(update-autoloads-from-directories): Use them as well.
Only update autoloads for files whose timestamp has changed.
Add a dummy entry to remember the files which had no autoload cookies.
2001-10-05 09:29:11 +00:00
Gerd Moellmann
12c6450376 *** empty log message *** 2001-10-01 07:31:59 +00:00
Gerd Moellmann
78f2fcaf91 (rx): Add def-edebug-spec. 2001-10-01 07:30:38 +00:00
Richard M. Stallman
e29b94bedf Comment change. 2001-09-26 18:03:51 +00:00
Gerd Moellmann
9c07782ebd (checkdoc-this-string-valid-engine):
Check for '(' in column 0 of doc string.
2001-09-17 15:51:54 +00:00
Gerd Moellmann
b4ae66334c (edebug-window-live-p): Use
get-window-with-predicate.
2001-09-07 11:32:18 +00:00
Gerd Moellmann
284b3043c0 Add Keywords header. 2001-09-04 12:54:14 +00:00
Gerd Moellmann
cdab3e503a (backquote-backquote-symbol)
(backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
from doc strings.
2001-09-03 07:56:39 +00:00
Gerd Moellmann
9584e63a72 *** empty log message *** 2001-08-30 09:20:39 +00:00
Eli Zaretskii
89aea802cd Add the Maintainer keyword. From Pavel Janik. 2001-08-26 16:44:22 +00:00
Miles Bader
e4cf159b2a (byte-compile-file): Remove TARGET-FILE before writing it, so that
hard-links don't see new version.
2001-08-21 17:01:57 +00:00
Gerd Moellmann
ec69d5ec2b (lisp-indent-defmethod): New function.
(toplevel): Set it as `common-lisp-indent-function' for
`defmethod'.
2001-08-15 11:57:03 +00:00
Gerd Moellmann
ed771c89bc (define-minor-mode): Use
mode-line-minor-mode-keymap for the minor mode name.
2001-08-09 14:54:05 +00:00
Gerd Moellmann
057b57f6f9 (edebug-read-function): Fix handling of
#:, #x, #o, and similar constructs.
2001-08-08 10:51:56 +00:00
Pavel Janík
070c251e74 Specify FSF as Maintainer. 2001-08-06 09:59:02 +00:00
Gerd Moellmann
cb79ea6486 (last-sexp-setup-props): New function.
(last-sexp-toggle-display): Renamed from last-sexp-print.
(last-sexp-toggle-display, eval-last-sexp-1): Use
last-sexp-setup-props.
2001-07-27 15:26:53 +00:00
Gerd Moellmann
8f4f953c20 (eval-last-sexp-1): Don't search for
`...', compare with unabbreviated printed representation instead.
(last-sexp-print): Bind print-length and print-level to nil.
2001-07-26 13:41:32 +00:00
Gerd Moellmann
be4a68f92a (eval-last-sexp-1): Look for a `...'
before assigning text properties.  Make properties rear-nonsticky.
2001-07-26 13:34:32 +00:00
Gerd Moellmann
5f0962558d (last-sexp-print): New function.
(eval-last-sexp-1): Give printed text a `keymap' property and bind
<mouse-2> and <RET> in that map to a function printing the
unabbreviated value.
2001-07-26 12:31:38 +00:00
Gerd Moellmann
6849e6d5ee (eval-last-sexp-1): If standard-output
is a buffer, put a text property `printed-value' on the printed
representation, with the Lisp object printed as value.
2001-07-26 09:28:58 +00:00
Eli Zaretskii
343462edc9 (eval-print-last-sexp, eval-defun):
Mention the effect of eval-expression-print-length and
eval-expression-print-level.  Suggested by Kevin Gallagher
<kevingal@onramp.net>.
2001-07-25 16:24:58 +00:00
Gerd Moellmann
d2922337c4 (find-function-regexp): Add
easy-mmode-define-global-mode to the regexp.  Allow newlines
in front of the function name.
2001-07-25 15:04:21 +00:00
Pavel Janík
9781053a4c *** empty log message *** 2001-07-17 07:37:19 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Pavel Janík
6a05d05faf Fixes to follow coding conventions. 2001-07-16 11:39:42 +00:00
Pavel Janík
60370d4073 Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
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