1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Remove invalid regexp for shell builtins for wksh

* lisp/progmodes/sh-script.el (sh-builtins): Shell built-ins have to
be literal strings, so remove a regexp for wksh. In any case, it’s a
defunct proprietary shell.
This commit is contained in:
Reuben Thomas 2017-08-27 00:26:28 +01:00
parent 0becd64d63
commit 937d9d7f60

View File

@ -709,9 +709,7 @@ removed when closing the here document."
;; The next entry is only used for defining the others
(shell "cd" "echo" "eval" "set" "shift" "umask" "unset" "wait")
(wksh sh-append ksh88
;; wksh has X toolkit APIs as built-ins!
"Xt[A-Z][A-Za-z]*")
(wksh sh-append ksh88)
(zsh sh-append ksh88
"autoload" "bindkey" "builtin" "chdir" "compctl" "declare" "dirs"