summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-2563-63/+63
* (byte-compile-from-buffer): initialise byte-compile-unresolved-functions beforeAlan Mackenzie2007-07-241-6/+8
* (calculate-lisp-indent): In theThien-Thi Nguyen2007-07-211-0/+10
* (defadvice): Doc fix.Juanma Barranquero2007-07-161-1/+1
* (copyright-current-gpl-version): Set to 3.Nick Roberts2007-07-111-1/+1
* (eval-defun): Explain special handling of `defface'.Richard M. Stallman2007-07-101-1/+3
* (eval-last-sexp): Avoid introducing anyAndreas Schwab2007-07-061-7/+7
* (sregexq): Fix doc string quoting.Chong Yidong2007-06-041-2/+2
* (tq-queue-pop): Stifle error when a process has died and we are tryingChong Yidong2007-06-041-2/+3
* (define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.Juanma Barranquero2007-06-041-2/+2
* Nikolaj Schumacher <n_schumacher at web.de> (tiny change)Glenn Morris2007-05-291-2/+7
* (define-minor-mode): Fix generated doc string.Richard M. Stallman2007-05-101-1/+1
* (turn-on-eldoc-mode): Doc fix.Richard M. Stallman2007-05-061-1/+1
* (define-globalized-minor-mode): Improve doc string of generated command.Richard M. Stallman2007-04-221-4/+5
* (edebug-pop-to-buffer): Don't select window marked as dedicated.Martin Rudalics2007-04-131-19/+27
* (byte-optimize-form-code-walker): Evaluate pure function calls if possible.Chong Yidong2007-04-111-2/+26
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-111-4/+27
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-111-20/+0
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-101-8/+0
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-101-0/+8
* Remove spurious debugging code.Chong Yidong2007-04-091-1/+0
* * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove functionChong Yidong2007-04-061-21/+0
* (byte-optimize-form-code-walker): Print entire form.Chong Yidong2007-04-051-2/+3
* (top-level): Provide self.Glenn Morris2007-04-051-0/+2
* (lisp-fill-paragraph): Only obey emacs-lisp-docstring-fill-column inStefan Monnier2007-04-011-1/+2
* (run-at-time): Doc fix.Glenn Morris2007-03-311-6/+11
* (display-warning): If we create the buffer displaying the warning,Glenn Morris2007-03-311-3/+10
* (sregexq): Doc fix.Eli Zaretskii2007-03-311-1/+1
* (ewoc--insert-new-node): Take additional arg DLL.Thien-Thi Nguyen2007-03-301-4/+5
* (edebug-display): Don't go to edebug-outside-buffer if it is dead.Richard M. Stallman2007-03-281-1/+2
* (lisp-complete-symbol): Make get-buffer-window find windows in other frames.Stefan Monnier2007-03-281-2/+1
* (byte-compile-file-form-defmumble): Use prin1 instead of princ.Richard M. Stallman2007-03-261-1/+1
* (testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): AddEli Zaretskii2007-03-241-6/+6
* (reb-update-overlays): Do not mark zero-width regexps as invalidJuanma Barranquero2007-03-181-2/+4
* (byte-compile-warning-prefix): Correctly compute line number.Richard M. Stallman2007-03-111-2/+4
* (reb-re-syntax): Fix custom type.Richard M. Stallman2007-03-051-3/+2
* (calculate-lisp-indent): Redo previous change.Richard M. Stallman2007-03-051-23/+36
* (authors-aliases): Add alias.Kim F. Storm2007-03-041-0/+1
* (authors-aliases): Add alias.Kim F. Storm2007-03-041-0/+1
* (edebug-kill-buffer): New function.Richard M. Stallman2007-03-041-0/+11
* (map-y-or-n-p): Apply minibuffer-prompt-properties.Kim F. Storm2007-02-251-1/+2
* (bindat--unpack-u*): Optimize.Kim F. Storm2007-02-171-21/+41
* (calculate-lisp-indent): Added indentation for the constants of Lisp.Eli Zaretskii2007-02-171-0/+18
* (byte-compile-dest-file, byte-compile-file): Doc fixes.Juanma Barranquero2007-02-131-2/+5
* (indent-sexp): Clean up termination condition -- don't fail to stop at endpos.Richard M. Stallman2007-02-111-6/+12
* Remove obsolete comment.Kim F. Storm2007-02-091-4/+1
* (define-globalized-minor-mode): Rename from define-global-minor-mode.Chong Yidong2007-02-031-4/+6
* define-global-minor-mode changed to define-globalized-minor-mode.Chong Yidong2007-02-031-0/+2
* (global-cwarn-mode): Add define-globalized-minor-mode.Chong Yidong2007-02-031-0/+3
* (list-load-path-shadows): Doc fix.Juanma Barranquero2007-01-291-3/+3