Mercurial > emacs
comparison lisp/emacs-lisp/autoload.el @ 14169:83f275dcd93a
Update FSF's address.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Sun, 14 Jan 1996 07:34:30 +0000 |
parents | 1c331f9332ae |
children | b1bc0f5d8cf3 |
comparison
equal
deleted
inserted
replaced
14168:3b925cc52931 | 14169:83f275dcd93a |
---|---|
1 ;;; autoload.el --- maintain autoloads in loaddefs.el. | 1 ;;; autoload.el --- maintain autoloads in loaddefs.el. |
2 | 2 |
3 ;;; Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc. |
4 ;;; | 4 |
5 ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> | 5 ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> |
6 ;; Keywords: maint | 6 ;; Keywords: maint |
7 | 7 |
8 ;;; This program is free software; you can redistribute it and/or modify | 8 ;; This file is part of GNU Emacs. |
9 ;;; it under the terms of the GNU General Public License as published by | 9 |
10 ;;; the Free Software Foundation; either version 2, or (at your option) | 10 ;; GNU Emacs is free software; you can redistribute it and/or modify |
11 ;;; any later version. | 11 ;; it under the terms of the GNU General Public License as published by |
12 ;;; | 12 ;; the Free Software Foundation; either version 2, or (at your option) |
13 ;;; This program is distributed in the hope that it will be useful, | 13 ;; any later version. |
14 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 |
15 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 ;; GNU Emacs is distributed in the hope that it will be useful, |
16 ;;; GNU General Public License for more details. | 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
17 ;;; | 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 ;;; A copy of the GNU General Public License can be obtained from this | 18 ;; GNU General Public License for more details. |
19 ;;; program's author (send electronic mail to roland@ai.mit.edu) or from | 19 |
20 ;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA | 20 ;; You should have received a copy of the GNU General Public License |
21 ;;; 02139, USA. | 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
22 ;;; | 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
23 ;; Boston, MA 02111-1307, USA. | |
23 | 24 |
24 ;;; Commentary: | 25 ;;; Commentary: |
25 | 26 |
26 ;; This code helps GNU Emacs maintainers keep the loaddefs.el file up to | 27 ;; This code helps GNU Emacs maintainers keep the loaddefs.el file up to |
27 ;; date. It interprets magic cookies of the form ";;;###autoload" in | 28 ;; date. It interprets magic cookies of the form ";;;###autoload" in |