From d9868ca85eae40b6a307bf5a3fca22f0f066169c Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 25 Oct 1998 17:28:54 +0000 Subject: [PATCH] Add `byte-compile-dynamic' cookie. (string-to-int-list): Use `defun-maybe'. --- poem-xm.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4