(string-to-int-list): Use `defun-maybe'.
-;;; 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.
;;; @ 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)