Closed aagon closed 8 months ago
Commit d922df8 broke function dired-list-find-file : variable dir is used at line 338 despite being set only at line 340.
dired-list-find-file
dir
The steps to reproduce in emacs -Q are quite straightforward :
emacs -Q
(package-initialize) ;; Fix these (load "/path/to/dash.el") (load "/path/to/dired-hacks-utils.el") (load "/path/to/dired-list.el")
And then run M-x dired-list-find-file, you should see the error if: Symbol’s value as variable is void: dir appear.
M-x dired-list-find-file
if: Symbol’s value as variable is void: dir
Best,
Aymeric Agon-Rambosson
Thanks, fixed.
Commit d922df8 broke function
dired-list-find-file
: variabledir
is used at line 338 despite being set only at line 340.The steps to reproduce in
emacs -Q
are quite straightforward :And then run
M-x dired-list-find-file
, you should see the errorif: Symbol’s value as variable is void: dir
appear.Best,
Aymeric Agon-Rambosson