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:
parent
568883c9be
commit
2ccce1bc39
4 changed files with 9 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue