emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 8fd97b1 1/2: Fix warning generated by indian.el + quail.el


From: Lars Ingebrigtsen
Subject: Re: master 8fd97b1 1/2: Fix warning generated by indian.el + quail.el
Date: Wed, 24 Feb 2021 22:02:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Would the patch below fix this problem more directly?

[...]

> -         (while (re-search-forward "^[ \t]*(quail-define-package" nil t)
> +         (while (re-search-forward "^[ \t]*(quail-define-package[ \t\n]*\"" 
> nil t)

I'm not sure?  This all ends up as a (register-input-method ...) call,
which is a function, from which I inferred that literal strings aren't
necessarily required here (i.e., that you can quail-define-package with
a variable name as the first element).  

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]