summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* Merged in changes from CVS HEADKaroly Lorentey2004-02-181-19/+36
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-98 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-99 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-100 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-101 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-102 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-78
| * (rx-check, rx-check-any, rx-check-not)Eli Zaretskii2004-02-161-19/+36
| | | | | | | | | | | | | | | | | | | | | | (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.
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-175-10/+206
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-71 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-72 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-73 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-74 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-75 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-76 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-77 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-78 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-79 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-80 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-81 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-82 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-83 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84 Add lisp/emacs-lisp/macroexp.el * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-85 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-86 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-87 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-88 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-89 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-90 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-91 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-92 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-93 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-94 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-95 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-96 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-97 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-77
| * (rx-not): Bind case-fold-search to nil.Eli Zaretskii2004-02-161-1/+2
| |
| * (lisp-mode-variables): Adapt outline-regexp to the new conventions forLuc Teirlinck2004-02-121-1/+1
| | | | | | | | commenting out code.
| * Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84Miles Bader2004-02-101-0/+197
| | | | | | | | Add lisp/emacs-lisp/macroexp.el
| * (defstruct): Remove extra format stringAndreas Schwab2004-02-081-5/+3
| | | | | | | | | | argument. (cl-struct-setf-expander): Likewise.
| * (lm-verify): Remove useless use ofAndreas Schwab2004-02-081-3/+3
| | | | | | | | format.
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-023-71/+121
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-57 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-58 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-59 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-60 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-61 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-62 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-63 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-64 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-65 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-66 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-67 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-68 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-69 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-71
| * (byte-compile-compatibility): Doc fix.Richard M. Stallman2004-01-291-53/+95
| | | | | | | | | | | | | | | | | | | | (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.
| * (beginning-of-defun-raw, end-of-defun):Richard M. Stallman2004-01-291-8/+17
| | | | | | | | | | Iterate the hook function if arg is given. (mark-defun, narrow-to-defun): Change order of finding the limits.
| * (easy-mmode-define-navigation): Use a more robust check of widening.Stefan Monnier2004-01-271-10/+9
| |
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-222-5/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-33 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-34 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-35 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-36 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-37 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-38 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-39 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-40 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-41 Make fringe-drawing stuff compile without a window-system * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-42 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-43 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-44 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-45 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-46 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-47 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-48 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-49 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-50 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-59
| * (cl-cannot-unload): New function.Richard M. Stallman2004-01-161-0/+4
| | | | | | | | (cl-unload-hook): Defvar this to run cl-cannot-unload.
| * *** empty log message ***Luc Teirlinck2004-01-161-1/+1
| |
| * Add `fmakunbound' for `declare'.Luc Teirlinck2004-01-161-0/+1
| |
| * *** empty log message ***Luc Teirlinck2004-01-131-2/+2
| |
| * (compile-defun): Doc fix.Luc Teirlinck2004-01-121-3/+3
| |
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-061-2/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-19 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-20 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-21 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-46
| * allow / and *, tooKarl Berry2004-01-051-1/+1
| |
| * Fix comment to recommendSimon Josefsson2004-01-051-1/+2
| | | | | | | | before-save-hook instead of write-file-functions.
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-052-2/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-17 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-18 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-45
| * allow % and # as well as ; in copyright noticeKarl Berry2004-01-041-2/+2
| |
| * (lm-section-end): require outline.Richard M. Stallman2004-01-031-0/+1
| |
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-031-1/+1
|\| | | | | | | | | | | | | | | | | | | Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-16 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-42
| * * progmodes/idlwave.el (idlwave-make-tags):Eli Zaretskii2004-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merged in changes from CVS headKaroly Lorentey2003-12-303-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-5 Add =cvs-sync-make-log script * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-6 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-7 Use absolute tla-tools filenames in =cvs-sync-make-log * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-8 Use proper arch-tag: syntax for lispintro/texinfo.tex * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-9 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-24
| * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: RenamedEli Zaretskii2003-12-302-0/+0
| | | | | | | | | | from testcover-unsafep.el and testcover-ses.el to avoid file-name clashes on 8+3 DOS filesystems.
| * (easy-menu-define): Doc fix.Eli Zaretskii2003-12-291-2/+2
| |
* | tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137Karoly Lorentey2003-12-243-3/+3
|/ | | | | | (automatically generated log message) git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--base-0
* Add edebug specs for macros `1value' and `noreturn'.Jonathan Yavner2003-11-301-0/+4
|
* Ensure that forms marked with `1value' actually always return the same value.Jonathan Yavner2003-11-301-21/+34
|
* (easy-mmode-define-navigation): Take additionalThien-Thi Nguyen2003-11-141-18/+35
| | | | | | | 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.
* (rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))".Eli Zaretskii2003-11-011-3/+5
|
* Alias for Francesco Potort�Francesco Potortì2003-10-231-1/+1
|
* (edebug-display-freq-count): Doc fix.Richard M. Stallman2003-10-201-2/+2
|
* (easy-mmode-define-navigation): AvoidDave Love2003-10-201-2/+2
| | | | incf in macro expansion.
* (elint-check-defcustom-form): Don't use `evenp' so we don't implicitlyJohn Paul Wallington2003-10-201-1/+2
| | | | require cl library at runtime.
* (lm-with-file): When FILE is nil, run BODY in current buffer.Richard M. Stallman2003-09-301-4/+6
|
* (lm-with-file): Don't visit the file,Richard M. Stallman2003-09-221-10/+9
| | | | | | | 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'.
* (byte-compile-log-file): Clear out byte-compile-last-warned-form.Richard M. Stallman2003-09-221-2/+3
|
* (edebug-var-status, edebug-restore-status): New functions.Richard M. Stallman2003-09-191-20/+55
| | | | (edebug-enter, edebug-outside-excursion): Use them.
* (byte-compile-warning-prefix):Richard M. Stallman2003-09-191-2/+2
| | | | Fix the condition for whether to print "In WHERE".
* (tq-create): Fix mixed up unquote style.Stefan Monnier2003-09-121-2/+2
|
* (eldoc-print-current-symbol-info-function):Dave Love2003-09-061-12/+28
| | | | | New. (eldoc-print-current-symbol-info): Use it.
* Add arch taglinesMiles Bader2003-09-0161-3/+66
|
* (common-lisp-mode): New.Dave Love2003-08-201-0/+3
|
* (beginning-of-defun-function): Doc fix.Dave Love2003-08-201-2/+3
|
* Comment.Dave Love2003-08-201-5/+2
|
* (eval-last-sexp-print-value): New subroutine, broken out of eval-last-sexp-1.Richard M. Stallman2003-08-171-21/+24
| | | | (eval-last-sexp-1): Use eval-last-sexp-print-value.