fix(confpkg): fix improper format string
This commit is contained in:
parent
3e46106e90
commit
6e49449944
|
@ -303,7 +303,7 @@ If you're reading the raw org file instead of the published version, the code fo
|
||||||
(match-end 0))))
|
(match-end 0))))
|
||||||
((eq 'require (plist-get confpkg :via))
|
((eq 'require (plist-get confpkg :via))
|
||||||
(insert (format "(require '%s)\n" (plist-get confpkg :package))))
|
(insert (format "(require '%s)\n" (plist-get confpkg :package))))
|
||||||
(t (insert (format "(warn \"%s confpkg :via has unrecognised value: %S\" %S %S)"
|
(t (insert (format "(warn \"%%s confpkg :via has unrecognised value: %%S\" %S %S)"
|
||||||
(plist-get confpkg :name) (plist-get confpkg :via)))))
|
(plist-get confpkg :name) (plist-get confpkg :via)))))
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(insert "\n;;:------------------------"
|
(insert "\n;;:------------------------"
|
||||||
|
|
Loading…
Reference in a new issue