# HG changeset patch # User Eli Zaretskii # Date 1080388254 0 # Node ID d2d20534e3299de374976bb85b373a981ecea05b # Parent d444c53d17f31bd53458f219302dc5bd0db09fa7 (rx): Work at compile time, not run time. diff -r d444c53d17f3 -r d2d20534e329 lisp/emacs-lisp/rx.el --- 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 ;; 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