summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (autoload-generate-file-autoloads):Stefan Monnier2008-04-111-0/+1
| | | | | | Bind print-level to ensure output forms aren't truncated if print-level is set to eval-expression-print-level when going via eval-defun and friends, or has been otherwise fiddled with.
* (find-function-search-for-symbol): Strip extension from .emacs.el toChong Yidong2008-03-311-2/+6
| | | | make sure symbol is searched in .emacs too.
* (defadvice): Add usage pattern.Richard M. Stallman2008-03-131-1/+4
|
* (parens-require-spaces): Doc fix.Chong Yidong2008-03-051-1/+2
| | | | Reported by Drew Adams <drew.adams@oracle.com>.
* *** empty log message ***Juanma Barranquero2008-02-051-1/+1
|
* *** empty log message ***Juanma Barranquero2008-02-051-1/+1
|
* Comment changes.Richard M. Stallman2008-02-041-2/+2
|
* Add 2008 to copyright years.Glenn Morris2008-01-0763-63/+63
|
* (find-function-after-hook): Add :type.Richard M. Stallman2007-12-151-0/+1
|
* Dan Nicolaescu <dann at ics.uci.edu>Glenn Morris2007-12-011-2/+3
| | | | (declare-function): Change to a macro.
* (batch-byte-recompile-directory): Doc fix.Juanma Barranquero2007-11-261-3/+3
|
* Comment change.Richard M. Stallman2007-11-201-0/+2
|
* (declare-function): Define as a no-op, for compatibility with Emacs 23.Glenn Morris2007-11-201-0/+5
|
* Default argument for find-libraryVinicius Jose Latorre2007-10-311-5/+15
|
* (elp-report-limit, elp-restore-all, elp-unset-master, elp-results): Fix typos.Juanma Barranquero2007-10-311-10/+10
| | | | | (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p): Doc fixes.
* (unsafep, unsafep-function, unsafep-progn, unsafep-let):Juanma Barranquero2007-10-291-9/+10
| | | | Fix typos in docstrings.
* (byte-compile-warnings): Autoload the safe-local-variable property.Glenn Morris2007-10-261-1/+2
|
* (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.