projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b9ec9
)
* lisp/emacs-lisp/inline.el (inline-const-val): Improve docstring
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 30 Jan 2024 18:14:32 +0000
(13:14 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 30 Jan 2024 18:14:32 +0000
(13:14 -0500)
lisp/emacs-lisp/inline.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/inline.el
b/lisp/emacs-lisp/inline.el
index c774296084e1fffa82126bddbe303733d631354c..ddbd6fdc017362d91489dfa659891eb7314cc045 100644
(file)
--- a/
lisp/emacs-lisp/inline.el
+++ b/
lisp/emacs-lisp/inline.el
@@
-80,7
+80,9
@@
(error "inline-const-p can only be used within define-inline"))
(defmacro inline-const-val (_exp)
- "Return the value of EXP."
+ "Return the value of EXP.
+During inlining, if the value of EXP is not yet known, this aborts the
+inlining and makes us revert to a non-inlined function call."
(declare (debug t))
(error "inline-const-val can only be used within define-inline"))