Okay, no need to have the build broken for everyone for the sake of some
build-time consistency checks.
APPROVE COMMIT
NOTE: This patch has been committed.
lisp/ChangeLog addition:
2007-10-03 Aidan Kehoe <kehoea(a)parhasard.net>
* unicode.el (featurep):
Comment out the assertion until the issue in
18179.49815.622843.336527(a)parhasard.net is fixed. This doesn't
remove any functionality, just a check.
XEmacs Trunk source patch:
Diff command: cvs -q diff -Nu
Files affected: lisp/unicode.el
===================================================================
RCS
Index: lisp/unicode.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/unicode.el,v
retrieving revision 1.24
diff -u -u -r1.24 unicode.el
--- lisp/unicode.el 2007/10/02 10:33:05 1.24
+++ lisp/unicode.el 2007/10/03 16:52:04
@@ -552,9 +552,11 @@
i))
(goto-char (point-min))
- (assert (re-search-forward (concat "["
- unicode-error-sequence-regexp-range
- "]"))
+ ;; Comment out until the issue in
+ ;; 18179.49815.622843.336527(a)parhasard.net is fixed.
+ (assert t ;(re-search-forward (concat "["
+ ; unicode-error-sequence-regexp-range
+ ; "]"))
nil
(format "Could not find char ?\\x%x in buffer" i))))
--
On the quay of the little Black Sea port, where the rescued pair came once
more into contact with civilization, Dobrinton was bitten by a dog which was
assumed to be mad, though it may only have been indiscriminating. (Saki)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta