]> code.delx.au - gnu-emacs/commitdiff
* doc-view.el (doc-view-new-window-function): Avoid using WINDOW
authorChong Yidong <cyd@stupidchicken.com>
Mon, 28 Apr 2008 23:48:35 +0000 (23:48 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 28 Apr 2008 23:48:35 +0000 (23:48 +0000)
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

index 056b2db1bc12650689d8cd6019cf06d9a37dcb07..001dd6feda0db9cfa7d105c65e4e0db09618c109 100644 (file)
@@ -1,3 +1,11 @@
+2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <bzg@altern.org>
 
        * whitespace.el (whitespace-trailing-regexp): Fix docstring.