1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 10:50:49 -08:00

some style fixes

This commit is contained in:
Andrea Corallo 2019-12-24 16:58:44 +01:00
parent 568883c9be
commit 2ccce1bc39
4 changed files with 9 additions and 9 deletions

View file

@ -406,7 +406,7 @@ Put PREFIX in front of it."
"Byte compile FUNCTION-NAME spilling data from the byte compiler."
(let* ((f (symbol-function function-name))
(func (make-comp-func :name function-name
:c-name (comp-c-func-name function-name"F")
:c-name (comp-c-func-name function-name "F")
:doc (documentation f)
:int-spec (interactive-form f))))
(when (byte-code-function-p f)