comparison 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
comparison
equal deleted inserted replaced
3669:1a9a6cbe7098 3670:08749d050663
2827 redisplay we need to make sure that quits are ignored. Otherwise 2827 redisplay we need to make sure that quits are ignored. Otherwise
2828 Fsignal will abort. */ 2828 Fsignal will abort. */
2829 specbind (Qinhibit_quit, Qt); 2829 specbind (Qinhibit_quit, Qt);
2830 2830
2831 #ifdef MULE 2831 #ifdef MULE
2832 if (CONSP(matchspec) && (CHARSETP(XCAR(matchspec)))) 2832 if (CONSP(matchspec) && (CHARSETP(Ffind_charset(XCAR(matchspec)))))
2833 { 2833 {
2834 charset = Ffind_charset(XCAR(matchspec)); 2834 charset = Ffind_charset(XCAR(matchspec));
2835 2835
2836 #ifdef DEBUG_XEMACS 2836 #ifdef DEBUG_XEMACS
2837 /* This is mostly to have somewhere to set debug breakpoints. */ 2837 /* This is mostly to have somewhere to set debug breakpoints. */