User: scop
Date: 06/03/25 10:55:15
Modified: packages/unsupported/scop/generic-modes ChangeLog
generic-x.el
Log:
Sync generic-x with upstream.
Revision Changes Path
1.57 +1 -1 XEmacs/packages/unsupported/scop/STATUS
Index: STATUS
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/STATUS,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- STATUS 2006/02/10 23:28:51 1.56
+++ STATUS 2006/03/25 09:55:10 1.57
@@ -13,7 +13,7 @@ ede: Emacs Development Environment, <htt
- Compiles, I have no idea whether it works or not.
generic-modes: generic.el and generic-x.el from GNU Emacs
-- Up to date with GNU Emacs CVS HEAD as of 2006-02-11.
+- Up to date with GNU Emacs CVS HEAD as of 2006-03-25.
- Compiles, seems to work, auto-mode-alist and autoloads may need spanking.
vc: vc*.el and a few other related files from GNU Emacs
1.11 +4 -0 XEmacs/packages/unsupported/scop/generic-modes/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/generic-modes/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- ChangeLog 2006/02/10 23:28:53 1.10
+++ ChangeLog 2006/03/25 09:55:14 1.11
@@ -1,3 +1,7 @@
+2006-03-25 Ville Skyttä <scop(a)xemacs.org>
+
+ * generic-x.el: Sync with upstream.
+
2006-02-11 Ville Skyttä <scop(a)xemacs.org>
* *.el: Sync with upstream.
1.9 +1 -1 XEmacs/packages/unsupported/scop/generic-modes/generic-x.el
Index: generic-x.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/generic-modes/generic-x.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- generic-x.el 2006/02/10 23:28:53 1.8
+++ generic-x.el 2006/03/25 09:55:14 1.9
@@ -435,7 +435,7 @@ like an INI file. You can add this hook
(define-generic-mode reg-generic-mode
'(?\;)
'("key" "classes_root" "REGEDIT"
"REGEDIT4")
- '(("\\(\\[.*]\\)" 1 font-lock-constant-face)
+ '(("\\(\\[.*\\]\\)" 1 font-lock-constant-face)
("^\\([^\n\r]*\\)\\s-*=" 1 font-lock-variable-name-face))
'("\\.[rR][eE][gG]\\'")
(list
Show replies by date