summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-071-14/+24
|\
| * * lisp/emacs-lisp/package.el: Comment updateGlenn Morris2014-06-051-2/+0
| * Some documentation for signing of packagesGlenn Morris2014-06-041-2/+7
| * * lisp/emacs-lisp/package.el (package-pinned-packages): Doc fix.Glenn Morris2014-06-021-10/+17
* | * emacs-lisp/tabulated-list.el (tabulated-list-print): Only callMario Lang2014-06-061-1/+2
* | * emacs-lisp/cl-macs.el (cl-macrolet): Simplify last change.Leo Liu2014-06-061-9/+7
* | * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.Leo Liu2014-06-061-7/+9
* | Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-013-16/+23
|\|
| * * emacs-lisp/gv.el (window-buffer, window-display-table)Leo Liu2014-05-311-6/+11
| * Fix typo in previousGlenn Morris2014-05-291-1/+1
| * package.el: Fix some version tagsGlenn Morris2014-05-291-3/+3
| * * lisp/emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assumeStefan Monnier2014-05-271-8/+10
* | * lisp/emacs-lisp/package.el (package-generate-autoloads):Thien-Thi Nguyen2014-05-281-0/+1
* | * lisp/subr.el (zerop): Move from C. Add compiler-macro.Stefan Monnier2014-05-271-9/+0
* | Auto-commit of loaddefs files.Glenn Morris2014-05-261-1/+1
* | Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-255-65/+86
|\|
| * * lisp/emacs-lisp/nadvice.el (advice--member-p): Change second arg.Stefan Monnier2014-05-231-6/+10
| * Replace uses of `save-buffer' with `write-region'Dmitry Gutov2014-05-211-9/+8
| * * lisp/emacs-lisp/lisp.el (end-of-defun): Ensure we move.Stefan Monnier2014-05-201-13/+23
| * * lisp/emacs-lisp/timer.el (timer-event-handler): Fix last change.Stefan Monnier2014-05-181-1/+1
| * * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled.Stefan Monnier2014-05-181-36/+44
| * Auto-commit of loaddefs files.David Engster2014-05-141-1/+1
| * Deal with EIEIO methods without doc strings (Bug#17490).Nicolas Richard2014-05-141-1/+1
* | Arrange to never byte-compile the generated -pkg.el file.Thien-Thi Nguyen2014-05-251-0/+1
* | Fix bug: Properly quote args to generated -pkg.el `define-package'.Thien-Thi Nguyen2014-05-251-5/+16
* | Unbreak the buildDaniel Colascione2014-05-241-5/+6
* | * lisp/minibuffer.el (completion--sreverse): Remove.Stefan Monnier2014-05-231-5/+2
* | * emacs-lisp/cl-lib.el (cl-endp): Fix last change.Leo Liu2014-05-211-1/+1
* | * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.Leo Liu2014-05-201-1/+7
* | Add with-file-modes macro, and use itGlenn Morris2014-05-141-0/+1
* | Merge from emacs-24; up to 2014-05-12T06:15:47Z!rgm@gnu.orgGlenn Morris2014-05-112-170/+22
|\|
| * * lisp/emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooledStefan Monnier2014-05-121-1/+1
| * Move lisp/emacs-lisp/find-gc.el to admin/Glenn Morris2014-05-101-149/+0
| * * lisp/emacs-lisp/nadvice.el: Support adding a given function multiple times.Stefan Monnier2014-05-101-20/+21
* | * lisp/emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," whichStefan Monnier2014-05-101-16/+10
* | Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris2014-05-072-61/+59
|\|
| * * lisp/emacs-lisp/package.el (package-compute-transaction): Topological sort.Stefan Monnier2014-05-061-9/+19
| * Minor stylistic changes in find-gc.el.Eli Zaretskii2014-05-061-8/+4
| * find-gc.el misc fixesGlenn Morris2014-05-051-44/+36
* | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-041-1/+1
|\|
| * * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.Leo Liu2014-05-021-1/+1
* | * lisp/emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight pastStefan Monnier2014-05-011-1/+2
* | Merge from emacs-24; up to 2014-04-25T10:35:01Z!michael.albinus@gmx.deJuanma Barranquero2014-04-252-1/+2
|\|
| * * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):Leo Liu2014-04-241-1/+1
| * Require gv early to break eager macro-expansion cyclesDaniel Colascione2014-04-231-0/+1
* | * lisp/emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.Stefan Monnier2014-04-221-1/+2
* | 2014-04-22 Daniel Colascione <dancol@dancol.org>Daniel Colascione2014-04-221-12/+13
* | Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.eduPaul Eggert2014-04-221-2/+3
|\|
| * * lisp/emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.Stefan Monnier2014-04-211-2/+4
* | * lisp/emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.Stefan Monnier2014-04-221-1/+24