diff options
Diffstat (limited to 'lisp/mail/mh-funcs.el')
-rw-r--r-- | lisp/mail/mh-funcs.el | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lisp/mail/mh-funcs.el b/lisp/mail/mh-funcs.el index 20bcc538c1c..cc1ce6aec1b 100644 --- a/lisp/mail/mh-funcs.el +++ b/lisp/mail/mh-funcs.el @@ -16,18 +16,19 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to -;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: -;;; Internal support for mh-e package. -;;; Putting these functions in a separate file lets mh-e start up faster, -;;; since less Lisp code needs to be loaded all at once. +;; Internal support for mh-e package. +;; Putting these functions in a separate file lets mh-e start up faster, +;; since less Lisp code needs to be loaded all at once. ;;; Change Log: -;; $Id: mh-funcs.el,v 1.3 1995/04/10 00:20:07 kwzh Exp kwzh $ +;; $Id: mh-funcs.el,v 1.4 1995/11/03 02:29:34 kwzh Exp erik $ ;;; Code: |