branch: externals/shell-command+
commit 7686fedb508c760ad46e8c3755c29e45fde19893
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    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