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

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

[elpa] externals/shell-command+ 7686fedb50 2/4: Change ...-hole variable


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ 7686fedb50 2/4: Change ...-hole variables to constants
Date: Wed, 17 Aug 2022 11:58:09 -0400 (EDT)

branch: externals/shell-command+
commit 7686fedb508c760ad46e8c3755c29e45fde19893
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Change ...-hole variables to constants
---
 shell-command+.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shell-command+.el b/shell-command+.el
index 369dc814d1..e2cc209c40 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -114,10 +114,10 @@ is specified."
 (defvar shell-command+-region nil
   "Cons-cell defining the region to operate on.")
 
-(defvar shell-command+--context-hole (make-symbol "context-hole")
+(defconst shell-command+--context-hole (make-symbol "context-hole")
   "Symbol to be replaced by the form in the context.")
 
-(defvar shell-command+--command-hole (make-symbol "command-hole")
+(defconst shell-command+--command-hole (make-symbol "command-hole")
   "Symbol to be replaced by the command string.")
 
 



reply via email to

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