emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 690512d: Fix a FIXME with an exegetical comment


From: Reuben Thomas
Subject: [Emacs-diffs] master 690512d: Fix a FIXME with an exegetical comment
Date: Fri, 25 Aug 2017 08:59:53 -0400 (EDT)

branch: master
commit 690512d2af16370097cf646764e86caf8a27eade
Author: Reuben Thomas <address@hidden>
Commit: Reuben Thomas <address@hidden>

    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 24fba15..95fe3b0 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



reply via email to

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