Merge from origin/emacs-26
f674c89
; * ChangeLog.3: Update.80d868e
* lisp/emacs-lisp/inline.el: Clarify apparent typos9f54f28
; * lisp/auth-source.el (auth-sources): Update the :version tag.
This commit is contained in:
commit
8f2935a49c
3 changed files with 27 additions and 2 deletions
|
@ -91,9 +91,13 @@
|
|||
|
||||
(defmacro inline--leteval (_var-exp &rest _body)
|
||||
(declare (indent 1) (debug (sexp &rest body)))
|
||||
;; BEWARE: if we're here it's presumably via macro-expansion of
|
||||
;; inline-letevals, so signal the error in terms of the user's code.
|
||||
(error "inline-letevals can only be used within define-inline"))
|
||||
(defmacro inline--letlisteval (_list &rest _body)
|
||||
(declare (indent 1) (debug (sexp &rest body)))
|
||||
;; BEWARE: if we're here it's presumably via macro-expansion of
|
||||
;; inline-letevals, so signal the error in terms of the user's code.
|
||||
(error "inline-letevals can only be used within define-inline"))
|
||||
|
||||
(defmacro inline-letevals (vars &rest body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue