From: Chong Yidong Date: Fri, 23 Jan 2009 03:34:00 +0000 (+0000) Subject: Remove local var. X-Git-Tag: emacs-pretest-23.0.90~297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23c039d851da37b4c1df0ac2ba7055a295b23103;p=emacs.git Remove local var. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index faea62a3f74..850b9706cf6 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -3885,9 +3885,5 @@ encoded string (and the same mask) will decode the string." (provide 'rmail) -;; Local Variables: -;; change-log-default-name: "ChangeLog.rmail" -;; End: - ;; arch-tag: 65d257d3-c281-4a65-9c38-e61af95af2f0 ;;; rmail.el ends here diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 16ffb9bdc75..79091200eee 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -209,9 +209,5 @@ This functions runs the normal hook `rmail-edit-mode-hook'. (provide 'rmailedit) -;; Local Variables: -;; change-log-default-name: "ChangeLog.rmail" -;; End: - ;; arch-tag: 9524f335-12cc-4e95-9e9b-3208dc30550b ;;; rmailedit.el ends here