comparison lisp/mail/mh-funcs.el @ 14169:83f275dcd93a

Update FSF's address.
author Erik Naggum <erik@naggum.no>
date Sun, 14 Jan 1996 07:34:30 +0000
parents 14442ed0da63
children 67b464da13ec
comparison
equal deleted inserted replaced
14168:3b925cc52931 14169:83f275dcd93a
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details. 16 ;; GNU General Public License for more details.
17 17
18 ;; You should have received a copy of the GNU General Public License 18 ;; You should have received a copy of the GNU General Public License
19 ;; along with GNU Emacs; see the file COPYING. If not, write to 19 ;; along with GNU Emacs; see the file COPYING. If not, write to the
20 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 ;; Boston, MA 02111-1307, USA.
21 22
22 ;;; Commentary: 23 ;;; Commentary:
23 24
24 ;;; Internal support for mh-e package. 25 ;; Internal support for mh-e package.
25 ;;; Putting these functions in a separate file lets mh-e start up faster, 26 ;; Putting these functions in a separate file lets mh-e start up faster,
26 ;;; since less Lisp code needs to be loaded all at once. 27 ;; since less Lisp code needs to be loaded all at once.
27 28
28 ;;; Change Log: 29 ;;; Change Log:
29 30
30 ;; $Id: mh-funcs.el,v 1.3 1995/04/10 00:20:07 kwzh Exp kwzh $ 31 ;; $Id: mh-funcs.el,v 1.4 1995/11/03 02:29:34 kwzh Exp erik $
31 32
32 ;;; Code: 33 ;;; Code:
33 34
34 (provide 'mh-funcs) 35 (provide 'mh-funcs)
35 (require 'mh-e) 36 (require 'mh-e)