summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/emacs-lisp/byte-opt.el (byte-optimize-eq): Fix last change.Mattias Engdegård2021-07-201-4/+3
* Strength-reduce (eq X nil) to (not X)Mattias Engdegård2021-07-201-1/+7
* Count (not X) as a switch conditionMattias Engdegård2021-07-201-0/+10
* Allow installing packages with DOS line endingsIoannis Kappas2021-07-201-2/+19
* Use make-separator-line in shortdocLars Ingebrigtsen2021-07-191-9/+1
* Fix an unlikely `copyright-find-copyright' problemLars Ingebrigtsen2021-07-181-5/+10
* Make 'n'/'p' work again in shortdoc after previous changesLars Ingebrigtsen2021-07-171-10/+9
* EIEIO: Prevent excessive evaluation of :initformakater2021-07-161-14/+21
* Define revert-buffer-function for *Memory Report*Mattias Engdegård2021-07-161-0/+2
* Add more car/cdr examples to shortdocLars Ingebrigtsen2021-07-151-2/+6
* Improve the shortdoc link action in *Help* buffersLars Ingebrigtsen2021-07-151-5/+8
* Allow restoring the original order in 'tabulated-list-mode'Lars Ingebrigtsen2021-07-151-8/+36
* Mention more split-string-* functions in shortdocLars Ingebrigtsen2021-07-151-0/+4
* Make package-menu-filter-by-status work as documentedLars Ingebrigtsen2021-07-101-3/+8
* Use display-buffer with re-builder (bug#49069)pillule2021-07-081-5/+10
* Make previous empty-body warning disabling more robustLars Ingebrigtsen2021-07-061-12/+14
* Avoid invalid regexp in wide docstring checkBasil L. Contovounesios2021-07-061-1/+1
* Allow inhibiting warnings about unused variables and empty bodiesLars Ingebrigtsen2021-07-062-9/+12
* Propagate :safe properties when autoloading defcustomsLars Ingebrigtsen2021-07-051-1/+4
* Ignore .dir-locals-2.el files moreLars Ingebrigtsen2021-07-042-5/+7
* Handle test environment variablesMichael Albinus2021-07-011-3/+3
* Add new function lm-maintainers (bug#48592)Jonas Bernoulli2021-06-301-7/+15
* * lisp/emacs-lisp/lisp-mnt.el (lm-crack-address): Right-trim name.Jonas Bernoulli2021-06-301-2/+2
* Adjust docstring of lisp-mode (bug#49278)João Távora2021-06-301-1/+1
* Make the minor mode doc strings say that they're minor modesLars Ingebrigtsen2021-06-301-3/+3
* Add new function file-name-with-extensionColin Woodbury2021-06-301-0/+3
* * lisp/minibuffer.el (completion-in-region--single-word): SimplifyStefan Monnier2021-06-261-2/+1
* * lisp/emacs-lisp/cl-macs.el: Fix test regressionStefan Monnier2021-06-261-1/+8
* Print newlines as \n instead of \12 in ERT resultsMattias Engdegård2021-06-251-1/+1
* Make (find-face-definition 'default) work more reliablyLars Ingebrigtsen2021-06-251-1/+9
* * lisp/emacs-lisp/cl-preloaded.el: Fix the format of props in slot-descsStefan Monnier2021-06-242-18/+13
* Don't call ERT explainer on errorMattias Engdegård2021-06-241-6/+7
* Attempt to make defclass documentation more legibleLars Ingebrigtsen2021-06-242-4/+8
* Fix printing of defclass documentation slots againLars Ingebrigtsen2021-06-241-2/+8
* Clarify the help in the package buffersLars Ingebrigtsen2021-06-241-1/+2
* Make minor mode docstrings say what the mode "variable" isLars Ingebrigtsen2021-06-221-3/+9
* Fix shortdoc-add-function section creationBasil L. Contovounesios2021-06-211-3/+3
* * Do not attempt to write .elc files when not necessary (bug#49118)Andrea Corallo2021-06-211-67/+67
* * lisp/emacs-lisp/cl-generic.el: Fix bug#49053 and bug#47454Stefan Monnier2021-06-161-5/+5
* Allow ERT tests to output the failure reasons, tooJulian Scheid2021-06-151-4/+27
* Fix false positives in docstring width warning with (fn...) constructs.Lars Ingebrigtsen2021-06-151-1/+4
* * Do not produce .elc temporary file when unnecessary (bug#48978)Andrea Corallo2021-06-141-15/+14
* ;* lisp/emacs-lisp/bytecomp.el (byte-native-compiling): Typo fix.Andrea Corallo2021-06-141-1/+1
* * lisp/emacs-lisp/bytecomp.el (byte+native-compile): Update docstring.Andrea Corallo2021-06-141-5/+1
* EIEIO: Promote the CLOS behavior over the EIEIO-specific behaviorStefan Monnier2021-06-126-78/+122
* * lisp/emacs-lisp/benchmark.el (benchmark-elapse): TweakStefan Monnier2021-06-111-2/+1
* Constant-propagate (function SYMBOL)Mattias Engdegård2021-06-031-1/+1
* Optimise (cons X nil) to (list X)Mattias Engdegård2021-06-031-0/+8
* ; End recently added sentences with a period.Basil L. Contovounesios2021-06-011-1/+1
* * Add `native-compile-target-directory' (bug#48743)Andrea Corallo2021-06-011-5/+9