changeset 54601:d2d20534e329

(rx): Work at compile time, not run time.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Mar 2004 11:50:54 +0000
parents d444c53d17f3
children 49c23cc20b4b
files lisp/emacs-lisp/rx.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/rx.el	Sat Mar 27 11:44:58 2004 +0000
+++ b/lisp/emacs-lisp/rx.el	Sat Mar 27 11:50:54 2004 +0000
@@ -1,6 +1,6 @@
 ;;; rx.el --- sexp notation for regular expressions
 
-;; Copyright (C) 2001, 03, 2004  Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2003, 2004  Free Software Foundation, Inc.
 
 ;; Author: Gerd Moellmann <gerd@gnu.org>
 ;; Maintainer: FSF
@@ -802,6 +802,9 @@
 `(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.
@@ -811,7 +814,6 @@
 
   (rx-to-string regexp))
 
-
 (provide 'rx)
 
 ;;; arch-tag: 12d01a63-0008-42bb-ab8c-1c7d63be370b