From d4704c3671cacb6b7ef39b114831921ff055d753 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 14 Jun 1998 09:09:54 +0000 Subject: [PATCH] (mime-preview-over-to-previous-method-alist): Add DOC-string. (mime-preview-over-to-next-method-alist): Add DOC-string. --- mime-view.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mime-view.el b/mime-view.el index 91b077c..519d475 100644 --- a/mime-view.el +++ b/mime-view.el @@ -757,8 +757,11 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default." . mime-preview-quitting-method-for-mime-show-message-mode)) "Alist of major-mode vs. quitting-method of mime-view.") -(defvar mime-preview-over-to-previous-method-alist nil) -(defvar mime-preview-over-to-next-method-alist nil) +(defvar mime-preview-over-to-previous-method-alist nil + "Alist of major-mode vs. over-to-previous-method of mime-view.") + +(defvar mime-preview-over-to-next-method-alist nil + "Alist of major-mode vs. over-to-next-method of mime-view.") ;;; @ following method -- 1.7.10.4