projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b9176
)
* lisp/message.el (message-clone-locals): Add "user-mail-address" and
author
yamaoka
<yamaoka>
Tue, 17 Nov 1998 10:31:57 +0000
(10:31 +0000)
committer
yamaoka
<yamaoka>
Tue, 17 Nov 1998 10:31:57 +0000
(10:31 +0000)
"user-full-name" to macthing pattern.
;; Commit by Hiroaki Matsui <matu@uxd.fc.nec.co.jp>
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
60e6ed9
..
777315b
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-4632,7
+4632,8
@@
regexp varstr."
(let ((locals (save-excursion
(set-buffer buffer)
(buffer-local-variables)))
- (regexp "^gnus\\|^nn\\|^message"))
+ (regexp
+ "^\\(gnus\\|nn\\|message\\|user-\\(mail-address\\|full-name\\)\\)"))
(mapcar
(lambda (local)
(when (and (consp local)