1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

(ispell-message): Use `message-cite-prefix-regexp'

instead of `message-yank-prefix'.
This commit is contained in:
Sam Steingold 2004-05-10 21:03:18 +00:00
parent c39bf546b9
commit 3eab7193fb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-05-10 Sam Steingold <sds@gnu.org>
* textmodes/ispell.el (ispell-message): Use
`message-cite-prefix-regexp' instead of `message-yank-prefix'.
2004-05-10 Dave Love <fx@gnu.org>
* progmodes/python.el (help-buffer): Autoload when compiling.

View File

@ -3274,7 +3274,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
(equal major-mode 'message-mode)) ;GNUS 5
(concat "In article <" "\\|"
"[^,;&+=\n]+ <[^,;&+=]+> writes:" "\\|"
message-yank-prefix "\\|"
message-cite-prefix-regexp "\\|"
default-prefix))
((equal major-mode 'mh-letter-mode) ; mh mail message
(concat "[^,;&+=\n]+ writes:" "\\|"