(vip-save-setting): Pass proper format string to message.
This commit is contained in:
parent
91227bb206
commit
9e68b613f2
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@
|
|||
(regexp (format "^[^;]*%s[ \t\n]*[a-zA-Z---_']*[ \t\n)]" var-name))
|
||||
(buf (find-file-noselect (substitute-in-file-name custom-file)))
|
||||
)
|
||||
(message message)
|
||||
(message "%s" message)
|
||||
(save-excursion
|
||||
(set-buffer buf)
|
||||
(goto-char (point-min))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue