]> git.eshelyaron.com Git - emacs.git/commit
* 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)
commit6593e735a34ed0204de2afd864064629fb08d978
treec9ba1eb732ad8a6ade027de67e4ce09efe636e67
parent88ac7b50935c8c96c4b5824b78b808069d759a53
* 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