aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-04-28 23:48:35 +0000
committerChong Yidong <[email protected]>2008-04-28 23:48:35 +0000
commit6593e735a34ed0204de2afd864064629fb08d978 (patch)
treec9ba1eb732ad8a6ade027de67e4ce09efe636e67 /lisp
parent88ac7b50935c8c96c4b5824b78b808069d759a53 (diff)
* 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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 056b2db1bc..001dd6feda 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2008-04-28 Chong Yidong <[email protected]>
+
+ * 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 <[email protected]>
* whitespace.el (whitespace-trailing-regexp): Fix docstring.