aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLuc Teirlinck2004-01-31 15:07:40 +0000
committerLuc Teirlinck2004-01-31 15:07:40 +0000
commit11178a06065ec6bd4d656899cea42c036d3798fb (patch)
tree8dcf3c972f9aea408dffff6f5f75dfe13a7456e0 /lisp/ChangeLog
parenteb9961012524602971796500bee6a27dd11938ae (diff)
downloademacs-11178a06065ec6bd4d656899cea42c036d3798fb.tar.gz
emacs-11178a06065ec6bd4d656899cea42c036d3798fb.zip
(edit-and-eval-command): Bind print-level and
minibuffer-history-sexp-flag around call to read-from-minibuffer. Correct initial position in command-history.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e76416e8483..c5a5ffe16ae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12004-01-31 Luc Teirlinck <teirllm@auburn.edu>
2
3 * simple.el (edit-and-eval-command): Bind print-level and
4 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5 Correct initial position in command-history.
6
12004-01-30 Luc Teirlinck <teirllm@auburn.edu> 72004-01-30 Luc Teirlinck <teirllm@auburn.edu>
2 8
3 * files.el (read-directory-name): Adapt the docstring to recent 9 * files.el (read-directory-name): Adapt the docstring to recent