summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/info.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 540d3ebfae9..3f74bb92e86 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
+
2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
* progmodes/sh-script.el (sh-mode-map): Remove bindings for
diff --git a/lisp/info.el b/lisp/info.el
index fb228dd4372..29d3124efe1 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2245,7 +2245,7 @@ Allowed only if variable `Info-enable-edit' is non-nil."
("time-stamp" . "autotype") ("quickurl" . "autotype")
("tempo" . "autotype") ("hippie-expand" . "autotype")
("cvs" . "pcl-cvs")
- "ebrowse" "cl" "idlwave" "reftex" "widget" "woman")
+ "ebrowse" "cl" "idlwave" "reftex" "speedbar" "widget" "woman")
"List of Info files that describe Emacs commands.
An element can be a file name, or a list of the form (PREFIX . FILE)
where PREFIX is a name prefix and FILE is the file to look in.