(find-tag-tag): Pass default to completing-read.
This commit is contained in:
parent
ae302641c2
commit
ab685b6b9f
1 changed files with 2 additions and 1 deletions
|
@ -683,7 +683,8 @@ Assumes the tags table is the current buffer."
|
|||
(spec (completing-read (if default
|
||||
(format "%s(default %s) " string default)
|
||||
string)
|
||||
'tags-complete-tag)))
|
||||
'tags-complete-tag
|
||||
nil nil nil nil default)))
|
||||
(if (equal spec "")
|
||||
(or default (error "There is no default tag"))
|
||||
spec)))
|
||||
|
|
Loading…
Add table
Reference in a new issue