# HG changeset patch # User aidan # Date 1191430419 0 # Node ID 3651e9c49476f221b8dee96ce4c0214460373714 # Parent e820df1cb11abb93ffe1ede8247e225823afb9bd [xemacs-hg @ 2007-10-03 16:53:38 by aidan] Comment out an assertion to avoid breaking the build. diff -r e820df1cb11a -r 3651e9c49476 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 03 13:28:21 2007 +0000 +++ b/lisp/ChangeLog Wed Oct 03 16:53:39 2007 +0000 @@ -1,3 +1,10 @@ +2007-10-03 Aidan Kehoe + + * unicode.el (featurep): + Comment out the assertion until the issue in + 18179.49815.622843.336527@parhasard.net is fixed. This doesn't + remove any functionality, just a check. + 2007-10-02 Aidan Kehoe * code-files.el (insert-file-contents): diff -r e820df1cb11a -r 3651e9c49476 lisp/unicode.el --- a/lisp/unicode.el Wed Oct 03 13:28:21 2007 +0000 +++ b/lisp/unicode.el Wed Oct 03 16:53:39 2007 +0000 @@ -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@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))))