1
Fork 0
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:
Glenn Morris 2015-06-16 20:04:35 -04:00
parent cf94a3e0c4
commit 55b41a82cd
8 changed files with 9 additions and 9 deletions

View file

@ -292,7 +292,7 @@
(format "Inlining closure %S failed" name))
form))))
(t ;; Give up on inlining.
(_ ;; Give up on inlining.
form))))
;; ((lambda ...) ...)