mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Address a compilation warning.
* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defalias): Replace 't' with '_' in pcase.
This commit is contained in:
parent
fb77502f69
commit
c07e67aaaf
1 changed files with 1 additions and 1 deletions
|
|
@ -4416,7 +4416,7 @@ binding slots have been popped."
|
||||||
;; which is to call back byte-compile-file-form and then return nil.
|
;; which is to call back byte-compile-file-form and then return nil.
|
||||||
;; Except that we can't just call byte-compile-file-form since it would
|
;; Except that we can't just call byte-compile-file-form since it would
|
||||||
;; call us right back.
|
;; call us right back.
|
||||||
(t (byte-compile-keep-pending form)))))
|
(_ (byte-compile-keep-pending form)))))
|
||||||
|
|
||||||
(byte-defop-compiler-1 with-no-warnings byte-compile-no-warnings)
|
(byte-defop-compiler-1 with-no-warnings byte-compile-no-warnings)
|
||||||
(defun byte-compile-no-warnings (form)
|
(defun byte-compile-no-warnings (form)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue