From 359ee86fcb6fa364cfc0abf087cba9b6bdc45525 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 18 Sep 2001 10:40:41 +0000 Subject: [PATCH] Sync with info(x-face-xmas). --- samples/en/dot.wl | 2 +- samples/ja/dot.wl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 4ae3f00..cbda617 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -306,7 +306,7 @@ (when window-system (cond ((and (featurep 'xemacs) ; for XEmacs (module-installed-p 'x-face)) - (autoload 'x-face-xmas-wl-display-x-face "x-face" nil t) + (autoload 'x-face-xmas-wl-display-x-face "x-face") (setq wl-highlight-x-face-function 'x-face-xmas-wl-display-x-face)) ;; for Mule (GNU Emacs) ((module-installed-p 'x-face-mule) diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index fb8ce0a..799345a 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -315,7 +315,7 @@ (when window-system (cond ((and (featurep 'xemacs) ; for XEmacs (module-installed-p 'x-face)) - (autoload 'x-face-xmas-wl-display-x-face "x-face" nil t) + (autoload 'x-face-xmas-wl-display-x-face "x-face") (setq wl-highlight-x-face-function 'x-face-xmas-wl-display-x-face)) ;; for Mule (GNU Emacs) ((module-installed-p 'x-face-mule) -- 1.7.10.4