]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/gulp.el
(batch-byte-recompile-directory): Doc fix.
[gnu-emacs] / lisp / emacs-lisp / gulp.el
index eb9f8af410586fab728d707edb73748e0e6503a3..6e0c4ded4ddec159b7bcf89972c7e4b3eac6616c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gulp.el --- ask for updates for Lisp packages
 
-;; Copyright (C) 1996 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Sam Shteingold <shteingd@math.ucla.edu>
 ;; Maintainer: FSF
@@ -20,8 +20,8 @@
 
 ;; 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, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
@@ -103,7 +103,7 @@ is left in the `*gulp*' buffer at the end."
       (while (setq node (car m-p-alist))
        (setq msg (gulp-create-message (cdr node) time))
        (setq mail-setup-hook
-             (lambda () 
+             (lambda ()
                (mail-subject)
                (insert "It's time for Emacs updates again")
                (goto-char (point-max))
@@ -173,4 +173,5 @@ That is a list of elements, each of the form (MAINTAINER PACKAGES...)."
 
 (provide 'gulp)
 
+;;; arch-tag: 42750a11-460a-4efc-829f-342d075530e5
 ;;; gulp.el ends here