summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Prefer directed to neutral quotesPaul Eggert2015-08-2411-20/+20
* ; Auto-commit of loaddefs files.Glenn Morris2015-08-241-1/+1
* Fix cl-subseq and cl-concatenateNicolas Petton2015-08-242-11/+11
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-2317-59/+66
* Remove the calls to `seq-into` from `seq-concatenate`Nicolas Petton2015-08-231-12/+5
* Make seq.el more extensible by using cl-defmethodNicolas Petton2015-08-232-218/+218
* Revert "Extend ‘format’ to translate curved quotes"Andreas Schwab2015-08-231-3/+2
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-234-17/+18
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-2131-205/+205
* Avoid hard-coding "M-x command" in docstringsPaul Eggert2015-08-211-1/+2
* * lisp/emacs-lisp/smie.el (smie-indent-current-column): New funStefan Monnier2015-08-211-4/+21
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-167-15/+15
* ; Auto-commit of loaddefs files.Glenn Morris2015-08-151-1/+1
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-144-18/+17
* Extend ‘format’ to translate curved quotesPaul Eggert2015-08-141-2/+3
* xref-find-definitions: Exclude more generic function items.Stephen Leake2015-08-132-2/+32
* * emacs-lisp/lisp-mnt.el (lm-header): save-excursionArtur Malabarba2015-08-121-10/+11
* Merge remote-tracking branch 'origin/fix/subsequence-error-with-negative-sequ...Nicolas Petton2015-08-082-2/+9
|\
| * Improve error signalling for seq-subseq.fix/subsequence-error-with-negative-sequencesPhillip Lord2015-08-072-2/+9
* | * lisp/emacs-lisp/cl-generic.el (cl--generic-struct-tag): Don't burp onStefan Monnier2015-08-071-2/+3
|/
* * lisp/emacs-lisp/package.el: Simplify describe-package-1Artur Malabarba2015-08-061-34/+49
* * lisp/emacs-lisp/package.el: Define custom facesArtur Malabarba2015-08-061-13/+84
* * lisp/emacs-lisp/package.el (package-menu-mode-map): Convert menuArtur Malabarba2015-08-041-53/+33
* Substitute some customization etc. doc stringsPaul Eggert2015-08-021-1/+3
* ; Auto-commit of loaddefs files.Glenn Morris2015-08-011-1/+1
* Don't overflow if computing approximate percentagePaul Eggert2015-07-312-6/+6
* * lisp/emacs-lisp/tabulated-list.el (tabulated-list-print): Fix bugArtur Malabarba2015-07-311-4/+5
* add file name to autoload error messages.Stephen Leake2015-07-221-111/+124
* (advice--called-interactively-skip): Fix inf-loop (bug#21083)Stefan Monnier2015-07-211-2/+3
* Make eldoc timer non-repeatableDmitry Gutov2015-07-211-1/+1
* * lisp/emacs-lisp/package.el: Fix warningsArtur Malabarba2015-07-171-0/+2
* * lisp/emacs-lisp/package.el (package-buffer-info):Artur Malabarba2015-07-171-1/+3
* * lisp/emacs-lisp/package.el: Many small changesArtur Malabarba2015-07-171-18/+25
* * lisp/emacs-lisp/package.el (package--with-work-buffer-async):Artur Malabarba2015-07-171-17/+17
* Add support for gv.el in map.elNicolas Petton2015-07-091-66/+60
* * lisp/emacs-lisp/debug.el (debug-help-follow): Use describe-symbol.Glenn Morris2015-07-091-5/+1
* (gv-setter, gv-synthetic-place, gv-delay-error): New funs/macrosStefan Monnier2015-07-072-34/+58
* * lisp/emacs-lisp/package.el (package-compute-transaction): Bug fixArtur Malabarba2015-07-071-2/+2
* Add online-help support to describe typesStefan Monnier2015-07-079-249/+338
* (eieio-persistent-save): Don't ignore `file' arg (bug#20972)Stefan Monnier2015-07-061-31/+22
* * lisp/emacs-lisp/eieio-core.el (eieio--class-v): RemoveStefan Monnier2015-07-024-30/+26
* * lisp/emacs-lisp/seq.el (seq-difference): Fix typo in docstringNicolas Richard2015-07-021-1/+1
* (cl--copy-slot-descriptor): Copy the `props' alist as wellStefan Monnier2015-07-011-1/+6
* Spelling fixesPaul Eggert2015-06-301-1/+1
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-1/+1
* Improve reproducibility of generated loaddefs file.Glenn Morris2015-06-301-137/+144
* * lisp/emacs-lisp/package.el (package--remove-hidden): Fix logicArtur Malabarba2015-06-301-2/+4
* Add seq-min and seq-maxNicolas Petton2015-06-301-1/+11
* * lisp/emacs-lisp/package.el (package-compute-transaction):Artur Malabarba2015-06-301-11/+15
* * lisp/emacs-lisp/package.el (package--save-selected-packages):Artur Malabarba2015-06-301-5/+7