summaryrefslogtreecommitdiff
path: root/lisp/progmodes/elisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Rename comp-deferred-compilationAndrea Corallo2021-05-111-1/+1
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-131-1/+1
|\
| * Don't stop when before space or closing parenDmitry Gutov2021-04-101-1/+1
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-311-0/+19
|\ \ | |/
| * Provide information to show icons with Elisp completionsDmitry Gutov2021-03-301-0/+19
* | Merge commit '9cbdf20316' into native-compAndrea Corallo2021-03-091-146/+116
|\ \ | |/
| * Convert various menus to easymenuStefan Kangas2021-03-011-20/+16
| * ; Fix mistake in easymenu conversionStefan Kangas2021-02-271-2/+3
| * Add sexp navigation commands to elisp-modeLars Ingebrigtsen2021-02-271-6/+15
| * Convert emacs-lisp-mode menu to easy-menu-defineStefan Kangas2021-02-271-126/+89
| * * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warningsStefan Monnier2021-02-261-0/+1
* | * Interactive tag native compilation function in emacs-lisp-modeAndrea Corallo2021-02-261-1/+1
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-261-2/+2
|\ \ | |/
| * Interactive tag byte compilation functions in emacs-lisp-modeDoug Davis2021-02-241-2/+2
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-211-5/+15
|\ \ | |/
| * * lisp/emacs-lisp/edebug.el (eval-defun): SimplifyStefan Monnier2021-02-181-4/+8
| * Present C source files as absolute file names too when possibleDmitry Gutov2021-02-181-1/+7
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-101-8/+11
|\ \ | |/
| * ; Fix recent change in eval-last-sexpBasil L. Contovounesios2021-02-091-1/+1
| * Move all usages of `values' to `values--store-value'Lars Ingebrigtsen2021-02-091-3/+2
| * Don't use `values' in elisp--eval-defunLars Ingebrigtsen2021-02-091-7/+9
| * Record the value of `C-x C-e' in `values'Lars Ingebrigtsen2021-02-081-1/+3
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-2/+3
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| * Protect elisp-flymake-checkdoc against boundless diagnosticsJoão Távora2020-12-311-1/+2
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-201-6/+2
|\ \ | |/
| * Shorten over-wide docstrings in variablesStefan Kangas2020-12-191-1/+1
| * * lisp/emacs-lisp/bytecomp.el: Allow a nil destination fileStefan Monnier2020-12-121-5/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-121-3/+4
|\ \ | |/
| * * lisp/emacs-lisp/lisp-mode.el: Give paren syntax to [...] in lisp-data-modeStefan Monnier2020-12-061-3/+4
* | Vanilla build warning clean-upAndrea Corallo2020-12-041-0/+1
* | * Add to elisp-mode `emacs-lisp-native-compile-and-load'Andrea Corallo2020-11-121-5/+20
|/
* Fix Elisp's elisp--documentation-one-liner (bug#43609)João Távora2020-11-021-6/+7
* Bring back elisp-eldoc-documentation-function, marked obsoleteJoão Távora2020-10-301-0/+24
* Widen buffer before going to point found by xref-find-definitions (bug#44294)Juri Linkov2020-10-291-2/+4
* byte-compile-file: Make optional LOAD argument obsoleteStefan Kangas2020-10-201-1/+2
* Make `C-x C-e' work more like `C-M-x' on defvar etcLars Ingebrigtsen2020-10-151-1/+6
* ; Fix typosStefan Kangas2020-09-211-1/+1
* ; tiny indentation fix to lisp/progmodes/elisp-mode.elJoão Távora2020-08-301-1/+1
* Don't let docless variables hide function signatureJoão Távora2020-08-161-4/+6
* Correct order or eldoc-documentation-functions in Elisp modeJoão Távora2020-07-261-2/+2
* Make more parts of Emacs use new Eldoc capabilitiesJoão Távora2020-07-081-33/+30
* Better handle asynchronous Eldoc sourcesJoão Távora2020-07-081-2/+4
* ; Fix some recent byte-compilation warningsBasil L. Contovounesios2020-06-011-1/+1
* Change xref-find-apropos to pass PATTERN to backend verbatimDmitry Gutov2020-06-011-2/+3
* Don’t attempt to modify constant stringsPaul Eggert2020-05-161-8/+6
* Add lisp-data-mode for editing non-code Lisp dataJoão Távora2020-05-011-18/+9
* Merge from origin/emacs-27Glenn Morris2020-04-131-3/+3
|\
| * Do setup Flymake in file-less Elisp buffersJoão Távora2020-04-121-3/+3
* | * lisp/progmodes/elisp-mode.el (elisp-enable-lexical-binding): New commandStefan Monnier2020-03-031-2/+29