ffap.el (ffap-read-file-or-url): Fix completing-read call
* lisp/ffap.el (ffap-read-file-or-url): The HIST argument of `completing-read' should be a symbol.
This commit is contained in:
parent
5ed5a04963
commit
9713747dff
1 changed files with 1 additions and 1 deletions
|
@ -1288,7 +1288,7 @@ which may actually result in an URL rather than a filename."
|
|||
nil
|
||||
nil
|
||||
(if dir (cons guess (length dir)) guess)
|
||||
(list 'file-name-history)
|
||||
'file-name-history
|
||||
(and buffer-file-name
|
||||
(abbreviate-file-name buffer-file-name)))))
|
||||
;; Remove the special handler manually. We used to just let-bind
|
||||
|
|
Loading…
Add table
Reference in a new issue