From 6593e735a34ed0204de2afd864064629fb08d978 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 28 Apr 2008 23:48:35 +0000 Subject: [PATCH] * doc-view.el (doc-view-new-window-function): Avoid using WINDOW argument to get-char-property, in case the current buffer hasn't been assigned to that window yet. (doc-view-display): Default to selected window if the current buffer hasn't been assigned to a window yet. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 056b2db1bc1..001dd6feda0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2008-04-28 Chong Yidong + + * doc-view.el (doc-view-new-window-function): Avoid using WINDOW + argument to get-char-property, in case the current buffer hasn't + been assigned to that window yet. + (doc-view-display): Default to selected window if the current + buffer hasn't been assigned to a window yet. + 2008-04-28 Vinicius Jose Latorre * whitespace.el (whitespace-trailing-regexp): Fix docstring. -- 2.39.5