diff options
| -rw-r--r-- | lisp/emacs-lisp/byte-run.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index e4f21c9d6d4..d6c43ecf462 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el | |||
| @@ -322,6 +322,7 @@ You don't need this. (See bytecomp.el commentary for more details.) | |||
| 322 | 322 | ||
| 323 | (defmacro defsubst (name arglist &rest body) | 323 | (defmacro defsubst (name arglist &rest body) |
| 324 | "Define an inline function. The syntax is just like that of `defun'. | 324 | "Define an inline function. The syntax is just like that of `defun'. |
| 325 | |||
| 325 | \(fn NAME ARGLIST &optional DOCSTRING DECL &rest BODY)" | 326 | \(fn NAME ARGLIST &optional DOCSTRING DECL &rest BODY)" |
| 326 | (declare (debug defun) (doc-string 3)) | 327 | (declare (debug defun) (doc-string 3)) |
| 327 | (or (memq (get name 'byte-optimizer) | 328 | (or (memq (get name 'byte-optimizer) |