emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/shell-command+ f80c7c3 29/36: autoload bang command


From: Stefan Monnier
Subject: [elpa] externals/shell-command+ f80c7c3 29/36: autoload bang command
Date: Fri, 25 Sep 2020 11:01:26 -0400 (EDT)

branch: externals/shell-command+
commit f80c7c394b57057499db6409f386ade9ac32f763
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>

    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.
 



reply via email to

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