Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6bbc0c84
Commit
6bbc0c84
authored
Jan 29, 2014
by
Glenn Morris
Browse files
* lisp/simple.el (eval-expression): Doc fix.
* etc/NEWS: Add missing entry.
parent
ad78f432
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/simple.el
lisp/simple.el
+3
-0
No files found.
etc/NEWS
View file @
6bbc0c84
...
...
@@ -221,6 +221,9 @@ equivalent to setting `(eval-expression-)print-length' and
`(
eval
-
expression
-)
print
-
level
' to nil. Additionally, it causes integers
to be printed in other formats (octal, hexadecimal, and character).
*** New hook `eval-expression-minibuffer-setup-hook'
run
by
`
eval
-
expression
' on entering the minibuffer.
---
** `write-region-inhibit-fsync'
now
defaults
to
t
in
batch
mode
.
...
...
lisp/ChangeLog
View file @
6bbc0c84
2014-01-30 Glenn Morris <rgm@gnu.org>
* simple.el (eval-expression): Doc fix.
* hexl.el (hexl-mode-hook):
* ielm.el (ielm-mode-hook):
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
...
...
lisp/simple.el
View file @
6bbc0c84
...
...
@@ -1401,6 +1401,9 @@ however, there is no such truncation. Such a prefix argument
also causes integers to be printed in several additional formats
\(octal, hexadecimal, and character).
Runs the hook `eval-expression-minibuffer-setup-hook' on entering the
minibuffer.
If `eval-expression-debug-on-error' is non-nil, which is the default,
this command arranges for all errors to enter the debugger."
(interactive
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment