aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Also make the mode predicate work on minor modesLars Ingebrigtsen2021-02-131-0/+1
* Introduce a minor-modes variablesLars Ingebrigtsen2021-02-131-0/+4
* Experiment with a mode-base `declare'Lars Ingebrigtsen2021-02-131-1/+8
* Menus aren't usefully completed overLars Ingebrigtsen2021-02-131-1/+4
* Fix loaddefs generation after the previous changeLars Ingebrigtsen2021-02-131-2/+6
* Change command to interactive ... modesLars Ingebrigtsen2021-02-134-31/+29
* Fix ;;;###autoload cookie handlingLars Ingebrigtsen2021-02-121-2/+7
* Fix the completion predicateLars Ingebrigtsen2021-02-121-1/+1
* Add support for marking autoloads with modes and also declare completionLars Ingebrigtsen2021-02-121-1/+7
* Make it possible to have derived modes be non-interactiveLars Ingebrigtsen2021-02-111-1/+6
* Only store the command modes if we have someLars Ingebrigtsen2021-02-111-2/+8
* Make the new bytecode format distinguishable from the oldLars Ingebrigtsen2021-02-111-2/+2
* Add support for the new `command' special formLars Ingebrigtsen2021-02-112-15/+31
* * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Break cyclesStefan Monnier2021-02-101-14/+29
* * lisp/emacs-lisp/edebug.el: Tweak last changeStefan Monnier2021-02-101-37/+22
* * list/emacs-lisp/edebug.el: Don't overload `edebug-form-spec`Stefan Monnier2021-02-101-13/+28
* Fix local defvar scoping error (bug#46387)Mattias Engdegård2021-02-101-2/+2
* * lisp/emacs-lisp/byte-opt.el (byte-optimize--pcase): New macroStefan Monnier2021-02-091-20/+50
* * lisp/emacs-lisp/macroexp.el: Break cycle with bytecomp/byte-optStefan Monnier2021-02-093-78/+68
* Remove some dead, commented out code from lisp-mode.elStefan Kangas2021-02-091-3/+0
* Preserve leading whitespace in `lm-commentary'.Matt Armstrong2021-02-091-1/+1
* Move all usages of `values' to `values--store-value'Lars Ingebrigtsen2021-02-092-5/+7
* ; Minor license statement fixesStefan Kangas2021-02-081-0/+2
* ; * lisp/emacs-lisp/byte-opt.el: improved commentMattias Engdegård2021-02-071-1/+1
* ; Improved commentary in the variable constprop mechanismMattias Engdegård2021-02-071-8/+13
* Constprop of lexical variablesMattias Engdegård2021-02-061-70/+244
* Fix previous change in testcover.elLars Ingebrigtsen2021-02-061-4/+4
* Rename the `1value' symbol in testcover.elLars Ingebrigtsen2021-02-061-30/+30
* Avoid a compilation warning in iter-doLars Ingebrigtsen2021-02-061-9/+12
* * lisp/emacs-lisp/pcase.el (let): Reimplement as a pcase macroStefan Monnier2021-02-051-13/+6
* * lisp/emacs-lisp/checkdoc.el: Doc fix; don't mention built-ins.Stefan Kangas2021-02-051-7/+0
* Improve filling of Emacs Lisp doc stringsLars Ingebrigtsen2021-02-041-1/+18
* Allow a :variable keyword in define-globalized-minor-modeLars Ingebrigtsen2021-02-041-1/+3
* Remove some unnecessary references to Emacs 19Stefan Kangas2021-02-041-2/+1
* Remove XEmacs compat code from edebug.elStefan Kangas2021-02-041-11/+14
* * lisp/gnus/gnus-art.el: Fix misuse of `standard-value`.Stefan Monnier2021-02-021-2/+1
* * lisp/emacs-lisp/lisp-mode.el (lisp-mode): Also set `comment-end-skip`Stefan Monnier2021-02-021-0/+1
* Fix |# fontification in lisp-modechuntaro2021-02-021-0/+1
* Prefer defvar-local in emacs-lisp/*.elStefan Kangas2021-01-316-20/+10
* Revert "Improve fontifying of #| ... |# in `lisp-mode'"Lars Ingebrigtsen2021-01-311-1/+0
* Improve fontifying of #| ... |# in `lisp-mode'Lars Ingebrigtsen2021-01-291-0/+1
* Fix position in empty buffers in checkdoc-file-comments-engineLars Ingebrigtsen2021-01-291-1/+3
* Use lexical-binding in all of `lisp/emacs-lisp`Stefan Monnier2021-01-2811-130/+142
* * lisp/emacs-lisp/macroexp.el (macroexp-if): Fix typoStefan Monnier2021-01-271-1/+1
* * lisp/emacs-lisp/pcase.el (pcase--split-pred): Handle `memq` pred.Stefan Monnier2021-01-271-17/+27
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Perform β-reductionStefan Monnier2021-01-271-11/+28
* Fontify special forms and macros the sameLars Ingebrigtsen2021-01-251-4/+3
* Rewrite lisp--el-funcall-position-p to be inverse of the -not functionLars Ingebrigtsen2021-01-241-38/+43
* Fix macro fontification in `condition-case' handler bodiesLars Ingebrigtsen2021-01-241-6/+9
* Tweak `condition-case' keyword highlightsLars Ingebrigtsen2021-01-241-2/+5