aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-01-28 20:46:53 +0000
committerEli Zaretskii2007-01-28 20:46:53 +0000
commit98ef9fa49d97f2a24d905d22d67bf167fe15fc8a (patch)
tree312153c5b67b281b1df8c9cb8bb3908c9f80c43e
parentd33ca4d437218a26d9d85428b7046df19149535e (diff)
downloademacs-98ef9fa49d97f2a24d905d22d67bf167fe15fc8a.tar.gz
emacs-98ef9fa49d97f2a24d905d22d67bf167fe15fc8a.zip
(speedbar-make-specialized-keymap): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/speedbar.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d9b97e6c1e8..d18061d11f0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-01-28 Markus Triska <markus.triska@gmx.at>
2
3 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4
12007-01-28 Chong Yidong <cyd@stupidchicken.com> 52007-01-28 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly. 7 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 1a5fc04ee3a..711957d9cd0 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -819,7 +819,7 @@ to toggle this value.")
819 819
820(defun speedbar-make-specialized-keymap () 820(defun speedbar-make-specialized-keymap ()
821 "Create a keymap for use with a speedbar major or minor display mode. 821 "Create a keymap for use with a speedbar major or minor display mode.
822This basically creates a sparse keymap, and makes it's parent be 822This basically creates a sparse keymap, and makes its parent be
823`speedbar-key-map'." 823`speedbar-key-map'."
824 (let ((k (make-sparse-keymap))) 824 (let ((k (make-sparse-keymap)))
825 (set-keymap-parent k speedbar-key-map) 825 (set-keymap-parent k speedbar-key-map)