* elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe' instead of `defun...
authorkaoru <kaoru>
Wed, 20 Feb 2008 12:51:45 +0000 (12:51 +0000)
committerkaoru <kaoru>
Wed, 20 Feb 2008 12:51:45 +0000 (12:51 +0000)
elmo/ChangeLog
elmo/elmo-vars.el

index 25fa2c0..db817e2 100644 (file)
@@ -1,5 +1,8 @@
 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
+       * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
+       instead of `defun-maybe'
+
        * elmo-util.el: Add (eval-when-compile (require 'static)).
 
 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
index 4815f07..badbce5 100644 (file)
@@ -32,8 +32,8 @@
 
 ;; silence byte compiler
 (eval-when-compile
-  (defun-maybe dynamic-link (a))
-  (defun-maybe dynamic-call (a b)))
+  (defalias-maybe 'dynamic-link 'ignore)
+  (defalias-maybe 'dynamic-call 'ignore))
 
 ;; bind colon keywords for old Emacsen.
 (dont-compile