summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Simmons <simmonmt@acm.org>1999-01-25 05:57:27 +0000
committerMatt Simmons <simmonmt@acm.org>1999-01-25 05:57:27 +0000
commita293fef1a3e6af434e6b193a20eabe5ffa7fb2a2 (patch)
tree4a057b06d0e03c51cd88e8e9e599ab5f4658edd9
parent03c122abab87e8d30f4de17f69f2f364d7ec34ef (diff)
Nil out hooks to keep view-mode from interfering with bbdb-mode
-rw-r--r--lisp/bbdb.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/bbdb.el b/lisp/bbdb.el
index fa0951a..37dfa47 100644
--- a/lisp/bbdb.el
+++ b/lisp/bbdb.el
@@ -39,7 +39,7 @@
(require 'timezone)
-(defconst bbdb-version "2.00.05")
+(defconst bbdb-version "2.00.06")
(defconst bbdb-version-date "$Date$")
;; File format
@@ -1093,6 +1093,8 @@ bbdb-elided-display will be consulted instead by mail and news.")
(list x bbdb-elided-display (make-marker))))
records)))
(let ((b (current-buffer))
+ (temp-buffer-setup-hook nil)
+ (temp-buffer-show-hook nil)
(first (car (car records))))
(with-output-to-temp-buffer bbdb-buffer-name
(set-buffer bbdb-buffer-name)