aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorJohn Paul Wallington2002-08-24 14:26:06 +0000
committerJohn Paul Wallington2002-08-24 14:26:06 +0000
commit82e736c18b6d39c331b6cfe3ee233b9f2ea606f0 (patch)
tree1d82b73710f2504fafe83225eed5cd26b0d0d491 /lisp/mail
parent729d903842648babc5ade521c380e01d99bd85e3 (diff)
downloademacs-82e736c18b6d39c331b6cfe3ee233b9f2ea606f0.tar.gz
emacs-82e736c18b6d39c331b6cfe3ee233b9f2ea606f0.zip
* startup.el (normal-splash-screen): Ensure splash buffer is
killed. Use tabs in output. Fix test whether previous buffer was *scratch* buffer. * progmodes/simula.el (simula-abbrev-keyword-default) (simula-abbrev-keyword, simula-abbrev-stdproc-default) (simula-abbrev-stdproc): Doc fix - escape open parens in column 0. * apropos.el (command-apropos): Use `defalias' instead of `fset'. * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index eb984deff13..c4329cf9092 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -3597,7 +3597,7 @@ This has an effect only if a summary buffer exists."
3597(eval-when-compile (require 'speedbar)) 3597(eval-when-compile (require 'speedbar))
3598 3598
3599(defvar rmail-speedbar-match-folder-regexp "^[A-Z0-9]+\\(\\.[A-Z0-9]+\\)?$" 3599(defvar rmail-speedbar-match-folder-regexp "^[A-Z0-9]+\\(\\.[A-Z0-9]+\\)?$"
3600 "*This regex us used to match folder names to be displayed in speedbar. 3600 "*This regex is used to match folder names to be displayed in speedbar.
3601Enabling this will permit speedbar to display your folders for easy 3601Enabling this will permit speedbar to display your folders for easy
3602browsing, and moving of messages.") 3602browsing, and moving of messages.")
3603 3603