Mercurial > hg > xemacs-beta
changeset 4209:3651e9c49476
[xemacs-hg @ 2007-10-03 16:53:38 by aidan]
Comment out an assertion to avoid breaking the build.
author | aidan |
---|---|
date | Wed, 03 Oct 2007 16:53:39 +0000 |
parents | e820df1cb11a |
children | 65c3847d432c |
files | lisp/ChangeLog lisp/unicode.el |
diffstat | 2 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <kehoea@parhasard.net> + + * 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 <kehoea@parhasard.net> * code-files.el (insert-file-contents):
--- 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))))