aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-04-28 23:48:35 +0000
committerChong Yidong2008-04-28 23:48:35 +0000
commit6593e735a34ed0204de2afd864064629fb08d978 (patch)
treec9ba1eb732ad8a6ade027de67e4ce09efe636e67
parent88ac7b50935c8c96c4b5824b78b808069d759a53 (diff)
downloademacs-6593e735a34ed0204de2afd864064629fb08d978.tar.gz
emacs-6593e735a34ed0204de2afd864064629fb08d978.zip
* 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.
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 056b2db1bc1..001dd6feda0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12008-04-28 Chong Yidong <cyd@stupidchicken.com>
2
3 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
4 argument to get-char-property, in case the current buffer hasn't
5 been assigned to that window yet.
6 (doc-view-display): Default to selected window if the current
7 buffer hasn't been assigned to a window yet.
8
12008-04-28 Vinicius Jose Latorre <bzg@altern.org> 92008-04-28 Vinicius Jose Latorre <bzg@altern.org>
2 10
3 * whitespace.el (whitespace-trailing-regexp): Fix docstring. 11 * whitespace.el (whitespace-trailing-regexp): Fix docstring.