From 690512d2af16370097cf646764e86caf8a27eade Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 25 Aug 2017 13:58:11 +0100 Subject: [PATCH] Fix a FIXME with an exegetical comment * lisp/progmodes/sh-script.el (sh-builtins): Explain why we have a regexp for wksh builtins. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 24fba1505f5..95fe3b082ba 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -710,7 +710,7 @@ removed when closing the here document." (shell "cd" "echo" "eval" "set" "shift" "umask" "unset" "wait") (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]*") (zsh sh-append ksh88 -- 2.39.2