comparison lisp/mh-e/mh-speed.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 125832ddcd6b
children 6b063593fdad
comparison
equal deleted inserted replaced
67680:b7c68d3426e1 67681:3a8785724cca
556 (mh-funcall-if-exists 556 (mh-funcall-if-exists
557 speedbar-insert-image-button-maybe (- (point) 2) 3))))) 557 speedbar-insert-image-button-maybe (- (point) 2) 3)))))
558 558
559 (provide 'mh-speed) 559 (provide 'mh-speed)
560 560
561 ;;; Local Variables: 561 ;; Local Variables:
562 ;;; indent-tabs-mode: nil 562 ;; indent-tabs-mode: nil
563 ;;; sentence-end-double-space: nil 563 ;; sentence-end-double-space: nil
564 ;;; End: 564 ;; End:
565 565
566 ;;; arch-tag: d38ddcd4-3c00-4e37-99bf-8b89dda7b32c 566 ;; arch-tag: d38ddcd4-3c00-4e37-99bf-8b89dda7b32c
567 ;;; mh-speed.el ends here 567 ;;; mh-speed.el ends here