aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/charset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c
index 4701db6ba66..493c50545ac 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -1176,8 +1176,7 @@ The conversion is done based on `nonascii-translation-table' (which see)
1176} 1176}
1177 1177
1178DEFUN ("char-bytes", Fchar_bytes, Schar_bytes, 1, 1, 0, 1178DEFUN ("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. */)
1180This 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{