summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (batch-byte-compile-file): Give a backtrace if requested.Stefan Monnier2004-04-141-18/+20
* (beginning-of-defun-raw, end-of-defun):Stefan Monnier2004-04-141-7/+15
* (checkdoc-output-mode-map, checkdoc-find-error-mouse, checkdoc-find-error):Stefan Monnier2004-04-141-15/+8
* (byte-compile-cond): Fix last change.Stefan Monnier2004-04-121-6/+7
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196Miles Bader2004-04-103-11/+1
* (easy-menu-add): Make it work in non-X Emacs.Stefan Monnier2004-04-091-2/+4
* (rx): Work at compile time, not run time.Eli Zaretskii2004-03-271-2/+4
* (ad-subr-arglist): Undo part of last patch.Stefan Monnier2004-03-231-1/+4
* Fix copyright.Stefan Monnier2004-03-221-1/+1
* (pp-eval-expression): Simplify.Stefan Monnier2004-03-221-7/+5
* (lisp-mode-variables): Don't setStefan Monnier2004-03-221-16/+16
* (lm-keywords-finder-p): Use defvar rather than with-no-warnings.Stefan Monnier2004-03-221-2/+2
* (edebug-display): Bring up a debug trace if the source location can't be found.Stefan Monnier2004-03-221-11/+13
* (checkdoc-error): Dont' assume point-min == 1.Stefan Monnier2004-03-221-2/+4
* (byte-recompile-directory): Ignore hidden dir.Stefan Monnier2004-03-221-8/+12
* (defsubst): Add edebug spec and use backquote.Stefan Monnier2004-03-221-6/+9
* (byte-compile-log-lap, byte-compile-inline-expand): Use backquote.Stefan Monnier2004-03-221-119/+126
* (backquote-list*-macro): Use nreverse.Stefan Monnier2004-03-221-2/+8
* (ad-subr-arglist): Simplify.Stefan Monnier2004-03-221-24/+23
* Doc fix.Juri Linkov2004-03-221-1/+1
* (rx): Work at compile time, not run time.Juanma Barranquero2004-03-211-5/+8
* (make-obsolete-variable): Fix docstring.Juanma Barranquero2004-03-181-3/+3
* (byte-compile-get-constant): For strings, do compare text properties.Richard M. Stallman2004-03-121-2/+3
* (lisp-mode-variables): Set it.Stefan Monnier2004-03-081-1/+3
* (rx-check, rx-check-any, rx-check-not)Eli Zaretskii2004-02-161-19/+36
* (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
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84Miles Bader2004-02-101-0/+197
* (defstruct): Remove extra format stringAndreas Schwab2004-02-081-5/+3
* (lm-verify): Remove useless use ofAndreas Schwab2004-02-081-3/+3
* (byte-compile-compatibility): Doc fix.Richard M. Stallman2004-01-291-53/+95
* (beginning-of-defun-raw, end-of-defun):Richard M. Stallman2004-01-291-8/+17
* (easy-mmode-define-navigation): Use a more robust check of widening.Stefan Monnier2004-01-271-10/+9
* (cl-cannot-unload): New function.Richard M. Stallman2004-01-161-0/+4
* *** 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
* allow / and *, tooKarl Berry2004-01-051-1/+1
* Fix comment to recommendSimon Josefsson2004-01-051-1/+2
* 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
* * progmodes/idlwave.el (idlwave-make-tags):Eli Zaretskii2004-01-031-1/+1
* emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: RenamedEli Zaretskii2003-12-302-0/+0
* (easy-menu-define): Doc fix.Eli Zaretskii2003-12-291-2/+2
* 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
* (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