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

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

[elpa] master d674c74 202/433: (mmm-format-matches): Removed reference t


From: Dmitry Gutov
Subject: [elpa] master d674c74 202/433: (mmm-format-matches): Removed reference to `count' variable.
Date: Thu, 15 Mar 2018 19:44:02 -0400 (EDT)

branch: master
commit d674c749ffdde990a67f5059f52ad337a09d8fc1
Author: mas <mas>
Commit: mas <mas>

    (mmm-format-matches): Removed reference to `count' variable.
---
 mmm-utils.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mmm-utils.el b/mmm-utils.el
index 98be6a5..fdcb3c1 100644
--- a/mmm-utils.el
+++ b/mmm-utils.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <address@hidden>
-;; Version: $Id: mmm-utils.el,v 1.9 2001/01/15 00:52:36 mas Exp $
+;; Version: $Id: mmm-utils.el,v 1.10 2001/01/15 00:57:19 mas Exp $
 
 ;;{{{ GPL
 
@@ -85,7 +85,7 @@ substituted for the corresponding REGEXP wherever it matches."
   "Format STRING by matches from the current match data.
 Strings like ~N are replaced by the Nth subexpression from the last
 global match.  Does nothing if STRING is not a string."
-  (when (and count (stringp string))
+  (when (stringp string)
     (let ((old-data (match-data))
           subexp)
       (save-match-data



reply via email to

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