summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-09-05 22:08:26 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-09-05 22:08:26 +0000
commit9effaf0a5ee8194ec89bbdbb0bb30424e262bdc3 (patch)
tree55499ff9ec57c1790590fa028e2153a1272c99b8 /lisp
parent31d42b370a59f25d42719a4ddec156141b8d0b28 (diff)
downloademacs-9effaf0a5ee8194ec89bbdbb0bb30424e262bdc3.tar.gz
* international/quail.el: Require help-mode.
(quail-help-init): Function removed. (quail-keyboard-layout-button, quail-keyboard-customize-button): Define directly.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bca4cf5b4f0..ba1bf39066e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
2008-09-05 Chong Yidong <cyd@stupidchicken.com>
+ * international/quail.el: Require help-mode.
+ (quail-help-init): Function removed.
+ (quail-keyboard-layout-button, quail-keyboard-customize-button):
+ Define directly.
+
* dired.el (dired-get-filename): Rewrite octal escape character
processor (bug#885).