mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
Add local variable setting for change-log-default-name.
This commit is contained in:
parent
c1ca0a069e
commit
51a5d09565
@ -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
|
||||
|
@ -451,5 +451,9 @@ set to the hyphen character (-)."
|
||||
|
||||
(provide 'pmaildesc)
|
||||
|
||||
;; Local Variables:
|
||||
;; change-log-default-name: "ChangeLog.pmail"
|
||||
;; End:
|
||||
|
||||
;; arch-tag: 9f70b890-ad54-414e-abb2-0845e3e4eb1a
|
||||
;;; pmaildesc.el ends here
|
||||
|
@ -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
|
||||
|
@ -229,5 +229,9 @@ With prefix argument N moves forward N messages with these labels."
|
||||
|
||||
(provide 'pmailkwd)
|
||||
|
||||
;; Local Variables:
|
||||
;; change-log-default-name: "ChangeLog.pmail"
|
||||
;; End:
|
||||
|
||||
;; arch-tag: 1149979c-8e47-4333-9629-cf3dc887a6a7
|
||||
;;; pmailkwd.el ends here
|
||||
|
@ -406,5 +406,9 @@ This calls `pmail-mime-show' to do the real job."
|
||||
|
||||
(provide 'pmailmm)
|
||||
|
||||
;; Local Variables:
|
||||
;; change-log-default-name: "ChangeLog.pmail"
|
||||
;; End:
|
||||
|
||||
;; arch-tag: 3f2c5e5d-1aef-4512-bc20-fd737c9d5dd9
|
||||
;;; pmailmm.el ends here
|
||||
|
@ -58,5 +58,9 @@ If FILE-NAME is empty, remove any existing inbox list."
|
||||
(setq pmail-inbox-list inbox-list)))
|
||||
(pmail-show-message pmail-current-message))
|
||||
|
||||
;; Local Variables:
|
||||
;; change-log-default-name: "ChangeLog.pmail"
|
||||
;; End:
|
||||
|
||||
;; arch-tag: 94614a62-2a0a-4e25-bac9-06f461ed4c60
|
||||
;;; pmailmsc.el ends here
|
||||
|
@ -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
|
||||
|
@ -248,5 +248,9 @@ Arguments are MSG and FIELD."
|
||||
|
||||
(provide 'pmailsort)
|
||||
|
||||
;; Local Variables:
|
||||
;; change-log-default-name: "ChangeLog.pmail"
|
||||
;; End:
|
||||
|
||||
;; arch-tag: 665da245-f6a7-4115-ad8c-ba19216988d5
|
||||
;;; pmailsort.el ends here
|
||||
|
@ -1494,5 +1494,9 @@ If `pmail-summary-line-count-flag' is nil, return the empty string."
|
||||
|
||||
(provide 'pmailsum)
|
||||
|
||||
;; Local Variables:
|
||||
;; change-log-default-name: "ChangeLog.pmail"
|
||||
;; End:
|
||||
|
||||
;; arch-tag: 80b0a27a-a50d-4f37-9466-83d32d1e0ca8
|
||||
;;; pmailsum.el ends here
|
||||
|
Loading…
Reference in New Issue
Block a user