1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 02:50:26 -08:00

Fix warnings from cmpiling rmc.el

This commit is contained in:
Gerd Möllmann 2024-07-01 21:16:24 +02:00
parent 5d21eb8fae
commit fc61c652ed

View file

@ -23,6 +23,9 @@
;;; Code:
(declare-function touch-screen-pinch "touch-screen")
(declare-function touch-screen-scroll "touch-screen")
(defun rmc--add-key-description (elem)
(let* ((char (car elem))
(name (cadr elem))