branch: externals/shell-command+
commit f80c7c394b57057499db6409f386ade9ac32f763
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
autoload bang command
---
bang.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/bang.el b/bang.el
index e06ce52..931d7f4 100644
--- a/bang.el
+++ b/bang.el
@@ -53,6 +53,7 @@ proper upwards directory pointers. This means that '....'
becomes
(mapconcat #'identity (make-list (1- (length sub)) "..") "/"))
path)))
+;;;###autoload
(defun bang (command beg end)
"Intelligently execute string COMMAND in inferior shell.