Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (autoload-generate-file-autoloads): | Stefan Monnier | 2008-04-11 | 1 | -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 to | Chong Yidong | 2008-03-31 | 1 | -2/+6 |
| | | | | make sure symbol is searched in .emacs too. | ||||
* | (defadvice): Add usage pattern. | Richard M. Stallman | 2008-03-13 | 1 | -1/+4 |
| | |||||
* | (parens-require-spaces): Doc fix. | Chong Yidong | 2008-03-05 | 1 | -1/+2 |
| | | | | Reported by Drew Adams <drew.adams@oracle.com>. | ||||
* | *** empty log message *** | Juanma Barranquero | 2008-02-05 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2008-02-05 | 1 | -1/+1 |
| | |||||
* | Comment changes. | Richard M. Stallman | 2008-02-04 | 1 | -2/+2 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 63 | -63/+63 |
| | |||||
* | (find-function-after-hook): Add :type. | Richard M. Stallman | 2007-12-15 | 1 | -0/+1 |
| | |||||
* | Dan Nicolaescu <dann at ics.uci.edu> | Glenn Morris | 2007-12-01 | 1 | -2/+3 |
| | | | | (declare-function): Change to a macro. | ||||
* | (batch-byte-recompile-directory): Doc fix. | Juanma Barranquero | 2007-11-26 | 1 | -3/+3 |
| | |||||
* | Comment change. | Richard M. Stallman | 2007-11-20 | 1 | -0/+2 |
| | |||||
* | (declare-function): Define as a no-op, for compatibility with Emacs 23. | Glenn Morris | 2007-11-20 | 1 | -0/+5 |
| | |||||
* | Default argument for find-library | Vinicius Jose Latorre | 2007-10-31 | 1 | -5/+15 |
| | |||||
* | (elp-report-limit, elp-restore-all, elp-unset-master, elp-results): Fix typos. | Juanma Barranquero | 2007-10-31 | 1 | -10/+10 |
| | | | | | (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p): Doc fixes. | ||||
* | (unsafep, unsafep-function, unsafep-progn, unsafep-let): | Juanma Barranquero | 2007-10-29 | 1 | -9/+10 |
| | | | | Fix typos in docstrings. | ||||
* | (byte-compile-warnings): Autoload the safe-local-variable property. | Glenn Morris | 2007-10-26 | 1 | -1/+2 |
| | |||||
* | (ad-get-advice-info): Change to a function. | Richard M. Stallman | 2007-10-16 | 1 | -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. Stallman | 2007-10-10 | 1 | -0/+1 |
| | |||||
* | (edebug-install-custom-print-funcs) | Richard M. Stallman | 2007-10-09 | 1 | -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 Barranquero | 2007-09-27 | 1 | -3/+3 |
| | | | | eldoc-current-idle-delay): Fix typos in docstrings. | ||||
* | (define-minor-mode): Fix staging brain damage. | Stefan Monnier | 2007-09-21 | 1 | -25/+27 |
| | |||||
* | (lisp-indent-offset): Make defcustom. Add `safe-local-variable' property. | Richard M. Stallman | 2007-09-02 | 1 | -4/+12 |
| | | | | (lisp-body-indent): Likewise. | ||||
* | (byte-recompile-directory): Fix bug: | Thien-Thi Nguyen | 2007-09-01 | 1 | -1/+1 |
| | | | | Don't expand top-level file name more than once. | ||||
* | (backquote-unquote-symbol, backquote-splice-symbol): | Stefan Monnier | 2007-08-23 | 1 | -2/+2 |
| | | | | Backslash the , and ,@ which are not new-style unquotes. | ||||
* | (edebug-list-form, edebug-match-symbol, \,) | Stefan Monnier | 2007-08-23 | 1 | -4/+4 |
| | | | | (\,@): Backslash the , and ,@ which are not new-style unquotes. | ||||
* | (byte-compile-from-buffer): Check old-style backquotes after each `read' | Stefan Monnier | 2007-08-23 | 1 | -8/+8 |
| | | | | rather than once per buffer to get more precise location info. | ||||
* | (byte-optimize-featurep): Also handle `sxemacs'. | Stefan Monnier | 2007-08-23 | 1 | -3/+3 |
| | |||||
* | (byte-compile-from-buffer): Display a big fat warning for old style backquotes. | Stefan Monnier | 2007-08-22 | 1 | -1/+7 |
| | |||||
* | (byte-compile-log-file, byte-recompile-directory, byte-compile-file) | Stefan Monnier | 2007-08-22 | 1 | -13/+9 |
| | | | | (byte-compile-from-buffer): Use with-current-buffer. | ||||
* | (backquote-delay-process): Fix last change. | Stefan Monnier | 2007-08-21 | 1 | -3/+2 |
| | |||||
* | preceding-sexp | Vinicius Jose Latorre | 2007-08-20 | 1 | -52/+55 |
| | |||||
* | Revert last change. | Thien-Thi Nguyen | 2007-08-17 | 1 | -12/+3 |
| | |||||
* | (copyright-update-year, copyright-update) | Thien-Thi Nguyen | 2007-08-17 | 1 | -3/+12 |
| | | | | (copyright-fix-years): Fix bug: Handle nil copyright-limit. | ||||
* | (cl-transform-lambda): Preserve the match-data. | Stefan Monnier | 2007-08-16 | 1 | -9/+13 |
| | |||||
* | (backquote-delay-process): New function. | Stefan Monnier | 2007-08-10 | 1 | -15/+39 |
| | | | | | (backquote-process): Add internal arg `level'. Use the two to correctly handle nested backquotes. | ||||
* | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 4 | -4/+4 |
| | |||||
* | (checkdoc-ispell-lisp-words): Remove `iff'. | Glenn Morris | 2007-08-08 | 1 | -2/+3 |
| | | | | Replace `iff' in doc-strings and comments. | ||||
* | Revert previous change, which was only supposed to be in trunk. | Glenn Morris | 2007-08-03 | 1 | -5/+1 |
| | |||||
* | Drew Adams <drew.adams at oracle.com> | Glenn Morris | 2007-08-03 | 1 | -1/+5 |
| | | | | (pp-eval-expression): Add progress message. Make buffer writable. | ||||
* | Restore lisp/emacs-lisp/cl-loaddefs.el | Miles Bader | 2007-07-31 | 2 | -4/+1234 |
| | | | | | | ... and remove lisp/emacs-lisp/.arch-inventory Revision: emacs@sv.gnu.org/emacs--rel--22--patch-83 | ||||
* | Update some .arch-inventory files | Miles Bader | 2007-07-30 | 1 | -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 Monnier | 2007-07-29 | 1 | -10/+13 |
| | | | | Correctly handle the case where copyright-limit is nil. | ||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 63 | -63/+63 |
| | |||||
* | (byte-compile-from-buffer): initialise byte-compile-unresolved-functions before | Alan Mackenzie | 2007-07-24 | 1 | -6/+8 |
| | | | | | rather than after a compilation. (byte-compile-unresolved-functions): Amplify doc string. | ||||
* | (calculate-lisp-indent): In the | Thien-Thi Nguyen | 2007-07-21 | 1 | -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 Barranquero | 2007-07-16 | 1 | -1/+1 |
| | |||||
* | (copyright-current-gpl-version): Set to 3. | Nick Roberts | 2007-07-11 | 1 | -1/+1 |
| | |||||
* | (eval-defun): Explain special handling of `defface'. | Richard M. Stallman | 2007-07-10 | 1 | -1/+3 |
| | |||||
* | (eval-last-sexp): Avoid introducing any | Andreas Schwab | 2007-07-06 | 1 | -7/+7 |
| | | | | dynamic bindings around the evaluation of the expression. |