comparison lisp/mail/mh-pick.el @ 13387:14442ed0da63

Comment change.
author Karl Heuer <kwzh@gnu.org>
date Fri, 03 Nov 1995 02:30:17 +0000
parents 53174cfc29fa
children 83f275dcd93a
comparison
equal deleted inserted replaced
13386:78c7ebcbd9fe 13387:14442ed0da63
1 ;;; mh-pick --- make a search pattern and search for a message in mh-e 1 ;;; mh-pick --- make a search pattern and search for a message in mh-e
2 ;; Time-stamp: <94/12/22 20:34:51 gildea> 2 ;; Time-stamp: <95/08/19 16:45:16 gildea>
3 3
4 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. 4 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
5 5
6 ;; This file is part of GNU Emacs. 6 ;; This file is part of mh-e, part of GNU Emacs.
7 7
8 ;; GNU Emacs is free software; you can redistribute it and/or modify 8 ;; GNU Emacs is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by 9 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation; either version 2, or (at your option) 10 ;; the Free Software Foundation; either version 2, or (at your option)
11 ;; any later version. 11 ;; any later version.
23 23
24 ;; Internal support for mh-e package. 24 ;; Internal support for mh-e package.
25 25
26 ;;; Change Log: 26 ;;; Change Log:
27 27
28 ;; $Id: mh-pick.el,v 1.2 1995/04/09 22:30:17 kwzh Exp kwzh $ 28 ;; $Id: mh-pick.el,v 1.3 1995/04/10 00:19:54 kwzh Exp kwzh $
29 29
30 ;;; Code: 30 ;;; Code:
31 31
32 (provide 'mh-pick) 32 (provide 'mh-pick)
33 (require 'mh-e) 33 (require 'mh-e)