Eli Zaretskii
05ec033b10
(rx): Work at compile time, not run time.
2004-03-27 11:52:07 +00:00
Stefan Monnier
98fdbd102f
(ad-subr-arglist): Undo part of last patch.
2004-03-23 02:45:33 +00:00
Stefan Monnier
d08c4c2857
Fix copyright.
2004-03-22 15:38:14 +00:00
Stefan Monnier
eaf33a1780
(pp-eval-expression): Simplify.
2004-03-22 15:32:24 +00:00
Stefan Monnier
4f9d876485
(lisp-mode-variables): Don't set
...
normal-auto-fill-function and comment-indent-function.
The default values now work just as well.
Don't set font-lock-beginning-of-syntax-function since we already set
syntax-begin-function.
(lisp-outline-level): Put ;;;###autoload at same level as (.
(prin1-char): Quote special chars.
2004-03-22 15:31:46 +00:00
Stefan Monnier
de00302bfd
(lm-keywords-finder-p): Use defvar rather than with-no-warnings.
2004-03-22 15:28:28 +00:00
Stefan Monnier
e409c5272f
(edebug-display): Bring up a debug trace if the source location can't be found.
...
(edebug-compute-previous-result): Use prin1-char.
2004-03-22 15:27:46 +00:00
Stefan Monnier
b008007c6a
(checkdoc-error): Dont' assume point-min == 1.
...
(debug-ignored-errors): Add an entry.
2004-03-22 15:24:49 +00:00
Stefan Monnier
b122f3fb5a
(byte-recompile-directory): Ignore hidden dir.
...
(byte-compile-file): Output warning when deleting a file.
2004-03-22 15:23:59 +00:00
Stefan Monnier
66599b54fb
(defsubst): Add edebug spec and use backquote.
...
(dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
2004-03-22 15:22:34 +00:00
Stefan Monnier
e856a453a1
(byte-compile-log-lap, byte-compile-inline-expand): Use backquote.
...
(byte-optimize-pure-func): Rename from byte-optimize-concat.
(symbol-name, regexp-opt, regexp-quote): Mark as pure.
2004-03-22 15:21:08 +00:00
Stefan Monnier
1de9630d9b
(backquote-list*-macro): Use nreverse.
2004-03-22 15:17:01 +00:00
Stefan Monnier
35abd1e238
(ad-subr-arglist): Simplify.
2004-03-22 15:16:27 +00:00
Juri Linkov
b49c969bd0
Doc fix.
2004-03-22 07:48:01 +00:00
Juanma Barranquero
942269e7b4
(rx): Work at compile time, not run time.
2004-03-21 15:34:56 +00:00
Juanma Barranquero
7ab91c5f45
(make-obsolete-variable): Fix docstring.
2004-03-18 00:20:44 +00:00
Richard M. Stallman
8de4476933
(byte-compile-get-constant): For strings, do compare text properties.
2004-03-12 10:09:59 +00:00
Stefan Monnier
d8a8cbe26c
(lisp-mode-variables): Set it.
2004-03-08 02:15:05 +00:00
Eli Zaretskii
740b7c2dbb
(rx-check, rx-check-any, rx-check-not)
...
(rx-repeat, rx-check-backref, rx-syntax, rx-to-string): Use
lower-case "rx" in all error message.
(rx-or): Put group around result.
(rx-constituents): Add backref.
(rx-syntax): Add string-delimiter, comment-delimiter.
(rx-categories): Add combining-diacritic.
(rx-check-not, rx-greedy, rx): Doc fix.
(rx-backref, rx-check-backref): New.
2004-02-16 16:51:39 +00:00
Eli Zaretskii
062a9fce99
(rx-not): Bind case-fold-search to nil.
2004-02-16 12:12:02 +00:00
Luc Teirlinck
5410f047b3
(lisp-mode-variables): Adapt outline-regexp to the new conventions for
...
commenting out code.
2004-02-12 01:50:46 +00:00
Miles Bader
4d449b11a0
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84
...
Add lisp/emacs-lisp/macroexp.el
2004-02-10 01:52:31 +00:00
Andreas Schwab
c971696d04
(defstruct): Remove extra format string
...
argument.
(cl-struct-setf-expander): Likewise.
2004-02-08 22:41:39 +00:00
Andreas Schwab
d71eb4d4f2
(lm-verify): Remove useless use of
...
format.
2004-02-08 22:38:03 +00:00
Richard M. Stallman
ab43c85050
(byte-compile-compatibility): Doc fix.
...
(byte-compile-format-warn): New.
(byte-compile-callargs-warn): Use it.
(Format, message, error): Add byte-compile-format-like property.
(byte-compile-maybe-guarded): New.
(byte-compile-if, byte-compile-cond): Use it.
(byte-compile-lambda): Compile interactive forms, just to make
warnings about them.
2004-01-29 17:58:16 +00:00
Richard M. Stallman
750e563f99
(beginning-of-defun-raw, end-of-defun):
...
Iterate the hook function if arg is given.
(mark-defun, narrow-to-defun): Change order of finding the limits.
2004-01-29 17:56:42 +00:00
Stefan Monnier
e8a12926bb
(easy-mmode-define-navigation): Use a more robust check of widening.
2004-01-27 22:54:45 +00:00
Richard M. Stallman
7a21fef9ec
(cl-cannot-unload): New function.
...
(cl-unload-hook): Defvar this to run cl-cannot-unload.
2004-01-16 18:20:00 +00:00
Luc Teirlinck
3e7274ae13
*** empty log message ***
2004-01-16 01:48:11 +00:00
Luc Teirlinck
637692f434
Add fmakunbound' for
declare'.
2004-01-16 01:13:41 +00:00
Luc Teirlinck
9a7268cf3a
*** empty log message ***
2004-01-13 00:24:12 +00:00
Luc Teirlinck
7618fe8e02
(compile-defun): Doc fix.
2004-01-12 23:28:29 +00:00
Karl Berry
2e3b4a0b35
allow / and *, too
2004-01-05 22:50:58 +00:00
Simon Josefsson
bcbc6fd3d0
Fix comment to recommend
...
before-save-hook instead of write-file-functions.
2004-01-05 18:19:11 +00:00
Karl Berry
17b337762f
allow % and # as well as ; in copyright notice
2004-01-04 23:00:06 +00:00
Richard M. Stallman
38068db2b0
(lm-section-end): require outline.
2004-01-03 21:14:11 +00:00
Eli Zaretskii
1550204223
* progmodes/idlwave.el (idlwave-make-tags):
...
* textmodes/flyspell.el (flyspell-large-region):.
* progmodes/make-mode.el (makefile-query-by-make-minus-q):
* emulation/viper-util.el (viper-glob-unix-files):
* emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
* man.el (Man-init-defvars):
* jka-compr.el (jka-compr-call-process):
* files.el (get-free-disk-space,insert-directory):
* ediff-ptch.el (ediff-test-patch-utility):
* ediff-diff.el (ediff-test-utility):
* dired-aux.el (dired-check-process):
* mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
test the return value of call-process, because it can be a string.
2004-01-03 12:12:01 +00:00
Eli Zaretskii
ab5136eab7
emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
...
from testcover-unsafep.el and testcover-ses.el to avoid file-name
clashes on 8+3 DOS filesystems.
2003-12-30 08:26:00 +00:00
Eli Zaretskii
dffafab086
(easy-menu-define): Doc fix.
2003-12-29 12:05:15 +00:00
Jonathan Yavner
01a9e5933d
Add edebug specs for macros 1value' and
noreturn'.
2003-11-30 06:58:00 +00:00
Jonathan Yavner
bbaa142972
Ensure that forms marked with `1value' actually always return the same value.
2003-11-30 06:56:28 +00:00
Thien-Thi Nguyen
877f9b0513
(easy-mmode-define-navigation): Take additional
...
optional arg NARROWFUN. For the generated functions: Add local var
`was-narrowed-p'. Also, if NARROWFUN is specified, include frags that
arrange to check for and save narrowing state before the move and then
conditionally call NARROWFUN after the move.
2003-11-14 16:18:01 +00:00
Eli Zaretskii
cdddbfd273
(rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))".
2003-11-01 17:35:49 +00:00
Francesco Potortì
97c437db33
Alias for Francesco Potort�
2003-10-23 20:36:19 +00:00
Richard M. Stallman
1ae7cf5ee8
(edebug-display-freq-count): Doc fix.
2003-10-20 23:46:31 +00:00
Dave Love
6c119ac0b4
(easy-mmode-define-navigation): Avoid
...
incf in macro expansion.
2003-10-20 19:07:02 +00:00
John Paul Wallington
748fb1aabd
(elint-check-defcustom-form): Don't use `evenp' so we don't implicitly
...
require cl library at runtime.
2003-10-20 17:16:16 +00:00
Richard M. Stallman
9e1b128cd0
(lm-with-file): When FILE is nil, run BODY in current buffer.
2003-09-30 12:47:04 +00:00
Richard M. Stallman
a94d391acd
(lm-with-file): Don't visit the file,
...
just use insert-file-contents in temp buffer.
(lm-get-header-re): Added surrounding \\( and \\) around the header,
as in for lm-history-header 'Change Log\\|History'.
2003-09-22 15:23:53 +00:00
Richard M. Stallman
9dbd7d6674
(byte-compile-log-file): Clear out byte-compile-last-warned-form.
2003-09-22 15:16:10 +00:00