comparison src/mule-charset.c @ 519:1c3b60121364

[xemacs-hg @ 2001-05-08 06:00:32 by martinb] Yoshiaki Kasahara: make-charset doesnt handle short-name properly
author martinb
date Tue, 08 May 2001 06:00:34 +0000
parents 5bdbc721d46a
children 183866b06e0b
comparison
equal deleted inserted replaced
518:e6e7cbdea419 519:1c3b60121364
691 { 691 {
692 CHECK_STRING (value); 692 CHECK_STRING (value);
693 short_name = value; 693 short_name = value;
694 } 694 }
695 695
696 if (EQ (keyword, Qlong_name)) 696 else if (EQ (keyword, Qlong_name))
697 { 697 {
698 CHECK_STRING (value); 698 CHECK_STRING (value);
699 long_name = value; 699 long_name = value;
700 } 700 }
701 701