aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-08-23 13:13:19 +0000
committerLuc Teirlinck2004-08-23 13:13:19 +0000
commitb88892ef442f8950e9e069cd3265c247e2c63716 (patch)
treefaa58f80602088a2e5cd48698294ba6e6fd6d739
parent1dec4064bba6f202c75f6740b51d6ff583ea89dc (diff)
downloademacs-b88892ef442f8950e9e069cd3265c247e2c63716.tar.gz
emacs-b88892ef442f8950e9e069cd3265c247e2c63716.zip
Minor comment change.
-rw-r--r--lisp/speedbar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 1a222e6004e..db16f2f78f3 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -665,7 +665,7 @@ useful, such as version control."
665 "*Regexp matching files we don't want displayed in a speedbar buffer. 665 "*Regexp matching files we don't want displayed in a speedbar buffer.
666It is generated from the variable `completion-ignored-extensions'") 666It is generated from the variable `completion-ignored-extensions'")
667 667
668;; Ugly compiler silencing trick. The real defvar comes later in this file. 668;; Compiler silencing trick. The real defvar comes later in this file.
669(defvar speedbar-file-regexp) 669(defvar speedbar-file-regexp)
670 670
671;; this is dangerous to customize, because the defaults will probably 671;; this is dangerous to customize, because the defaults will probably