/[emacs]/emacs/src/charset.c
ViewVC logotype

Diff of /emacs/src/charset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.125.2.12 by handa, Thu May 23 10:57:15 2002 UTC revision 1.125.2.13 by fx, Fri May 24 15:30:11 2002 UTC
# Line 534  DEFUN ("charsetp", Fcharsetp, Scharsetp, Line 534  DEFUN ("charsetp", Fcharsetp, Scharsetp,
534    
535  void  void
536  map_charset_chars (c_function, function, charset_symbol, arg)  map_charset_chars (c_function, function, charset_symbol, arg)
537       void (*c_function) (Lisp_Object, Lisp_Object, Lisp_Object);       void (*c_function) P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
538       Lisp_Object function, charset_symbol, arg;       Lisp_Object function, charset_symbol, arg;
539  {  {
540    int id;    int id;
# Line 1031  DEFUN ("unify-charset", Funify_charset, Line 1031  DEFUN ("unify-charset", Funify_charset,
1031  DEFUN ("get-unused-iso-final-char", Fget_unused_iso_final_char,  DEFUN ("get-unused-iso-final-char", Fget_unused_iso_final_char,
1032         Sget_unused_iso_final_char, 2, 2, 0,         Sget_unused_iso_final_char, 2, 2, 0,
1033         doc: /*         doc: /*
1034  Return an unsed ISO's final char for a charset of DIMENISION and CHARS.  Return an unsed ISO final char for a charset of DIMENISION and CHARS.
1035  DIMENSION is the number of bytes to represent a character: 1 or 2.  DIMENSION is the number of bytes to represent a character: 1 or 2.
1036  CHARS is the number of characters in a dimension: 94 or 96.  CHARS is the number of characters in a dimension: 94 or 96.
1037    
1038  This final char is for private use, thus the range is `0' (48) .. `?' (63).  This final char is for private use, thus the range is `0' (48) .. `?' (63).
1039  If there's no unused final char for the attrified kind of charset,  If there's no unused final char for the specified kind of charset,
1040  return nil.  */)  return nil.  */)
1041       (dimension, chars)       (dimension, chars)
1042       Lisp_Object dimension, chars;       Lisp_Object dimension, chars;

Legend:
Removed from v.1.125.2.12  
changed lines
  Added in v.1.125.2.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26