comparison src/charset.c @ 46056:7042e479b30f

(Fchar_bytes): Remove obsolescence info from docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 27 Jun 2002 16:13:17 +0000
parents 89c5ebcbb7fd
children 40db0673e6f0
comparison
equal deleted inserted replaced
46055:860693575c7d 46056:7042e479b30f
1174 error ("Can't convert to unibyte character: %d", XINT (ch)); 1174 error ("Can't convert to unibyte character: %d", XINT (ch));
1175 return make_number (c); 1175 return make_number (c);
1176 } 1176 }
1177 1177
1178 DEFUN ("char-bytes", Fchar_bytes, Schar_bytes, 1, 1, 0, 1178 DEFUN ("char-bytes", Fchar_bytes, Schar_bytes, 1, 1, 0,
1179 doc: /* Return 1 regardless of the argument CHAR. 1179 doc: /* Return 1 regardless of the argument CHAR. */)
1180 This is now an obsolete function. We keep it just for backward compatibility. */)
1181 (ch) 1180 (ch)
1182 Lisp_Object ch; 1181 Lisp_Object ch;
1183 { 1182 {
1184 CHECK_NUMBER (ch); 1183 CHECK_NUMBER (ch);
1185 return make_number (1); 1184 return make_number (1);