Commit graph

1490 commits

Author SHA1 Message Date
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
Richard M. Stallman
5fc58d8323 (edebug-var-status, edebug-restore-status): New functions.
(edebug-enter, edebug-outside-excursion): Use them.
2003-09-19 14:31:15 +00:00
Richard M. Stallman
2c0696b144 (byte-compile-warning-prefix):
Fix the condition for whether to print "In WHERE".
2003-09-19 14:29:42 +00:00
Stefan Monnier
2b652064c6 (tq-create): Fix mixed up unquote style. 2003-09-12 15:55:47 +00:00
Dave Love
a3d819fcaa (eldoc-print-current-symbol-info-function):
New.
(eldoc-print-current-symbol-info): Use it.
2003-09-06 17:32:31 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Dave Love
60b2e60d2d (common-lisp-mode): New. 2003-08-20 18:53:12 +00:00
Dave Love
7a0e987434 (beginning-of-defun-function): Doc fix. 2003-08-20 18:48:43 +00:00
Dave Love
0cb9b63a7b Comment. 2003-08-20 18:46:55 +00:00
Richard M. Stallman
606f5e7543 (eval-last-sexp-print-value): New subroutine, broken out of eval-last-sexp-1.
(eval-last-sexp-1): Use eval-last-sexp-print-value.
2003-08-17 00:18:15 +00:00
Richard M. Stallman
91cbc31fa9 (noreturn): Report error if does return.
(testcover-reinstrument-clauses): Doc fix.
2003-08-06 01:10:37 +00:00
Richard M. Stallman
10b6c9320f Doc fixes, args renamed.
(warning-type-format): Renamed from warning-group-format.
2003-08-06 01:09:33 +00:00
Richard M. Stallman
9e31e67b6f (byte-compile-not-obsolete-var): New var.
(byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
(byte-compile-defvar): Bind byte-compile-not-obsolete-var
to prevent warnings about defvar for an obsolete variable.

(byte-compile-log-warning):
warning-group-format renamed to warning-type-format.
2003-08-06 01:08:21 +00:00
Jonathan Yavner
df961c06b1 Updated contact address. 2003-07-25 04:59:09 +00:00
Glenn Morris
8d11b45098 (define-derived-mode): Mention hook in doc string. Defvar the derived
hook.
2003-07-23 00:00:13 +00:00
Richard M. Stallman
fb16e93267 (emacs-lisp-mode): Use run-mode-hooks.
(lisp-mode): Likewise.
2003-07-21 09:58:06 +00:00
Stefan Monnier
db14504a96 (syntax-ppss): Catch the case where the buffer is narrowed. 2003-07-16 15:40:25 +00:00
Stefan Monnier
9c5b265345 (syntax-ppss-flush-cache): Rename from syntax-ppss-after-change-function.
(syntax-ppss-after-change-function): New alias.  Update uses.
2003-07-16 15:17:02 +00:00
John Paul Wallington
2356fa8a91 2003-07-11 John Paul Wallington <jpw@gnu.org>
* emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
	(ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
	(ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.

2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)

	* emacs-lisp/ring.el (ring-elements): Doc fix.
2003-07-11 21:53:43 +00:00
Richard M. Stallman
12cf32ce47 (debug, debugger-env-macro): Use with-no-warnings while accessing and
binding unread-command-char.
2003-07-07 20:57:50 +00:00