emacs-diffs
[Top][All Lists]
Advanced

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

master d53bf7e: Add the "always" zsh builtin to zsh mode


From: Lars Ingebrigtsen
Subject: master d53bf7e: Add the "always" zsh builtin to zsh mode
Date: Mon, 25 Oct 2021 11:42:18 -0400 (EDT)

branch: master
commit d53bf7e5b4b0ba0ed5832cabf51e2d27b2e9af4d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add the "always" zsh builtin to zsh mode
    
    * lisp/progmodes/sh-script.el (sh-builtins): Add the "always" zsh
    keyword (bug#51387).
---
 lisp/progmodes/sh-script.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 0dd9f2b..c6b6f83 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -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"



reply via email to

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