]> git.eshelyaron.com Git - emacs.git/commit
Remove stray quotes
authorMattias Engdegård <mattiase@acm.org>
Tue, 21 Feb 2023 15:13:36 +0000 (16:13 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 21 Feb 2023 17:32:51 +0000 (18:32 +0100)
commit450be633bb54054657b2474a9711977bdc9bd574
tree82a1876a7ff34bc96df21fd513d7f3982ebfb722
parent098add06eb7d742ff0e6ee0e294931a93a60c71c
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.
lisp/emacs-lisp/bytecomp.el
lisp/help-fns.el