mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Remove stray quotes
* lisp/emacs-lisp/bytecomp.el (byte-compile-form): * lisp/help-fns.el (help-fns--interactive-only): Fix obvious mistake. Since `interactive-only` is not supposed to be anything other than a symbol at these points it was not a very consequential bug.
This commit is contained in:
parent
098add06eb
commit
450be633bb
2 changed files with 2 additions and 2 deletions
|
|
@ -3443,7 +3443,7 @@ lambda-expression."
|
|||
(format "; %s"
|
||||
(substitute-command-keys
|
||||
interactive-only)))
|
||||
((and (symbolp 'interactive-only)
|
||||
((and (symbolp interactive-only)
|
||||
(not (eq interactive-only t)))
|
||||
(format-message "; use `%s' instead."
|
||||
interactive-only))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue