diff options
author | Bill Wohler <wohler@newt.com> | 2005-12-19 23:32:16 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2005-12-19 23:32:16 +0000 |
commit | 45884563cf36656cf7d1d35756736315b97d1578 (patch) | |
tree | 470e5fa066f225972ee6e85e1ef61bcd2e9c4549 /lisp/mh-e/mh-junk.el | |
parent | e530401ca6bdfd8e639f76388299832ab0cef35a (diff) | |
download | emacs-45884563cf36656cf7d1d35756736315b97d1578.tar.gz |
* mh-acros.el:
* mh-alias.el:
* mh-comp.el:
* mh-customize.el:
* mh-e.el:
* mh-funcs.el:
* mh-gnus.el:
* mh-identity.el:
* mh-inc.el:
* mh-index.el:
* mh-init.el:
* mh-junk.el:
* mh-mime.el:
* mh-pick.el:
* mh-print.el:
* mh-seq.el:
* mh-speed.el:
* mh-utils.el:
Follow commenting conventions. Don't use ;;; form so much, except for
headings. Precede headings with page feed. This was mostly already
done, so I made it a convention. Did not update copyright on a couple
of files since this was an insignificant change.
Diffstat (limited to 'lisp/mh-e/mh-junk.el')
-rw-r--r-- | lisp/mh-e/mh-junk.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index 5cbc7b77b47..29caef6cae7 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el @@ -420,10 +420,10 @@ See `mh-spamprobe-blacklist' for more information." (provide 'mh-junk) -;;; Local Variables: -;;; indent-tabs-mode: nil -;;; sentence-end-double-space: nil -;;; End: +;; Local Variables: +;; indent-tabs-mode: nil +;; sentence-end-double-space: nil +;; End: -;;; arch-tag: 603335f1-77ff-4306-8828-5d3dad51abe1 +;; arch-tag: 603335f1-77ff-4306-8828-5d3dad51abe1 ;;; mh-junk.el ends here |