emacs-diffs
[Top][All Lists]
Advanced

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

master 759ccd7cba 2/3: Rename recently added macro to follow conventions


From: Stefan Kangas
Subject: master 759ccd7cba 2/3: Rename recently added macro to follow conventions
Date: Thu, 4 Aug 2022 06:39:33 -0400 (EDT)

branch: master
commit 759ccd7cba62e8414135c9e9a35576d15258ad5b
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Rename recently added macro to follow conventions
    
    * lisp/eshell/em-extpipe.el (eshell-extpipe--or-with-catch):
    Rename from 'em-extpipe--or-with-catch'.
---
 lisp/eshell/em-extpipe.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/eshell/em-extpipe.el b/lisp/eshell/em-extpipe.el
index 3db1dea595..7d81f27a18 100644
--- a/lisp/eshell/em-extpipe.el
+++ b/lisp/eshell/em-extpipe.el
@@ -49,7 +49,7 @@
   (add-hook 'eshell-pre-rewrite-command-hook
             #'eshell-rewrite-external-pipeline -20 t))
 
-(defmacro em-extpipe--or-with-catch (&rest disjuncts)
+(defmacro eshell-extpipe--or-with-catch (&rest disjuncts)
   "Evaluate DISJUNCTS like `or' but catch `eshell-incomplete'.
 
 If `eshell-incomplete' is thrown during the evaluation of a
@@ -118,7 +118,7 @@ as though it were Eshell syntax."
                        (if (re-search-forward pat next t)
                            (throw 'found (match-beginning 1))
                          (goto-char next)
-                         (while (em-extpipe--or-with-catch
+                         (while (eshell-extpipe--or-with-catch
                                  (eshell-parse-lisp-argument)
                                  (eshell-parse-backslash)
                                  (eshell-parse-double-quote)



reply via email to

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