2004-03-27 Dave Love <fx@gnu.org>
+ * emacs-lisp/rx.el (rx): Work at compile time, not run time.
+
* strokes.el (strokes-global-set-stroke-string): New function.
(strokes-list-strokes): Cope with strings, not just commands. Set
foreground colour of image.
;;; 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
`(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.
(rx-to-string regexp))
-
(provide 'rx)
;;; arch-tag: 12d01a63-0008-42bb-ab8c-1c7d63be370b