X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-bbdb.el;h=002942a8f5a37c5d686d74135df688c6dd870fce;hb=f93f2aa3d6fe7666cacf8707229f638c8ea9fa67;hp=beadbfd2bd0f288ddf3713cb69358db7ca64da4b;hpb=269705e26ed8a89b256956783646c99bc166c569;p=elisp%2Fsemi.git diff --git a/mime-bbdb.el b/mime-bbdb.el index beadbfd..002942a 100644 --- a/mime-bbdb.el +++ b/mime-bbdb.el @@ -1,14 +1,13 @@ ;;; mime-bbdb.el --- SEMI shared module for BBDB ;; Copyright (C) 1995,1996,1997 Shuhei KOBAYASHI -;; Copyright (C) 1997 MORIOKA Tomohiko +;; Copyright (C) 1997,1998 MORIOKA Tomohiko ;; Author: Shuhei KOBAYASHI ;; Maintainer: Shuhei KOBAYASHI -;; Version: $Id: mime-bbdb.el,v 0.5 1997-11-06 16:21:15 morioka Exp $ ;; Keywords: BBDB, MIME, multimedia, multilingual, mail, news -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Suite of Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -156,9 +155,9 @@ Creating or modifying it as necessary. A record will be created if mime-bbdb/auto-create-p is non-nil, or if OFFER-TO-CREATE is non-nil and the user confirms the creation." (save-excursion - (if (and mime-view-buffer - (get-buffer mime-view-buffer)) - (set-buffer mime-view-buffer)) + (if (and mime-preview-buffer + (get-buffer mime-preview-buffer)) + (set-buffer mime-preview-buffer)) (if bbdb-use-pop-up (mime-bbdb/pop-up-bbdb-buffer offer-to-create) (let* ((from (std11-field-body "From"))