From: morioka Date: Wed, 29 Apr 1998 15:50:21 +0000 (+0000) Subject: (mime-acting-situation-examples-file): Renamed from X-Git-Tag: semi-1_3_4~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1ccace83d6b8ab0806443b76630d3bd30d156c41;p=elisp%2Fsemi.git (mime-acting-situation-examples-file): Renamed from 'mime-view-acting-example-file. --- 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)