; * admin/admin.el (cusver-scan): remove broken warning
The call to `format-message` had no effect in itself, but it turns out that actually emitting the result just results in useless warnings so we remove it entirely.
This commit is contained in:
parent
9ae212fb1e
commit
845f97d475
1 changed files with 1 additions and 2 deletions
|
@ -1038,8 +1038,7 @@ If optional argument OLD is non-nil, also scan for `defvar's."
|
|||
(and grp
|
||||
(setq grp (car (cdr-safe grp))) ; (quote foo) -> foo
|
||||
(setq ver (assq grp glist))))
|
||||
(setq alist (cons (cons var ver) alist))))
|
||||
(if form (format-message "Malformed defcustom: `%s'" form)))))
|
||||
(setq alist (cons (cons var ver) alist)))))))
|
||||
(message "%sdone" m)
|
||||
alist))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue