aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/nadvice.el (advice--tweak): New function.Stefan Monnier2013-01-082-25/+22
* * lisp/emacs-lisp/advice.el (ad-activate-advised-definition): Refresh theStefan Monnier2013-01-071-4/+9
* Merge from emacs-24; up to 2012-12-06T07:33:[email protected]Glenn Morris2013-01-021-1/+7
|\
| * defun fix for cl declarations + interactive formsGlenn Morris2013-01-021-1/+7
* | Update copyright dates to 2013.Paul Eggert2013-01-021-1/+1
* | Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-0274-109/+126
|\|
| * Auto-commit of loaddefs files.Glenn Morris2013-01-011-3/+3
| * Update copyright notices for 2013.Paul Eggert2013-01-0173-78/+88
| * * emacs-lisp/byte-run.el (defmacro): Use same argument parsing asAndreas Schwab2012-12-311-28/+35
| * Fixes: debbugs:13316Andreas Schwab2012-12-311-5/+5
* | Merge from emacs-24; up to 2012-12-05T00:13:[email protected]Glenn Morris2012-12-301-3/+11
|\|
| * * emacs-lisp/package.el (package-untar-buffer): Improve integrity check for t...Chong Yidong2012-12-291-7/+11
| * * emacs-lisp/package.el (package-untar-buffer): Handle problematic tarfile co...Matt Fidler2012-12-291-1/+5
* | * lisp/emacs-lisp/lisp-mnt.el (lm-section-end): Always end before theJonas Bernoulli2012-12-191-18/+30
* | macroexp--warn-and-return message tweak (bug#13132)Glenn Morris2012-12-141-1/+4
* | lisp/emacs-lisp/edebug.el: Fix previous change.Juanma Barranquero2012-12-131-6/+3
* | lisp/emacs-lisp/edebug.el: Fix bug#13163.Juanma Barranquero2012-12-131-4/+23
* | * lisp/emacs-lisp/cl.el (letf): Make it an alias of cl-letf.Stefan Monnier2012-12-121-23/+1
* | * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing.Jonas Bernoulli2012-12-111-17/+25
* | Merge from emacs-24; up to 2012-11-26T19:56:[email protected]Glenn Morris2012-12-092-8/+9
|\|
| * * lisp/emacs-lisp/debug.el (debug): Fix hard-coded frame counts.Michael Heerdegen2012-12-061-3/+3
| * * lisp/emacs-lisp/cl.el, lisp/emacs-lisp/cl-lib.el: Move cl-unload-function andStefan Monnier2012-12-062-8/+9
* | * lisp/emacs-lisp/cl-lib.el (cl-declaim): Paren typo.Stefan Monnier2012-12-091-1/+1
* | Make eval-defun on a pre-defined defcustom call any :set functionGlenn Morris2012-12-081-13/+20
* | * lisp/emacs-lisp/cl-macs.el (cl-tagbody): New macro.Stefan Monnier2012-12-062-4/+63
* | Further cleanup of the "cl-" namespace. Fit CL in 80 columns.Stefan Monnier2012-12-065-134/+179
* | Fix last change.Chong Yidong2012-12-011-22/+23
* | Modularize add-log-current-defun.Chong Yidong2012-12-011-0/+26
* | Convert several major modes to setq-local.Chong Yidong2012-12-011-32/+19
* | derived-mode-make-docstring tweak for bug#11277Glenn Morris2012-11-271-9/+25
* | Auto-commit of loaddefs files.Glenn Morris2012-11-271-1/+1
* | Merge from emacs-24; up to 2012-11-20T20:06:[email protected]Glenn Morris2012-11-261-1/+6
|\|
| * Auto-commit of loaddefs files.Glenn Morris2012-11-251-1/+1
| * * lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' inStefan Monnier2012-11-241-1/+6
* | * lisp/emacs-lisp/advice.el (ad-should-compile): Don't compile advice if theStefan Monnier2012-11-261-28/+27
* | Revamp face-spec-set to be more analogous to setq for faces.Chong Yidong2012-11-251-15/+2
* | Merge from emacs-24; up to 2012-11-19T11:36:[email protected]Glenn Morris2012-11-231-0/+3
|\|
| * * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Setup default value forStefan Monnier2012-11-231-0/+3
* | * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.Stefan Monnier2012-11-222-413/+423
* | Merge from emacs-24; up to 2012-11-17T22:12:[email protected]Glenn Morris2012-11-201-10/+5
|\|
| * * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Don't acceptStefan Monnier2012-11-191-1/+3
| * * lisp/emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.Stefan Monnier2012-11-191-10/+5
* | * lisp/emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.Stefan Monnier2012-11-201-92/+114
* | * lisp/emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.Stefan Monnier2012-11-201-2/+2
* | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.Stefan Monnier2012-11-201-1/+1
* | Make called-interactively-p work for edebug or advised code.Stefan Monnier2012-11-192-0/+65
* | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist):Stefan Monnier2012-11-191-2/+8
* | Merge from emacs-24; up to 2012-11-15T23:31:[email protected]Glenn Morris2012-11-172-8/+14
|\|
| * * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Doc fix.Chong Yidong2012-11-171-7/+13
| * Use set-face-underline rather than the alias set-face-underline-pGlenn Morris2012-11-161-1/+1