mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
(symbol-file): Remove unused variable `functions'.
This commit is contained in:
parent
c595cc5fbd
commit
cb21744eb5
@ -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.
|
||||
|
@ -923,7 +923,7 @@ It can also be nil, if the definition is not associated with any file."
|
||||
(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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user