diff options
author | Glenn Morris <rgm@gnu.org> | 2008-09-06 02:55:23 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-09-06 02:55:23 +0000 |
commit | 51a5d0956525d0dd03f29db93b5c6fa8c8ac29c4 (patch) | |
tree | 57590bcf35f59092bd6b99887e02c72e699084e7 /lisp/mail/pmailout.el | |
parent | c1ca0a069e0d5594b5e74b30591a92f5f1b87627 (diff) | |
download | emacs-51a5d0956525d0dd03f29db93b5c6fa8c8ac29c4.tar.gz emacs-51a5d0956525d0dd03f29db93b5c6fa8c8ac29c4.tar.bz2 emacs-51a5d0956525d0dd03f29db93b5c6fa8c8ac29c4.zip |
Add local variable setting for change-log-default-name.
Diffstat (limited to 'lisp/mail/pmailout.el')
-rw-r--r-- | lisp/mail/pmailout.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mail/pmailout.el b/lisp/mail/pmailout.el index 4d776bf357d..d551e13481d 100644 --- a/lisp/mail/pmailout.el +++ b/lisp/mail/pmailout.el @@ -248,5 +248,9 @@ FILE-NAME defaults, interactively, from the Subject field of the message." (when pmail-delete-after-output (pmail-delete-forward))) +;; Local Variables: +;; change-log-default-name: "ChangeLog.pmail" +;; End: + ;; arch-tag: 4059abf0-f249-4be4-8e0d-602d370d01d1 ;;; pmailout.el ends here |