changeset 48474:33dafec6a9de

(symbol-file): Remove unused variable `functions'.
author John Paul Wallington <jpw@pobox.com>
date Wed, 20 Nov 2002 12:58:37 +0000
parents 51bb70c1ccb8
children 4bdcb09d9f25
files lisp/ChangeLog lisp/subr.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Nov 20 07:32:42 2002 +0000
+++ b/lisp/ChangeLog	Wed Nov 20 12:58:37 2002 +0000
@@ -1,3 +1,7 @@
+2002-11-20  John Paul Wallington  <jpw@shootybangbang.com>
+
+	* subr.el (symbol-file): Remove unused variable `functions'.
+
 2002-11-20   Markus Rost  <rost@math.ohio-state.edu>
 
 	* Makefile.in (setwins_almost): Renamed from finder_setwins.
--- a/lisp/subr.el	Wed Nov 20 07:32:42 2002 +0000
+++ b/lisp/subr.el	Wed Nov 20 12:58:37 2002 +0000
@@ -923,7 +923,7 @@
 	   (eq 'autoload (car-safe (symbol-function function))))
       (nth 1 (symbol-function function))
     (let ((files load-history)
-	  file functions)
+	  file)
       (while files
 	(if (memq function (cdr (car files)))
 	    (setq file (car (car files)) files nil))