emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/language/china-util.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/language/china-util.el,v
Date: Fri, 11 Jan 2008 04:56:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/01/11 04:56:06

Index: china-util.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/language/china-util.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- china-util.el       8 Jan 2008 20:45:58 -0000       1.30
+++ china-util.el       11 Jan 2008 04:56:06 -0000      1.31
@@ -175,6 +175,13 @@
 ;; Many kudos to Himi!  The used code has been adapted from his
 ;; mule-ucs package.
 
+;; Silence the compiler, which otherwise warns that these functions
+;; might not be defined at runtime. They are only used when compiling.
+(declare-function big5-to-flat-code "china-util" (num))
+(declare-function flat-code-to-big5 "china-util" (num))
+(declare-function euc-to-flat-code  "china-util" (num))
+(declare-function flat-code-to-euc  "china-util" (num))
+
 (eval-when-compile
 (defun big5-to-flat-code (num)
   "Convert NUM in Big 5 encoding to a `flat code'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]