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:
parent
c39bf546b9
commit
3eab7193fb
@ -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.
|
||||
|
@ -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:" "\\|"
|
||||
|
Loading…
Reference in New Issue
Block a user