From: Chong Yidong Date: Mon, 28 Apr 2008 23:48:35 +0000 (+0000) Subject: * doc-view.el (doc-view-new-window-function): Avoid using WINDOW X-Git-Tag: emacs-pretest-23.0.90~5974 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6593e735a34ed0204de2afd864064629fb08d978;p=emacs.git * 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. --- 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.