Remove local var.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 23 Jan 2009 03:34:00 +0000 (03:34 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 23 Jan 2009 03:34:00 +0000 (03:34 +0000)
lisp/mail/rmail.el
lisp/mail/rmailedit.el

index faea62a..850b970 100644 (file)
@@ -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
index 16ffb9b..7909120 100644 (file)
@@ -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