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/rx.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/rx.el,v
Date: Wed, 04 Jun 2008 07:11:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/04 07:11:59

Index: rx.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/rx.el,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- rx.el       6 May 2008 03:21:19 -0000       1.26
+++ rx.el       4 Jun 2008 07:11:59 -0000       1.27
@@ -946,12 +946,6 @@
 `(backref N)'
     matches what was matched previously by submatch N.
 
-`(backref N)'
-     matches what was matched previously by submatch N.
-
-`(backref N)'
-    matches what was matched previously by submatch N.
-
 `(eval FORM)'
      evaluate FORM and insert result.  If result is a string,
      `regexp-quote' it.




reply via email to

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