Fix a FIXME with an exegetical comment
* lisp/progmodes/sh-script.el (sh-builtins): Explain why we have a regexp for wksh builtins.
This commit is contained in:
parent
38daeca937
commit
690512d2af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue