mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * lisp/emacs-lisp/inline.el (define-inline): Fix line length.
This commit is contained in:
parent
ab5e64aa95
commit
bb5a03592f
1 changed files with 3 additions and 3 deletions
|
|
@ -136,9 +136,9 @@ both for the body of the function and for the body of the compiler-macro
|
|||
used to generate the code inlined at each call site.
|
||||
See Info node `(elisp)Inline Functions for more details.
|
||||
|
||||
A (noinline t) in the `declare' form prevents the definition of the compiler macro,
|
||||
for the rare case where you want to use this macro to define a function that should
|
||||
not be inlined."
|
||||
A (noinline t) in the `declare' form prevents the definition of the
|
||||
compiler macro. This is for the rare case that you want to use this
|
||||
macro to define a function that should not be inlined."
|
||||
;; FIXME: How can this work with CL arglists?
|
||||
(declare (indent defun) (debug defun) (doc-string 3)
|
||||
(autoload-macro expand)) ; expand to the defun on autoload gen
|
||||
|
|
|
|||
Loading…
Reference in a new issue