Mercurial > hg > xemacs-beta
diff src/specifier.c @ 3670:08749d050663
[xemacs-hg @ 2006-11-09 12:47:45 by aidan]
Make charset symbols equivalent to charsets in specifier matchspecs.
author | aidan |
---|---|
date | Thu, 09 Nov 2006 12:47:47 +0000 |
parents | b880e45ea63b |
children | 887d4be44334 |
line wrap: on
line diff
--- a/src/specifier.c Wed Nov 08 22:51:03 2006 +0000 +++ b/src/specifier.c Thu Nov 09 12:47:47 2006 +0000 @@ -2829,7 +2829,7 @@ specbind (Qinhibit_quit, Qt); #ifdef MULE - if (CONSP(matchspec) && (CHARSETP(XCAR(matchspec)))) + if (CONSP(matchspec) && (CHARSETP(Ffind_charset(XCAR(matchspec))))) { charset = Ffind_charset(XCAR(matchspec));