diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-01-23 03:51:44 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-01-23 03:51:44 +0000 |
commit | 7626a283205de5cb293f4c85d10a89d317a56ee7 (patch) | |
tree | 8ce286db7162b3b85c75a8a97203334c859845c2 /lisp/mail | |
parent | 67673485a8f3ad22cf2d064f35349f9738862d26 (diff) | |
download | emacs-7626a283205de5cb293f4c85d10a89d317a56ee7.tar.gz emacs-7626a283205de5cb293f4c85d10a89d317a56ee7.tar.bz2 emacs-7626a283205de5cb293f4c85d10a89d317a56ee7.zip |
Remove file local var.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/rmailmsc.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index aba7b8178e5..1a7893c3d27 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el @@ -58,9 +58,5 @@ If FILE-NAME is empty, remove any existing inbox list." (setq rmail-inbox-list inbox-list))) (rmail-show-message rmail-current-message)) -;; Local Variables: -;; change-log-default-name: "ChangeLog.rmail" -;; End: - ;; arch-tag: 94614a62-2a0a-4e25-bac9-06f461ed4c60 ;;; rmailmsc.el ends here |