]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove duplicate declaration of code_convert_string_norecord.
authorAndreas Schwab <schwab@suse.de>
Fri, 28 Jun 2002 12:39:46 +0000 (12:39 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 28 Jun 2002 12:39:46 +0000 (12:39 +0000)
src/ChangeLog
src/lisp.h

index f02f7113f29beede274fb382c186bebe2d8523de..d3898130d7c8194afd3ad8f0c609653232107167 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-28  Andreas Schwab  <schwab@suse.de>
+
+       * lisp.h: Remove duplicate declaration of
+       code_convert_string_norecord.
+
 2002-06-27  Kim F. Storm  <storm@cua.dk>
 
        * xdisp.c: (mode_line_string_list, mode_line_string_face)
index 659bf8db3f12422a52e69c2fce446fa8fe191446..6ae8a8d016b767ef37a7b47ebdaad076b025b06a 100644 (file)
@@ -2127,7 +2127,6 @@ EXFUN (Fupdate_coding_systems_internal, 0);
 EXFUN (Fencode_coding_string, 3);
 EXFUN (Fdecode_coding_string, 3);
 extern Lisp_Object detect_coding_system P_ ((unsigned char *, int, int, int));
-Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, int));
 extern void init_coding P_ ((void));
 extern void init_coding_once P_ ((void));
 extern void syms_of_coding P_ ((void));