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 <[email protected]>
-;; 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