From 1ccace83d6b8ab0806443b76630d3bd30d156c41 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 29 Apr 1998 15:50:21 +0000 Subject: [PATCH] (mime-acting-situation-examples-file): Renamed from 'mime-view-acting-example-file. --- mime-play.el | 2 +- mime-view.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-play.el b/mime-play.el index 1fee574..63e3488 100644 --- a/mime-play.el +++ b/mime-play.el @@ -554,7 +554,7 @@ to write." (provide 'mime-play) -(let* ((file mime-view-acting-example-file) +(let* ((file mime-acting-situation-examples-file) (buffer (get-buffer-create " *mime-example*"))) (if (file-readable-p file) (unwind-protect diff --git a/mime-view.el b/mime-view.el index 37735e8..46ccf0c 100644 --- a/mime-view.el +++ b/mime-view.el @@ -56,7 +56,7 @@ :group 'mime-view :type 'boolean) -(defcustom mime-view-acting-example-file "~/.mime-example" +(defcustom mime-acting-situation-examples-file "~/.mime-example" "*File name of example about acting-situation demonstrated by user." :group 'mime-view :type 'file) -- 1.7.10.4