mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -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
|
|
@ -2258,7 +2258,7 @@ If nil, the current mouse position is used."
|
|||
;; Event.
|
||||
((pred eventp)
|
||||
(popup-menu-normalize-position (event-end position)))
|
||||
(t position)))
|
||||
(_ position)))
|
||||
|
||||
(defcustom tty-menu-open-use-tmm nil
|
||||
"If non-nil, \\[menu-bar-open] on a TTY will invoke `tmm-menubar'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue