summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (ad-get-advice-info): Change to a function.Richard M. Stallman2007-10-161-6/+9
| | | | | | (ad-get-advice-info-macro): New macro, like old ad-get-advice-info. (ad-is-advised, ad-get-advice-info-field) (ad-set-advice-info-field): Use ad-get-advice-info-macro.
* (debugger-setup-buffer): Disable undo in *Backtrace*.Richard M. Stallman2007-10-101-0/+1
|
* (edebug-install-custom-print-funcs)Richard M. Stallman2007-10-091-38/+6
| | | | | | | | (edebug-install-custom-print, edebug-reset-print-funcs) (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs): Functions deleted. (edebug-prin1, edebug-print, edebug-prin1-to-string) (edebug-format, edebug-message): Define directly as aliases.
* (eldoc-message-commands-table-size, eldoc-message-commands,Juanma Barranquero2007-09-271-3/+3
| | | | eldoc-current-idle-delay): Fix typos in docstrings.
* (define-minor-mode): Fix staging brain damage.Stefan Monnier2007-09-211-25/+27
|
* (lisp-indent-offset): Make defcustom. Add `safe-local-variable' property.Richard M. Stallman2007-09-021-4/+12
| | | | (lisp-body-indent): Likewise.
* (byte-recompile-directory): Fix bug:Thien-Thi Nguyen2007-09-011-1/+1
| | | | Don't expand top-level file name more than once.
* (backquote-unquote-symbol, backquote-splice-symbol):Stefan Monnier2007-08-231-2/+2
| | | | Backslash the , and ,@ which are not new-style unquotes.
* (edebug-list-form, edebug-match-symbol, \,)Stefan Monnier2007-08-231-4/+4
| | | | (\,@): Backslash the , and ,@ which are not new-style unquotes.
* (byte-compile-from-buffer): Check old-style backquotes after each `read'Stefan Monnier2007-08-231-8/+8
| | | | rather than once per buffer to get more precise location info.
* (byte-optimize-featurep): Also handle `sxemacs'.Stefan Monnier2007-08-231-3/+3
|
* (byte-compile-from-buffer): Display a big fat warning for old style backquotes.Stefan Monnier2007-08-221-1/+7
|
* (byte-compile-log-file, byte-recompile-directory, byte-compile-file)Stefan Monnier2007-08-221-13/+9
| | | | (byte-compile-from-buffer): Use with-current-buffer.
* (backquote-delay-process): Fix last change.Stefan Monnier2007-08-211-3/+2
|
* preceding-sexpVinicius Jose Latorre2007-08-201-52/+55
|
* Revert last change.Thien-Thi Nguyen2007-08-171-12/+3
|
* (copyright-update-year, copyright-update)Thien-Thi Nguyen2007-08-171-3/+12
| | | | (copyright-fix-years): Fix bug: Handle nil copyright-limit.
* (cl-transform-lambda): Preserve the match-data.Stefan Monnier2007-08-161-9/+13
|
* (backquote-delay-process): New function.Stefan Monnier2007-08-101-15/+39
| | | | | (backquote-process): Add internal arg `level'. Use the two to correctly handle nested backquotes.
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-084-4/+4
|
* (checkdoc-ispell-lisp-words): Remove `iff'.Glenn Morris2007-08-081-2/+3
| | | | Replace `iff' in doc-strings and comments.
* Revert previous change, which was only supposed to be in trunk.Glenn Morris2007-08-031-5/+1
|
* Drew Adams <drew.adams at oracle.com>Glenn Morris2007-08-031-1/+5
| | | | (pp-eval-expression): Add progress message. Make buffer writable.
* Restore lisp/emacs-lisp/cl-loaddefs.elMiles Bader2007-07-312-4/+1234
| | | | | | ... and remove lisp/emacs-lisp/.arch-inventory Revision: emacs@sv.gnu.org/emacs--rel--22--patch-83
* Update some .arch-inventory filesMiles Bader2007-07-301-0/+4
| | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77 Creator: Michael Olson <mwolson@gnu.org>
* (copyright-update-year, copyright-update, copyright-fix-years, copyright):Stefan Monnier2007-07-291-10/+13
| | | | Correctly handle the case where copyright-limit is nil.
* 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
| | | | | rather than after a compilation. (byte-compile-unresolved-functions): Amplify doc string.
* (calculate-lisp-indent): In theThien-Thi Nguyen2007-07-211-0/+10
| | | | | case of alignment under a constant symbol, find and consider the sexp actually at indentation to be the "last sexp".
* (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
| | | | dynamic bindings around the evaluation of the expression.
* (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
| | | | to send a signal to it.
* (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
| | | | (rx): Doc fix.
* (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
| | | | (byte-optimize-all-constp): New function.
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-111-4/+27
| | | | | | | (byte-compile-char-before): Improve numeric argument case. (byte-compile-backward-char, byte-compile-backward-word): New functions, performing rewriting previously done in byte-opt.el. Fix their "Fixme" item (restriction to numeric arguments).
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-111-20/+0
| | | | | (byte-optimize-backward-char, byte-optimize-backward-word): Remove - move to bytecomp.el.
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-101-8/+0
| | | | | (byte-optimize-char-before): Remove (move to bytecomp.el as byte-compile-char-before).
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-101-0/+8
| | | | | (byte-compile-char-before): New function (modified replacement for byte-optimize-char-before in byte-opt.el).
* 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
| | | | (originally checked in as byte-optimize-concat on 1997-11-02).
* (byte-optimize-form-code-walker): Print entire form.Chong Yidong2007-04-051-2/+3
|
* (top-level): Provide self.Glenn Morris2007-04-051-0/+2
|