summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (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
* (edebug-display-freq-count): Doc fix.Richard M. Stallman2003-10-201-2/+2
* (easy-mmode-define-navigation): AvoidDave Love2003-10-201-2/+2
* (elint-check-defcustom-form): Don't use `evenp' so we don't implicitlyJohn Paul Wallington2003-10-201-1/+2
* (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
* (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
* (byte-compile-warning-prefix):Richard M. Stallman2003-09-191-2/+2
* (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
* 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
* (noreturn): Report error if does return.Richard M. Stallman2003-08-061-6/+6
* Doc fixes, args renamed.Richard M. Stallman2003-08-061-33/+33
* (byte-compile-not-obsolete-var): New var.Richard M. Stallman2003-08-061-10/+15
* Updated contact address.Jonathan Yavner2003-07-252-5/+5
* (define-derived-mode): Mention hook in doc string. Defvar the derivedGlenn Morris2003-07-231-1/+5
* (emacs-lisp-mode): Use run-mode-hooks.Richard M. Stallman2003-07-211-2/+2
* (syntax-ppss): Catch the case where the buffer is narrowed.Stefan Monnier2003-07-161-133/+142
* (syntax-ppss-flush-cache): Rename from syntax-ppss-after-change-function.Stefan Monnier2003-07-161-9/+6
* 2003-07-11 John Paul Wallington <jpw@gnu.org>John Paul Wallington2003-07-111-12/+12
* (debug, debugger-env-macro): Use with-no-warnings while accessing andRichard M. Stallman2003-07-071-6/+18
* (cl-transform-lambda): Strip &cl-defsStefan Monnier2003-07-051-2/+7
* (byte-compile-defvar): Check and set the default value of the variable.Stefan Monnier2003-07-041-4/+4
* (easy-mmode-define-navigation): AvoidAndreas Schwab2003-06-221-3/+3
* (debug): Fix call to message.Stefan Monnier2003-06-161-2/+2
* (cl-macroexpand-all):Stefan Monnier2003-06-161-2/+3
* (cl-parse-loop-clause): Use map-keymap.Stefan Monnier2003-06-161-2/+4
* (pushnew): Use keywordp.Stefan Monnier2003-06-161-3/+3
* (disassemble): Accept plain expressions.Stefan Monnier2003-06-161-2/+2