]> git.eshelyaron.com Git - emacs.git/commitdiff
Add the "always" zsh builtin to zsh mode
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 25 Oct 2021 15:41:52 +0000 (17:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 25 Oct 2021 15:42:13 +0000 (17:42 +0200)
* lisp/progmodes/sh-script.el (sh-builtins): Add the "always" zsh
keyword (bug#51387).

lisp/progmodes/sh-script.el

index 0dd9f2b4fa21760889bcbe0bd7a4154f6335f480..c6b6f83471dd4b656a988efdc3e7764cfd05d86f 100644 (file)
@@ -628,7 +628,8 @@ removed when closing the here document."
     (wksh sh-append ksh88)
 
     (zsh sh-append ksh88
-        "autoload" "bindkey" "builtin" "chdir" "compctl" "declare" "dirs"
+        "autoload" "always"
+         "bindkey" "builtin" "chdir" "compctl" "declare" "dirs"
         "disable" "disown" "echotc" "enable" "functions" "getln" "hash"
         "history" "integer" "limit" "local" "log" "popd" "pushd" "r"
         "readonly" "rehash" "sched" "setopt" "source" "suspend" "true"