Index: emacs/src/search.c
diff -c emacs/src/search.c:1.195 emacs/src/search.c:1.196
*** emacs/src/search.c:1.195    Wed Jun 22 23:18:59 2005
--- emacs/src/search.c  Thu Jun 23 16:14:45 2005
***************
*** 2296,2302 ****
                                /* but some C compilers blew it */
  
    if (search_regs.num_regs <= 0)
!     error ("replace-match called before any match found");
  
    if (NILP (subexp))
      sub = 0;
--- 2296,2302 ----
                                /* but some C compilers blew it */
  
    if (search_regs.num_regs <= 0)
!     error ("`replace-match' called before any match found");
  
    if (NILP (subexp))
      sub = 0;


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to