]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/gulp.el
Update copyright year to 2015
[gnu-emacs] / lisp / obsolete / gulp.el
index d959b73ba696a027e7fbd07f66ed96257a4ae4d9..5ff99f2df556db64556ebd8e9581a216b12ab05a 100644 (file)
@@ -1,11 +1,11 @@
 ;;; gulp.el --- ask for updates for Lisp packages
 
-;; Copyright (C) 1996, 2001-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: Sam Shteingold <shteingd@math.ucla.edu>
 ;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: maint
-;; Obsolete-since: 24.5
+;; Obsolete-since: 25.1
 
 ;; This file is part of GNU Emacs.
 
@@ -137,7 +137,7 @@ is left in the `*gulp*' buffer at the end."
   "Create the maintainer/package alist for files in FLIST in DIR.
 That is a list of elements, each of the form (MAINTAINER PACKAGES...)."
   (save-excursion
-    (let (mplist filen node mnt-tm mnt tm fl-tm)
+    (let (mplist filen node mnt tm fl-tm)
       (get-buffer-create gulp-tmp-buffer)
       (set-buffer gulp-tmp-buffer)
       (setq buffer-undo-list t)