mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Address some compilation warnings.
* lisp/face-remap.el (text-scale-adjust): * lisp/menu-bar.el (popup-menu-normalize-position): * lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand): * lisp/emacs-lisp/bytecomp.el (byte-compile-arglist-warn): * lisp/emacs-lisp/generator.el (cps--transform-1): * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): * lisp/obsolete/vc-arch.el (vc-arch-mode-line-string): * lisp/progmodes/octave.el (octave-goto-function-definition) (octave-find-definition-default-filename): Replace 't' with '_' in pcase.
This commit is contained in:
parent
cf94a3e0c4
commit
55b41a82cd
8 changed files with 9 additions and 9 deletions
|
|
@ -292,7 +292,7 @@
|
|||
(format "Inlining closure %S failed" name))
|
||||
form))))
|
||||
|
||||
(t ;; Give up on inlining.
|
||||
(_ ;; Give up on inlining.
|
||||
form))))
|
||||
|
||||
;; ((lambda ...) ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue