Add `byte-compile-dynamic' cookie.
authormorioka <morioka>
Sun, 25 Oct 1998 17:28:54 +0000 (17:28 +0000)
committermorioka <morioka>
Sun, 25 Oct 1998 17:28:54 +0000 (17:28 +0000)
(string-to-int-list): Use `defun-maybe'.

poem-xm.el

index ed7484e..e9516b8 100644 (file)
@@ -1,4 +1,4 @@
-;;; poem-xm.el --- poem implementation for XEmacs-mule
+;;; poem-xm.el --- poem module for XEmacs-mule; -*-byte-compile-dynamic: t;-*-
 
 ;; Copyright (C) 1998 Free Software Foundation, Inc.
 
@@ -163,7 +163,7 @@ but the contents viewed as characters do change.
 ;;; @ string
 ;;;
 
-(defun string-to-int-list (str)
+(defun-maybe string-to-int-list (str)
   (mapcar #'char-int str))
 
 (defalias 'looking-at-as-unibyte 'looking-at)