diff options
author | Miles Bader <miles@gnu.org> | 2007-10-11 16:22:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-10-11 16:22:07 +0000 |
commit | 90c1c829ff9f08fd7d872e0099b587268727a23f (patch) | |
tree | 36c685ef2aecf32203747dd40d7800aae78fba9f /lisp/emacs-lisp/rx.el | |
parent | 41520ab0b3f0a0ae6bd81731f67eb43cf23500d8 (diff) | |
parent | 39e55877e2bfca874f1640302fec16ded1bbf7d3 (diff) | |
download | emacs-90c1c829ff9f08fd7d872e0099b587268727a23f.tar.gz |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 866-879)
- Merge multi-tty branch
- Update from CVS
- Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
-rw-r--r-- | lisp/emacs-lisp/rx.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index ae150078785..f46aea8540a 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -679,7 +679,7 @@ CHAR `not-newline', `nonl' matches any character except a newline. - . + `anything' matches any character |