]> git.eshelyaron.com Git - emacs.git/commitdiff
(big5-to-flat-code, flat-code-to-big5, euc-to-flat-code, flat-code-to-euc):
authorGlenn Morris <rgm@gnu.org>
Fri, 11 Jan 2008 04:56:27 +0000 (04:56 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 11 Jan 2008 04:56:27 +0000 (04:56 +0000)
Declare as functions.

lisp/ChangeLog
lisp/language/china-util.el

index 42e8111120821d7bf454c7cf606d726dc2a80fcc..6028276f6df8a1b0af606dd35a072b3b6c17643b 100644 (file)
@@ -1,3 +1,10 @@
+2008-01-11  Glenn Morris  <rgm@gnu.org>
+
+       * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
+       (euc-to-flat-code, flat-code-to-euc):
+       * textmodes/org.el (elmo-msgdb-overview-get-entity)
+       (wl-summary-buffer-msgdb): Declare as funtions.
+
 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
 
        * progmodes/ada-mode.el (ada-set-syntax-table-properties):
index 6eaa3b5e76eb0802c3f050ec84510fbe6fae6d3c..6d628c62c1168278b5e56f24e58d8181911df89f 100644 (file)
@@ -175,6 +175,13 @@ Return the length of resulting text."
 ;; 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'.