changeset 94442:245b6ba7c339

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 28 Apr 2008 23:48:35 +0000
parents da5141d2e8fc
children f41f8f74c3cb
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Apr 28 23:24:24 2008 +0000
+++ b/lisp/ChangeLog	Mon Apr 28 23:48:35 2008 +0000
@@ -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.