branch: externals/vc-jj
commit ab2a26d94526a06ae3ce265f97137f51d77eceea
Author: Wojciech Siewierski <wojci...@siewierski.eu>
Commit: Wojciech Siewierski <wojci...@siewierski.eu>
    Replace defconst with defvar for vc-jj-diff-switches
    
    While this argument is more or less mandatory, adding more arguments
    is perfectly valid and probably expected.
---
 vc-jj.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-jj.el b/vc-jj.el
index 87206caf08..1f8fcaa2ab 100644
--- a/vc-jj.el
+++ b/vc-jj.el
@@ -153,7 +153,7 @@
                            (vc-jj-root file)))
 
 
-(defconst vc-jj-diff-switches '("--git"))
+(defvar vc-jj-diff-switches '("--git"))
 
 (defun vc-jj-diff (files &optional rev1 rev2 buffer async)
   (setq buffer (or buffer "*vc-diff*"))

Reply via email to