comparison lisp/mh-e/mh-identity.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 f5ade15d46f2
children 6b063593fdad
comparison
equal deleted inserted replaced
67680:b7c68d3426e1 67681:3a8785724cca
280 If the field wasn't present, it is added to the bottom of the header." 280 If the field wasn't present, it is added to the bottom of the header."
281 (mh-identity-handler-default field action nil value)) 281 (mh-identity-handler-default field action nil value))
282 282
283 (provide 'mh-identity) 283 (provide 'mh-identity)
284 284
285 ;;; Local Variables: 285 ;; Local Variables:
286 ;;; indent-tabs-mode: nil 286 ;; indent-tabs-mode: nil
287 ;;; sentence-end-double-space: nil 287 ;; sentence-end-double-space: nil
288 ;;; End: 288 ;; End:
289 289
290 ;;; arch-tag: 07d66ef6-8726-4ac6-9ecf-e566cd5bfb45 290 ;; arch-tag: 07d66ef6-8726-4ac6-9ecf-e566cd5bfb45
291 ;;; mh-identity.el ends here 291 ;;; mh-identity.el ends here