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/pmailedit.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/pmailedit.el')
-rw-r--r-- | lisp/mail/pmailedit.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mail/pmailedit.el b/lisp/mail/pmailedit.el index 95c6fb49a6d..cc8831732ce 100644 --- a/lisp/mail/pmailedit.el +++ b/lisp/mail/pmailedit.el @@ -153,5 +153,9 @@ This functions runs the normal hook `pmail-edit-mode-hook'. (provide 'pmailedit) +;; Local Variables: +;; change-log-default-name: "ChangeLog.pmail" +;; End: + ;; arch-tag: 9524f335-12cc-4e95-9e9b-3208dc30550b ;;; pmailedit.el ends here |