From: morioka Date: Sun, 25 Oct 1998 17:28:54 +0000 (+0000) Subject: Add `byte-compile-dynamic' cookie. X-Git-Tag: apel-9_6~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d9868ca85eae40b6a307bf5a3fca22f0f066169c;p=elisp%2Fapel.git Add `byte-compile-dynamic' cookie. (string-to-int-list): Use `defun-maybe'. --- diff --git a/poem-xm.el b/poem-xm.el index ed7484e..e9516b8 100644 --- a/poem-xm.el +++ b/poem-xm.el @@ -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)