summaryrefslogtreecommitdiff
path: root/multishell.el
diff options
context:
space:
mode:
authorKen Manheimer <ken.manheimer@gmail.com>2020-10-28 10:18:19 -0400
committerKen Manheimer <ken.manheimer@gmail.com>2020-10-28 10:18:19 -0400
commit19901e0a9564ba5d4dedfd6cc1095784a865f745 (patch)
tree9b36c84f3f29eadbc592dd0f49f97b351461e805 /multishell.el
parent84a7a579f7537800a1ed75e6567b71c55d3cd06a (diff)
Mark for autoloading some multishell functions used by multishell-list.
Diffstat (limited to 'multishell.el')
-rw-r--r--multishell.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/multishell.el b/multishell.el
index 2faf297..1ed5652 100644
--- a/multishell.el
+++ b/multishell.el
@@ -304,6 +304,7 @@ Returns non-nil iff any changes were made."
did-revisions t))
did-revisions))
+;;;###autoload
(defun multishell-history-entries (name)
"Return `multishell-history' entry that starts with NAME, or nil if none."
(let (got)
@@ -826,6 +827,7 @@ Returns nil for empty parts, rather than the empty string."
(if (not (string= (substring name -1) "*"))
(setq name (concat name "*")))
name)
+;;;###autoload
(defun multishell-unbracket (name)
"Return a copy of name, removing asterisks, if any, at beginning and end."
(if (string= (substring name 0 1) "*")