Mercurial > hg > xemacs-beta
diff src/lread.c @ 3666:3214dca89755
[xemacs-hg @ 2006-11-07 15:58:21 by stephent]
Revert inadvertant commits to unicode.el, font-mgr.h, and lread.c.
author | stephent |
---|---|
date | Tue, 07 Nov 2006 15:58:24 +0000 |
parents | 5724b7632db3 |
children | 1abf84db2c7f |
line wrap: on
line diff
--- a/src/lread.c Tue Nov 07 15:54:47 2006 +0000 +++ b/src/lread.c Tue Nov 07 15:58:24 2006 +0000 @@ -1720,9 +1720,6 @@ { /* This function can GC */ Ichar c = readchar (readcharfun); - /* \u allows up to four hex digits, \U up to eight. Default to the - behaviour for \u, and change this value in the case that \U is seen. */ - int unicode_hex_count = 4; if (c < 0) signal_error (Qend_of_file, 0, READCHARFUN_MAYBE (readcharfun));