diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-28 21:53:35 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-28 21:53:35 -0400 |
commit | 7b5003b866fc69bbba608a17551ee0c77fc8fb85 (patch) | |
tree | ad2da6e11e86da0941b10717d856f7b207e6107b /lisp/speedbar.el | |
parent | 93a583ee13d57942ea2c3f0636e1b1e88b6f5652 (diff) | |
download | emacs-7b5003b866fc69bbba608a17551ee0c77fc8fb85.tar.gz |
* lisp/speedbar.el: Remove some old commentary.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index c425d777306..814cec86e69 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -39,21 +39,9 @@ this version is not backward compatible to 0.14 or earlier.") ;; ;;; Notes: ;; -;; Users of really old emacsen without the need timer functions -;; will not have speedbar updating automatically. Use "g" to refresh -;; the display after changing directories. Remember, do not interrupt -;; the stealthy updates or your display may not be completely -;; refreshed. -;; ;; AUC-TEX users: The imenu tags for AUC-TEX mode don't work very ;; well. Use the imenu keywords from tex-mode.el for better results. ;; -;; This file requires the library package assoc (association lists) -;; assoc should be available in all modern versions of Emacs. -;; The custom package is optional (for easy configuration of speedbar) -;; http://www.dina.kvl.dk/~abraham/custom/ -;; custom is available in all versions of Emacs version 20 or better. -;; ;;; Developing for speedbar ;; ;; Adding a speedbar specialized display mode: |