aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-01-27 19:27:31 +0000
committerChong Yidong2007-01-27 19:27:31 +0000
commit7d8efa7342472fd456da20eff94f3ef721b98f70 (patch)
tree8a562f9d5ad10448c3188e23d154631a7e8a0098
parenta134cd5ee35a32f731cd53263a73f5f8847f9af6 (diff)
downloademacs-7d8efa7342472fd456da20eff94f3ef721b98f70.tar.gz
emacs-7d8efa7342472fd456da20eff94f3ef721b98f70.zip
* files.el (hack-local-variables-confirm): Don't keep trying to
read an event from an empty kbd macro.
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c7a776857c0..be45f701d76 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-01-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * files.el (hack-local-variables-confirm): Don't keep trying to
4 read an event from an empty kbd macro.
5
12007-01-27 Eli Zaretskii <eliz@gnu.org> 62007-01-27 Eli Zaretskii <eliz@gnu.org>
2 7
3 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string. 8 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.