comparison lisp/mh-e/mh-junk.el @ 67681:3a8785724cca

* 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.
author Bill Wohler <wohler@newt.com>
date Mon, 19 Dec 2005 23:32:16 +0000
parents 2ae99b10dd40
children 6b063593fdad
comparison
equal deleted inserted replaced
67680:b7c68d3426e1 67681:3a8785724cca
418 (call-process mh-spamprobe-executable msg-file mh-junk-background 418 (call-process mh-spamprobe-executable msg-file mh-junk-background
419 nil "good"))) 419 nil "good")))
420 420
421 (provide 'mh-junk) 421 (provide 'mh-junk)
422 422
423 ;;; Local Variables: 423 ;; Local Variables:
424 ;;; indent-tabs-mode: nil 424 ;; indent-tabs-mode: nil
425 ;;; sentence-end-double-space: nil 425 ;; sentence-end-double-space: nil
426 ;;; End: 426 ;; End:
427 427
428 ;;; arch-tag: 603335f1-77ff-4306-8828-5d3dad51abe1 428 ;; arch-tag: 603335f1-77ff-4306-8828-5d3dad51abe1
429 ;;; mh-junk.el ends here 429 ;;; mh-junk.el ends here