emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/re-builder.el [emacs-unic


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/re-builder.el [emacs-unicode-2]
Date: Sun, 11 Jul 2004 18:11:05 -0400

Index: emacs/lisp/emacs-lisp/re-builder.el
diff -c emacs/lisp/emacs-lisp/re-builder.el:1.13.6.2 
emacs/lisp/emacs-lisp/re-builder.el:1.13.6.3
*** emacs/lisp/emacs-lisp/re-builder.el:1.13.6.2        Mon Jun 28 07:29:46 2004
--- emacs/lisp/emacs-lisp/re-builder.el Sun Jul 11 22:07:47 2004
***************
*** 670,678 ****
                  (overlay-put overlay 'priority i)))
            (setq i (1+ i))))))
      (let ((count (if subexp submatches matches)))
!       (message"%s %smatch(es)%s"
               (if (= 0 count) "No" (int-to-string count))
               (if subexp "subexpression " "")
               (if (and reb-auto-match-limit
                        (= reb-auto-match-limit count))
                   " (limit reached)" "")))
--- 670,679 ----
                  (overlay-put overlay 'priority i)))
            (setq i (1+ i))))))
      (let ((count (if subexp submatches matches)))
!       (message"%s %smatch%s%s"
               (if (= 0 count) "No" (int-to-string count))
               (if subexp "subexpression " "")
+              (if (= 1 count) "" "es")
               (if (and reb-auto-match-limit
                        (= reb-auto-match-limit count))
                   " (limit reached)" "")))




reply via email to

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