aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-09-06 17:38:56 +0800
committerChong Yidong2012-09-06 17:38:56 +0800
commitfcbfbdea93bf0a9ba7bc0ab3e4e3f37e3d089588 (patch)
tree4d844629ca0a49577808af83087478ebda9ac15e
parent20367d28f5264cd88dbb4cee821466e34355fad5 (diff)
downloademacs-fcbfbdea93bf0a9ba7bc0ab3e4e3f37e3d089588.tar.gz
emacs-fcbfbdea93bf0a9ba7bc0ab3e4e3f37e3d089588.zip
Remove references to obsolete variable speedbar-key-map.
* speedbar.el (speedbar-update-flag, speedbar-mode): Remove references to obsolete variable speedbar-key-map.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/speedbar.el6
2 files changed, 6 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5a30583a9dc..1e09fe0850d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,3 @@
12012-09-06 Chong Yidong <cyd@gnu.org>
2
3 * progmodes/vhdl-mode.el
4
52012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> 12012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
6 2
7 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use 3 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
@@ -14,6 +10,9 @@
14 10
15 * frame.el (window-system-version): Mark as obsolete. 11 * frame.el (window-system-version): Mark as obsolete.
16 12
13 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
14 of obsolete variable speedbar-key-map.
15
172012-09-06 Juri Linkov <juri@jurta.org> 162012-09-06 Juri Linkov <juri@jurta.org>
18 17
19 * replace.el (replace-lax-whitespace): New defcustom. 18 * replace.el (replace-lax-whitespace): New defcustom.
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 16993ce1891..90cdea63e85 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -763,7 +763,7 @@ DIRECTORY-EXPRESSION to `speedbar-ignored-directory-expressions'."
763 "Non-nil means to automatically update the display. 763 "Non-nil means to automatically update the display.
764When this is nil then speedbar will not follow the attached frame's directory. 764When this is nil then speedbar will not follow the attached frame's directory.
765If you want to change this while speedbar is active, either use 765If you want to change this while speedbar is active, either use
766\\[customize] or call \\<speedbar-key-map> `\\[speedbar-toggle-updates]'." 766\\[customize] or call \\<speedbar-mode-map> `\\[speedbar-toggle-updates]'."
767 :group 'speedbar 767 :group 'speedbar
768 :initialize 'custom-initialize-default 768 :initialize 'custom-initialize-default
769 :set (lambda (sym val) 769 :set (lambda (sym val)
@@ -1083,7 +1083,7 @@ Return nil if it doesn't exist."
1083 1083
1084(define-derived-mode speedbar-mode fundamental-mode "Speedbar" 1084(define-derived-mode speedbar-mode fundamental-mode "Speedbar"
1085 "Major mode for managing a display of directories and tags. 1085 "Major mode for managing a display of directories and tags.
1086\\<speedbar-key-map> 1086\\<speedbar-mode-map>
1087The first line represents the default directory of the speedbar frame. 1087The first line represents the default directory of the speedbar frame.
1088Each directory segment is a button which jumps speedbar's default 1088Each directory segment is a button which jumps speedbar's default
1089directory to that directory. Buttons are activated by clicking `\\[speedbar-click]'. 1089directory to that directory. Buttons are activated by clicking `\\[speedbar-click]'.
@@ -1120,7 +1120,7 @@ category of tags. Click the {+} to expand the category. Jump-able
1120tags start with >. Click the name of the tag to go to that position 1120tags start with >. Click the name of the tag to go to that position
1121in the selected file. 1121in the selected file.
1122 1122
1123\\{speedbar-key-map}" 1123\\{speedbar-mode-map}"
1124 (save-excursion 1124 (save-excursion
1125 (setq font-lock-keywords nil) ;; no font-locking please 1125 (setq font-lock-keywords nil) ;; no font-locking please
1126 (setq truncate-lines t) 1126 (setq truncate-lines t)