Update of /cvsroot/refdb/elisp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14777
Modified Files:
ris.el
Log Message:
fixed RP date format
Index: ris.el
===================================================================
RCS file: /cvsroot/refdb/elisp/ris.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -U2 -r1.5 -r1.6
--- ris.el 7 May 2005 21:27:22 -0000 1.5
+++ ris.el 8 May 2005 01:05:21 -0000 1.6
@@ -76,5 +76,5 @@
'(
;; three possible values. ON REQUEST must be followed by a date in MM/DD/YY notation
- ("^RP - \\(\\(IN FILE$\\)\\|\\(NOT IN FILE$\\)\\|\\(ON REQUEST [0-1][0-9]/[0-3][0-9]/[0-9][0-9]\\)\\)" 1 'ris-reprint-face t)
+ ("^RP - \\(\\(IN FILE$\\)\\|\\(NOT IN FILE$\\)\\|\\(ON REQUEST ([0-1][0-9]/[0-3][0-9]/[0-9][0-9])$\\)\\)" 1 'ris-reprint-face t)
;; YYYY/MM/DD/othertext, with MM,DD, and othertext optional. The slashes must still be present. Othertext may not exceed 255 chars
|