summaryrefslogtreecommitdiff
path: root/lisp/progmodes/elisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Improve documentation of new native-compilation commandsEli Zaretskii2023-12-221-6/+10
* Silence macro expansion during completion at pointJens Schmidt2023-10-051-2/+7
* * Add `emacs-lisp-native-compile' to easy-menu.Andrea Corallo2023-08-101-0/+3
* * lisp/progmodes/elisp-mode.el (emacs-lisp-mode-menu): Simplify condition.Andrea Corallo2023-08-101-2/+1
* * Introduce `emacs-lisp-native-compile'.Andrea Corallo2023-08-101-5/+12
* Add native-compilation to Emacs Lisp mode menuEli Zaretskii2023-08-091-0/+4
* Fix `emacs-lisp-native-compile-and-load' for C-h f (bug#58314)Andrea Corallo2023-06-061-2/+6
* * Fix `emacs-lisp-native-compile-and-load' for (bug#61917)Andrea Corallo2023-03-061-1/+2
* ; Fix doc string of 'emacs-lisp-byte-compile'Eli Zaretskii2023-02-251-1/+1
* Rename native-comp-deferred-compilation into native-comp-jit-compilationAndrea Corallo2023-02-131-1/+1
* Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo2023-02-131-1/+1
* Revert "Rename to inhibit-automatic-native-compilation"Andrea Corallo2023-02-131-2/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Rename 'elisp-eval-buffer' to 'elisp-eval-region-or-buffer' (bug#59350)Juri Linkov2022-11-201-6/+12
* ; Fix typosStefan Kangas2022-11-181-1/+1
* ; * lisp/progmodes/elisp-mode.el (eval-defun): Doc fix.Eli Zaretskii2022-11-171-5/+9
* ; Fix some doc strings in elisp-mode.elEli Zaretskii2022-11-151-16/+21
* cl-generic: Fix `advertised-calling-convention` declarationsStefan Monnier2022-10-161-2/+2
* Rename to inhibit-automatic-native-compilationLars Ingebrigtsen2022-10-031-2/+2
* Add new variable 'inhibit-native-compilation'Lars Ingebrigtsen2022-10-031-1/+1
* Fix instrumented eval-defun not printing "Edebug:" to the echo areaDaniel Martín2022-08-251-2/+4
* * lisp/progmodes/elisp-mode.el (elisp--local-variables-1): Fix bug#50034Stefan Monnier2022-08-231-1/+3
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-1/+1
* Fix elisp-byte-compile-buffer requirementsLars Ingebrigtsen2022-07-011-0/+1
* Also add elisp-eval/byte-compile-buffer to lisp-interaction-modeLars Ingebrigtsen2022-06-301-0/+2
* Fix typo in previous elisp-byte-compile-buffer changeLars Ingebrigtsen2022-06-301-1/+1
* Fix up warning links in elisp-byte-compile-bufferLars Ingebrigtsen2022-06-301-3/+21
* Add new commands to elisp mode for eval/compilationLars Ingebrigtsen2022-06-301-0/+45
* Improve the eval-defun doc stringLars Ingebrigtsen2022-06-291-1/+4
* Re-fix build warnings about subr-x defsubstsLars Ingebrigtsen2022-06-251-0/+1
* Revert "Fix some byte-compilation warnings about subr-x"Lars Ingebrigtsen2022-06-251-1/+0
* Fix some byte-compilation warnings about subr-xLars Ingebrigtsen2022-06-241-0/+1
* Merge from origin/emacs-28Stefan Kangas2022-06-241-1/+1
|\
| * ; Fix typos: prefer US spelling.Stefan Kangas2022-06-231-1/+1
* | elisp-completion-at-point: Replace last usage of 'read'Dmitry Gutov2022-06-111-1/+4
* | Revert "Give ,@ a prefix syntax in elisp-mode"Lars Ingebrigtsen2022-06-081-3/+0
* | Give ,@ a prefix syntax in elisp-modeLars Ingebrigtsen2022-06-071-0/+3
* | ; Fix up doc of recent elisp-eldoc-var-docstring-with-value additionŠtěpán Němec2022-05-261-1/+2
* | Add elisp-eldoc-var-docstring-with-value functionŠtěpán Němec2022-05-241-1/+28
* | Make completion in emacs-lisp-mode intern fewer symbolsLars Ingebrigtsen2022-05-201-8/+8
* | Fix Flymake diagnostics reporting in non-UTF-8 localesEli Zaretskii2022-05-191-1/+5
* | ; Fix mistakes in 'declare function' formsEli Zaretskii2022-05-141-2/+2
* | Make elisp-mode-syntax-propertize tighter to reflect syntaxLars Ingebrigtsen2022-05-061-16/+17
* | Fix forward-sexp for Unicode names in Emacs Lisp modeLars Ingebrigtsen2022-05-061-0/+5
* | Handle elisp #-syntax better in Emacs Lisp modeNoam Postavsky2022-05-061-0/+15
* | Make `C-M-x' use the original value of print-length while evallingLars Ingebrigtsen2022-04-271-6/+11
* | Make elisp-flymake-byte-compile clean up on failuresLars Ingebrigtsen2022-04-231-1/+1
* | Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|