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/pmail.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/pmail.el')
-rw-r--r-- | lisp/mail/pmail.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mail/pmail.el b/lisp/mail/pmail.el index 6dabdb9de30..f09b2acae0a 100644 --- a/lisp/mail/pmail.el +++ b/lisp/mail/pmail.el @@ -3408,5 +3408,9 @@ encoded string (and the same mask) will decode the string." (provide 'pmail) +;; Local Variables: +;; change-log-default-name: "ChangeLog.pmail" +;; End: + ;; arch-tag: 65d257d3-c281-4a65-9c38-e61af95af2f0 ;;; pmail.el ends here |