Synch with Gnus.
authoryamaoka <yamaoka>
Fri, 17 Nov 2000 00:07:42 +0000 (00:07 +0000)
committeryamaoka <yamaoka>
Fri, 17 Nov 2000 00:07:42 +0000 (00:07 +0000)
lisp/ChangeLog
lisp/message.el

index 4540c82..db9a429 100644 (file)
@@ -1,3 +1,12 @@
+2000-11-16 Justin Sheehy <justin@iago.org>
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
+
+2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-cite-prefix-regexp): Prefix should not end
+       at space.
+
 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * message.el (message-mode-syntax-table): Add - as a word
index 124c154..0f6cf23 100644 (file)
@@ -438,7 +438,7 @@ The provided functions are:
 
 (defcustom message-cite-prefix-regexp
   ;; ?-, ?_ or ?. MUST NOT be in syntax entry w.
-  "[ \t]*\\(\\(\\w\\|[-_.]\\)+>+[ \t]*\\|[]>»|:}+][ \t]*\\)+"
+  "\\([ \t]*\\(\\w\\|[-_.]\\)+>+\\|[ \t]*[]>»|:}+]\\)+"
   "*Regexp matching the longest possible citation prefix on a line."
   :group 'message-insertion
   :type 'regexp)