branch: externals/substitute
commit ef6f792739d11928d007154861edf0eb37975b1e
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Make stylistic change to the nil value of substitute--history
---
 substitute.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substitute.el b/substitute.el
index e086792bce..fe7731db96 100644
--- a/substitute.el
+++ b/substitute.el
@@ -85,7 +85,7 @@ For a reference function, see `substitute-report-operation'."
   "Face to highlight matches of the given target."
   :group 'substitute)
 
-(defvar substitute--history '()
+(defvar substitute--history nil
   "Minibuffer history for substitution commands.")
 
 (defun substitute--scope-description (scope)

Reply via email to