From: Reuben Thomas Date: Fri, 25 Aug 2017 12:58:11 +0000 (+0100) Subject: Fix a FIXME with an exegetical comment X-Git-Tag: emacs-26.0.90~359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=690512d2af16370097cf646764e86caf8a27eade;p=emacs.git Fix a FIXME with an exegetical comment * lisp/progmodes/sh-script.el (sh-builtins): Explain why we have a regexp for wksh builtins. --- 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