index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
elisp-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Improve documentation of new native-compilation commands
Eli Zaretskii
2023-12-22
1
-6
/
+10
*
Silence macro expansion during completion at point
Jens Schmidt
2023-10-05
1
-2
/
+7
*
* Add `emacs-lisp-native-compile' to easy-menu.
Andrea Corallo
2023-08-10
1
-0
/
+3
*
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode-menu): Simplify condition.
Andrea Corallo
2023-08-10
1
-2
/
+1
*
* Introduce `emacs-lisp-native-compile'.
Andrea Corallo
2023-08-10
1
-5
/
+12
*
Add native-compilation to Emacs Lisp mode menu
Eli Zaretskii
2023-08-09
1
-0
/
+4
*
Fix `emacs-lisp-native-compile-and-load' for C-h f (bug#58314)
Andrea Corallo
2023-06-06
1
-2
/
+6
*
* Fix `emacs-lisp-native-compile-and-load' for (bug#61917)
Andrea Corallo
2023-03-06
1
-1
/
+2
*
; Fix doc string of 'emacs-lisp-byte-compile'
Eli Zaretskii
2023-02-25
1
-1
/
+1
*
Rename native-comp-deferred-compilation into native-comp-jit-compilation
Andrea Corallo
2023-02-13
1
-1
/
+1
*
Revert "Add new variable 'inhibit-native-compilation'"
Andrea Corallo
2023-02-13
1
-1
/
+1
*
Revert "Rename to inhibit-automatic-native-compilation"
Andrea Corallo
2023-02-13
1
-2
/
+2
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Rename 'elisp-eval-buffer' to 'elisp-eval-region-or-buffer' (bug#59350)
Juri Linkov
2022-11-20
1
-6
/
+12
*
; Fix typos
Stefan Kangas
2022-11-18
1
-1
/
+1
*
; * lisp/progmodes/elisp-mode.el (eval-defun): Doc fix.
Eli Zaretskii
2022-11-17
1
-5
/
+9
*
; Fix some doc strings in elisp-mode.el
Eli Zaretskii
2022-11-15
1
-16
/
+21
*
cl-generic: Fix `advertised-calling-convention` declarations
Stefan Monnier
2022-10-16
1
-2
/
+2
*
Rename to inhibit-automatic-native-compilation
Lars Ingebrigtsen
2022-10-03
1
-2
/
+2
*
Add new variable 'inhibit-native-compilation'
Lars Ingebrigtsen
2022-10-03
1
-1
/
+1
*
Fix instrumented eval-defun not printing "Edebug:" to the echo area
Daniel Martín
2022-08-25
1
-2
/
+4
*
* lisp/progmodes/elisp-mode.el (elisp--local-variables-1): Fix bug#50034
Stefan Monnier
2022-08-23
1
-1
/
+3
*
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
1
-1
/
+1
*
Fix elisp-byte-compile-buffer requirements
Lars Ingebrigtsen
2022-07-01
1
-0
/
+1
*
Also add elisp-eval/byte-compile-buffer to lisp-interaction-mode
Lars Ingebrigtsen
2022-06-30
1
-0
/
+2
*
Fix typo in previous elisp-byte-compile-buffer change
Lars Ingebrigtsen
2022-06-30
1
-1
/
+1
*
Fix up warning links in elisp-byte-compile-buffer
Lars Ingebrigtsen
2022-06-30
1
-3
/
+21
*
Add new commands to elisp mode for eval/compilation
Lars Ingebrigtsen
2022-06-30
1
-0
/
+45
*
Improve the eval-defun doc string
Lars Ingebrigtsen
2022-06-29
1
-1
/
+4
*
Re-fix build warnings about subr-x defsubsts
Lars Ingebrigtsen
2022-06-25
1
-0
/
+1
*
Revert "Fix some byte-compilation warnings about subr-x"
Lars Ingebrigtsen
2022-06-25
1
-1
/
+0
*
Fix some byte-compilation warnings about subr-x
Lars Ingebrigtsen
2022-06-24
1
-0
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-06-24
1
-1
/
+1
|
\
|
*
; Fix typos: prefer US spelling.
Stefan Kangas
2022-06-23
1
-1
/
+1
*
|
elisp-completion-at-point: Replace last usage of 'read'
Dmitry Gutov
2022-06-11
1
-1
/
+4
*
|
Revert "Give ,@ a prefix syntax in elisp-mode"
Lars Ingebrigtsen
2022-06-08
1
-3
/
+0
*
|
Give ,@ a prefix syntax in elisp-mode
Lars Ingebrigtsen
2022-06-07
1
-0
/
+3
*
|
; Fix up doc of recent elisp-eldoc-var-docstring-with-value addition
Štěpán Němec
2022-05-26
1
-1
/
+2
*
|
Add elisp-eldoc-var-docstring-with-value function
Štěpán Němec
2022-05-24
1
-1
/
+28
*
|
Make completion in emacs-lisp-mode intern fewer symbols
Lars Ingebrigtsen
2022-05-20
1
-8
/
+8
*
|
Fix Flymake diagnostics reporting in non-UTF-8 locales
Eli Zaretskii
2022-05-19
1
-1
/
+5
*
|
; Fix mistakes in 'declare function' forms
Eli Zaretskii
2022-05-14
1
-2
/
+2
*
|
Make elisp-mode-syntax-propertize tighter to reflect syntax
Lars Ingebrigtsen
2022-05-06
1
-16
/
+17
*
|
Fix forward-sexp for Unicode names in Emacs Lisp mode
Lars Ingebrigtsen
2022-05-06
1
-0
/
+5
*
|
Handle elisp #-syntax better in Emacs Lisp mode
Noam Postavsky
2022-05-06
1
-0
/
+15
*
|
Make `C-M-x' use the original value of print-length while evalling
Lars Ingebrigtsen
2022-04-27
1
-6
/
+11
*
|
Make elisp-flymake-byte-compile clean up on failures
Lars Ingebrigtsen
2022-04-23
1
-1
/
+1
*
|
Audit quoting the quote character in doc strings
Lars Ingebrigtsen
2022-04-22
1
-1
/
+1
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
[next]