mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Fix byte-compilation warnings (bug#79664)
* lisp/emacs-lisp/rmc.el (overriding-text-conversion-style): Defvar it. * lisp/emacs-lisp/map-ynp.el (cl--map-keymap-recursively): Add autoload form.
This commit is contained in:
parent
2c4e7a99cc
commit
6d36c6b6f9
2 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
(declare-function x-popup-dialog "menu.c" (position contents &optional header))
|
||||
(declare-function set-text-conversion-style "textconv.c")
|
||||
(autoload 'cl--map-keymap-recursively "cl-extra")
|
||||
|
||||
(defvar overriding-text-conversion-style)
|
||||
|
||||
|
|
|
|||
|
|
@ -329,6 +329,8 @@ Usage example:
|
|||
(equal (cadr elem) answer))
|
||||
choices)))
|
||||
|
||||
(defvar overriding-text-conversion-style)
|
||||
|
||||
(defun read-multiple-choice--from-minibuffer (prompt choices help-string show-help)
|
||||
;; Read short answers from the minibuffer.
|
||||
(let* ((prompt-choices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue