diff options
Diffstat (limited to 'lisp/mail/mh-seq.el')
-rw-r--r-- | lisp/mail/mh-seq.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/mail/mh-seq.el b/lisp/mail/mh-seq.el index 59db6ee8f19..feb5ad11651 100644 --- a/lisp/mail/mh-seq.el +++ b/lisp/mail/mh-seq.el @@ -1,9 +1,9 @@ -;;; mh-seq --- mh-e sequences support -;; Time-stamp: <95/08/19 16:45:15 gildea> +;;; mh-seq.el --- mh-e sequences support +;; Time-stamp: <2001-07-14 13:10:33 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 @@ -26,7 +26,7 @@ ;;; Change Log: -;; $Id: mh-seq.el,v 1.5 1996/01/14 07:34:30 erik Exp kwzh $ +;; $Id: mh-seq.el,v 1.6 1996/01/29 23:16:57 kwzh Exp $ ;;; Code: @@ -235,3 +235,4 @@ If optional prefix argument provided, then prompt for the message sequence." (goto-char location) (insert-buffer-substring (current-buffer) beginning-of-line end)))) +;;; mh-seq.el ends here |