diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-15 05:49:47 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-15 05:49:47 +0000 |
commit | 01bb7524ddbf2a507896ae2de6e369bd23cd4f9b (patch) | |
tree | 135e9e6f0f8604e674f3570fda094fb2833ac95d /lisp/autoinsert.el | |
parent | 93bef22b4380c9979e107c5fd07e052622d531cf (diff) | |
download | emacs-01bb7524ddbf2a507896ae2de6e369bd23cd4f9b.tar.gz |
(auto-insert-alist): Use FSF's new address.
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r-- | lisp/autoinsert.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index a81117df01b..e67ab211aba 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -146,7 +146,8 @@ If this contains a %s, that will be replaced by the matching rule.") ;; 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. +;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: |