summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-04-112-3/+4
|\
| * Fix last change on 2016-01-02Leo Liu2016-04-111-3/+3
| * * lisp/emacs-lisp/package.el: Change from a few days ago needs seq.Glenn Morris2016-04-071-0/+1
| * * lisp/emacs-lisp/seq.el: Load cl-lib, not cl-extra.Glenn Morris2016-04-071-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-04-111-11/+15
|\ \ | |/
| * * lisp/emacs-lisp/package.el (package-install-selected-packages):Artur Malabarba2016-04-041-11/+15
* | New primitives sxhash-eq, sxhash-eqlPaul Pogonyshev2016-04-081-2/+3
* | Spelling fixesPaul Eggert2016-04-031-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-04-031-3/+7
|\ \ | |/
| * Teach M-x disassemble a default argument.Mark Oteiza2016-03-311-3/+7
* | Merge from origin/emacs-25John Wiegley2016-04-021-26/+10
|\ \ | |/
| * Fix map-put and map-delete for alists (Bug#23105)Nicolas Petton2016-03-251-26/+10
* | * lisp/emacs-lisp/seq.el: Require cl-lib instead of cl-extraNicolas Petton2016-03-291-1/+1
* | New function seq-sort-by in seq.elNicolas Petton2016-03-291-1/+11
* | Merge from origin/emacs-25Paul Eggert2016-03-221-1/+1
|\ \ | |/
| * Fix (args-out-of-range 1) error in cursor-sensor--detectLeo Liu2016-03-211-1/+1
* | -Paul Eggert2016-03-221-1/+4
|\ \ | |/
| * * lisp/emacs-lisp/smie.el (smie-indent-keyword): Don't burp in stringsStefan Monnier2016-03-161-1/+4
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-211-2/+2
* | Merge from origin/emacs-25John Wiegley2016-03-111-4/+4
|\ \ | |/
| * Remove the highlighting support for quoting 'like this' inside Lisp docstringsDmitry Gutov2016-03-061-4/+4
* | Merge from origin/emacs-25John Wiegley2016-03-031-1/+7
|\ \ | |/
| * Comment on last change to define-derived-modeLeo Liu2016-03-011-1/+7
* | Merge from origin/emacs-25John Wiegley2016-03-031-2/+1
|\ \ | |/
| * * lisp/emacs-lisp/derived.el (define-derived-mode): Revert indent change.Leo Liu2016-02-271-2/+1
* | Merge from origin/emacs-25John Wiegley2016-03-031-2/+5
|\ \ | |/
| * Fix white space in last checkinLars Ingebrigtsen2016-02-241-1/+2
| * Make `insert-pair' always leave the cursor where documentedDima Kogan2016-02-241-2/+4
* | Merge from origin/emacs-25John Wiegley2016-03-031-2/+4
|\ \ | |/
| * Make setf for frame-height/width work againChristopher Wellons2016-02-231-2/+4
* | Merge from origin/emacs-25John Wiegley2016-03-031-1/+1
|\ \ | |/
| * (cl-union): Do not ignore :test argument when lists are equal.Nicolas Richard2016-02-231-1/+1
* | * lisp/emacs-lisp/autoload.el (autoload-timestamps):Glenn Morris2016-02-291-1/+1
* | Make the revert command in timer-list-mode workLars Ingebrigtsen2016-03-011-1/+2
* | * lisp/emacs-lisp/autoload.el (autoload-find-destination):Glenn Morris2016-02-291-1/+1
* | * lisp/emacs-lisp/autoload.el (update-file-autoloads):Glenn Morris2016-02-291-0/+5
* | * lisp/emacs-lisp/package.el (package-generate-autoloads):Glenn Morris2016-02-291-0/+3
* | Make checkdoc warn about variables described as "True"Kevin Ryde2016-02-251-0/+21
* | Rename lisp--prettify-symbols-alistLars Ingebrigtsen2016-02-231-4/+3
* | Remove spurious newline in package listChunyang Xu2016-02-231-1/+1
* | Revert "Remove spurious newline in package list"Lars Ingebrigtsen2016-02-231-1/+1
* | Remove spurious newline in package listChunyang Xu2016-02-231-1/+1
* | ert-with-function-mocked: New macroMichal Nazarewicz2016-02-231-0/+40
* | Merge from origin/emacs-25John Wiegley2016-02-222-6/+13
|\ \ | |/
| * Naming fix for consistencyDaiki Ueno2016-02-211-3/+3
| * Take advantage of new GnuPG version check functionDaiki Ueno2016-02-171-6/+9
| * Avoid loading cl-lib for term/xterm.elc, eg in -Q -nw. (Bug#22669)Glenn Morris2016-02-161-0/+4
* | Merge from origin/emacs-25John Wiegley2016-02-151-0/+1
|\ \ | |/
| * Minor fixes in global-auto-composition-modeEli Zaretskii2016-02-151-0/+1
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-2/+2