|
From: | Stefan Monnier |
Subject: | Re: [Emacs-diffs] master 690512d: Fix a FIXME with an exegetical comment |
Date: | Fri, 25 Aug 2017 17:02:15 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
> (wksh sh-append ksh88 > - ;; FIXME: This looks too much like a regexp. --Stef > + ;; wksh has X toolkit APIs as built-ins! > "Xt[A-Z][A-Za-z]*") But AFAICT sh-builtins is passed to `regexp-opt', so the above will simply treat the command with name "Xt[A-Z][A-Za-z]*" as a builtin, instead of recognizing any command that matches this regexp. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |