aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-09-06 02:55:23 +0000
committerGlenn Morris2008-09-06 02:55:23 +0000
commit51a5d0956525d0dd03f29db93b5c6fa8c8ac29c4 (patch)
tree57590bcf35f59092bd6b99887e02c72e699084e7
parentc1ca0a069e0d5594b5e74b30591a92f5f1b87627 (diff)
downloademacs-51a5d0956525d0dd03f29db93b5c6fa8c8ac29c4.tar.gz
emacs-51a5d0956525d0dd03f29db93b5c6fa8c8ac29c4.zip
Add local variable setting for change-log-default-name.
-rw-r--r--lisp/mail/pmail.el4
-rw-r--r--lisp/mail/pmaildesc.el4
-rw-r--r--lisp/mail/pmailedit.el4
-rw-r--r--lisp/mail/pmailkwd.el4
-rw-r--r--lisp/mail/pmailmm.el4
-rw-r--r--lisp/mail/pmailmsc.el4
-rw-r--r--lisp/mail/pmailout.el4
-rw-r--r--lisp/mail/pmailsort.el4
-rw-r--r--lisp/mail/pmailsum.el4
9 files changed, 36 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."
3408 3408
3409(provide 'pmail) 3409(provide 'pmail)
3410 3410
3411;; Local Variables:
3412;; change-log-default-name: "ChangeLog.pmail"
3413;; End:
3414
3411;; arch-tag: 65d257d3-c281-4a65-9c38-e61af95af2f0 3415;; arch-tag: 65d257d3-c281-4a65-9c38-e61af95af2f0
3412;;; pmail.el ends here 3416;;; pmail.el ends here
diff --git a/lisp/mail/pmaildesc.el b/lisp/mail/pmaildesc.el
index 1a0d9d0e38f..47fc81eee3b 100644
--- a/lisp/mail/pmaildesc.el
+++ b/lisp/mail/pmaildesc.el
@@ -451,5 +451,9 @@ set to the hyphen character (-)."
451 451
452(provide 'pmaildesc) 452(provide 'pmaildesc)
453 453
454;; Local Variables:
455;; change-log-default-name: "ChangeLog.pmail"
456;; End:
457
454;; arch-tag: 9f70b890-ad54-414e-abb2-0845e3e4eb1a 458;; arch-tag: 9f70b890-ad54-414e-abb2-0845e3e4eb1a
455;;; pmaildesc.el ends here 459;;; pmaildesc.el ends here
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'.
153 153
154(provide 'pmailedit) 154(provide 'pmailedit)
155 155
156;; Local Variables:
157;; change-log-default-name: "ChangeLog.pmail"
158;; End:
159
156;; arch-tag: 9524f335-12cc-4e95-9e9b-3208dc30550b 160;; arch-tag: 9524f335-12cc-4e95-9e9b-3208dc30550b
157;;; pmailedit.el ends here 161;;; pmailedit.el ends here
diff --git a/lisp/mail/pmailkwd.el b/lisp/mail/pmailkwd.el
index 7ee52882838..6bce28a59e2 100644
--- a/lisp/mail/pmailkwd.el
+++ b/lisp/mail/pmailkwd.el
@@ -229,5 +229,9 @@ With prefix argument N moves forward N messages with these labels."
229 229
230(provide 'pmailkwd) 230(provide 'pmailkwd)
231 231
232;; Local Variables:
233;; change-log-default-name: "ChangeLog.pmail"
234;; End:
235
232;; arch-tag: 1149979c-8e47-4333-9629-cf3dc887a6a7 236;; arch-tag: 1149979c-8e47-4333-9629-cf3dc887a6a7
233;;; pmailkwd.el ends here 237;;; pmailkwd.el ends here
diff --git a/lisp/mail/pmailmm.el b/lisp/mail/pmailmm.el
index 0d830f15e7a..ec6296fd8d2 100644
--- a/lisp/mail/pmailmm.el
+++ b/lisp/mail/pmailmm.el
@@ -406,5 +406,9 @@ This calls `pmail-mime-show' to do the real job."
406 406
407(provide 'pmailmm) 407(provide 'pmailmm)
408 408
409;; Local Variables:
410;; change-log-default-name: "ChangeLog.pmail"
411;; End:
412
409;; arch-tag: 3f2c5e5d-1aef-4512-bc20-fd737c9d5dd9 413;; arch-tag: 3f2c5e5d-1aef-4512-bc20-fd737c9d5dd9
410;;; pmailmm.el ends here 414;;; pmailmm.el ends here
diff --git a/lisp/mail/pmailmsc.el b/lisp/mail/pmailmsc.el
index f7e725a5280..3299769457e 100644
--- a/lisp/mail/pmailmsc.el
+++ b/lisp/mail/pmailmsc.el
@@ -58,5 +58,9 @@ If FILE-NAME is empty, remove any existing inbox list."
58 (setq pmail-inbox-list inbox-list))) 58 (setq pmail-inbox-list inbox-list)))
59 (pmail-show-message pmail-current-message)) 59 (pmail-show-message pmail-current-message))
60 60
61;; Local Variables:
62;; change-log-default-name: "ChangeLog.pmail"
63;; End:
64
61;; arch-tag: 94614a62-2a0a-4e25-bac9-06f461ed4c60 65;; arch-tag: 94614a62-2a0a-4e25-bac9-06f461ed4c60
62;;; pmailmsc.el ends here 66;;; pmailmsc.el ends here
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."
248 (when pmail-delete-after-output 248 (when pmail-delete-after-output
249 (pmail-delete-forward))) 249 (pmail-delete-forward)))
250 250
251;; Local Variables:
252;; change-log-default-name: "ChangeLog.pmail"
253;; End:
254
251;; arch-tag: 4059abf0-f249-4be4-8e0d-602d370d01d1 255;; arch-tag: 4059abf0-f249-4be4-8e0d-602d370d01d1
252;;; pmailout.el ends here 256;;; pmailout.el ends here
diff --git a/lisp/mail/pmailsort.el b/lisp/mail/pmailsort.el
index 4be67b90eab..b874a0aedb0 100644
--- a/lisp/mail/pmailsort.el
+++ b/lisp/mail/pmailsort.el
@@ -248,5 +248,9 @@ Arguments are MSG and FIELD."
248 248
249(provide 'pmailsort) 249(provide 'pmailsort)
250 250
251;; Local Variables:
252;; change-log-default-name: "ChangeLog.pmail"
253;; End:
254
251;; arch-tag: 665da245-f6a7-4115-ad8c-ba19216988d5 255;; arch-tag: 665da245-f6a7-4115-ad8c-ba19216988d5
252;;; pmailsort.el ends here 256;;; pmailsort.el ends here
diff --git a/lisp/mail/pmailsum.el b/lisp/mail/pmailsum.el
index d790588a356..505a32d91fc 100644
--- a/lisp/mail/pmailsum.el
+++ b/lisp/mail/pmailsum.el
@@ -1494,5 +1494,9 @@ If `pmail-summary-line-count-flag' is nil, return the empty string."
1494 1494
1495(provide 'pmailsum) 1495(provide 'pmailsum)
1496 1496
1497;; Local Variables:
1498;; change-log-default-name: "ChangeLog.pmail"
1499;; End:
1500
1497;; arch-tag: 80b0a27a-a50d-4f37-9466-83d32d1e0ca8 1501;; arch-tag: 80b0a27a-a50d-4f37-9466-83d32d1e0ca8
1498;;; pmailsum.el ends here 1502;;; pmailsum.el ends here