comparison lisp/=custom.el @ 14169:83f275dcd93a

Update FSF's address.
author Erik Naggum <erik@naggum.no>
date Sun, 14 Jan 1996 07:34:30 +0000
parents ab77b688a09b
children 14bfa8383808
comparison
equal deleted inserted replaced
14168:3b925cc52931 14169:83f275dcd93a
1 ;;; custom.el --- User friendly customization support. 1 ;;; custom.el --- User friendly customization support.
2
2 ;; Copyright (C) 1995 Free Software Foundation, Inc. 3 ;; Copyright (C) 1995 Free Software Foundation, Inc.
3 ;; 4
4 ;; Author: Per Abrahamsen <abraham@iesd.auc.dk> 5 ;; Author: Per Abrahamsen <abraham@iesd.auc.dk>
5 ;; Keywords: help 6 ;; Keywords: help
6 ;; Version: 0.5 7 ;; Version: 0.5
7 8
9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA.
25
8 ;;; Commentary: 26 ;;; Commentary:
9 ;; 27
10 ;; WARNING: This package is still under construction and not all of 28 ;; WARNING: This package is still under construction and not all of
11 ;; the features below are implemented. 29 ;; the features below are implemented.
12 ;; 30 ;;
13 ;; This package provides a framework for adding user friendly 31 ;; This package provides a framework for adding user friendly
14 ;; customization support to Emacs. Having to do customization by 32 ;; customization support to Emacs. Having to do customization by