diff lisp/mail/mh-funcs.el @ 38414:67b464da13ec

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 19:53:53 +0000
parents 83f275dcd93a
children 2568d5a27317
line wrap: on
line diff
--- a/lisp/mail/mh-funcs.el	Sun Jul 15 17:42:53 2001 +0000
+++ b/lisp/mail/mh-funcs.el	Sun Jul 15 19:53:53 2001 +0000
@@ -1,9 +1,9 @@
-;;; mh-funcs --- mh-e functions not everyone will use right away
-;; Time-stamp: <95/08/19 16:44:06 gildea>
+;;; mh-funcs.el --- mh-e functions not everyone will use right away
+;; Time-stamp: <2001-07-14 13:08:45 pavel>
 
 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
-;; This file is part of mh-e, part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
 
 ;;; Change Log:
 
-;; $Id: mh-funcs.el,v 1.4 1995/11/03 02:29:34 kwzh Exp erik $
+;; $Id: mh-funcs.el,v 1.5 1996/01/14 07:34:30 erik Exp $
 
 ;;; Code:
 
@@ -352,3 +352,4 @@
       (mh-handle-process-error command value))
     (insert "\n(mh-store finished)\n")))
 	
+;;; mh-funcs.el ends here