index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
ielm.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Fix typos (prefer American spelling)
Stefan Kangas
2022-09-29
1
-1
/
+1
*
Improve some shell highlight doc strings
Miha Rihtaršič
2022-09-11
1
-3
/
+10
*
Input fontification for M-x ielm
Miha Rihtaršič
2022-09-09
1
-0
/
+29
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
* lisp/ielm.el (ielm-map): Use defvar-keymap.
Stefan Kangas
2021-12-13
1
-18
/
+16
*
|
* lisp/ielm.el (ielm-header): Show key binding for describe-mode.
Stefan Kangas
2021-12-13
1
-1
/
+3
|
/
*
Improve error message in ielm on printing errors
Lars Ingebrigtsen
2021-09-04
1
-2
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
* lisp/ielm.el (inferior-emacs-lisp-mode): Prefer setq-local.
Stefan Kangas
2020-12-07
1
-14
/
+14
*
Fix misuses of `make-local-variable` on hooks
Stefan Monnier
2020-11-04
1
-3
/
+4
*
Don't call undefined function elisp-eldoc-documentation-function (bug#42493)
Tassilo Horn
2020-07-23
1
-1
/
+3
*
* lisp/ielm.el: Handle corner case where */**/*** are not yet bound
Stefan Monnier
2020-05-11
1
-18
/
+13
*
Expose ElDoc functions in a hook (Bug#28257)
Mark Oteiza
2020-02-25
1
-2
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Add doc strings to the ielm * variables
Lars Ingebrigtsen
2019-06-20
1
-3
/
+6
*
Don't define *, ** and ** in ielm as real variables
Lars Ingebrigtsen
2019-06-20
1
-26
/
+15
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Use lexical-binding by default for M-:, --eval, and *scratch*
Stefan Monnier
2019-04-25
1
-2
/
+3
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Make ielm accept an optional buffer name param
Bozhidar Batsov
2018-07-21
1
-6
/
+8
*
|
The tedious game of whack-a-mole with compiler warnings continues
Glenn Morris
2018-04-20
1
-2
/
+2
*
|
* lisp/ielm.el: Bring up the debugger when requested
Jarosław Rzeszótko
2018-01-20
1
-4
/
+1
*
|
* lisp/ielm.el (ielm-eval-input): Use cl-print.
Stefan Monnier
2018-01-15
1
-6
/
+17
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix some file headers for the purpose of `package--builtins'
Artur Malabarba
2015-12-03
1
-2
/
+1
*
* lisp/ielm.el (ielm-indent-line): Use non-nil arg of comint-bol
Juri Linkov
2015-10-30
1
-1
/
+1
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-3
/
+3
*
In `ielm' use `pop-to-buffer-same-window' instead of `switch-to-buffer'
Vasilij Schneidermann
2015-08-21
1
-1
/
+1
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-1
/
+1
*
eldoc: modify `eldoc-documentation-function' using `add-function'
Michal Nazarewicz
2015-01-20
1
-3
/
+3
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
Stefan Monnier
2014-09-26
1
-1
/
+3
*
* lisp/ielm.el (inferior-emacs-lisp-mode): Instead of
Dmitry Gutov
2014-02-10
1
-1
/
+1
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'
Glenn Morris
2014-01-29
1
-1
/
+1
*
* lisp/ielm.el (ielm-tab): Retarget.
Stefan Monnier
2014-01-03
1
-28
/
+11
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/simple.el (eval-expression-print-format): Don't check for
Juri Linkov
2013-12-19
1
-1
/
+3
*
IELM improvements.
Daniel Colascione
2013-10-17
1
-143
/
+199
*
Silence ielm compilation
Glenn Morris
2013-05-29
1
-8
/
+7
*
* lisp/ielm.el (ielm-menu): New menu.
Rüdiger Sonderfeld
2013-05-23
1
-0
/
+10
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
Update docstrings and comments to use "init file" terminology.
Chong Yidong
2012-09-17
1
-1
/
+1
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
[next]