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
|
|
@ -507,7 +507,7 @@ don't yield.")
|
|||
next-state)))
|
||||
|
||||
;; Process everything else by just evaluating the form normally.
|
||||
(t (cps--make-atomic-state form next-state))))
|
||||
(_ (cps--make-atomic-state form next-state))))
|
||||
|
||||
(defun cps--make-catch-wrapper (tag-binding next-state)
|
||||
(lambda (form)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue