comparison lisp/ChangeLog @ 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 e227f5ee58db
children 606c1d881bf0
comparison
equal deleted inserted replaced
94441:da5141d2e8fc 94442:245b6ba7c339
1 2008-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
1 2008-04-28 Vinicius Jose Latorre <bzg@altern.org> 9 2008-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.
4 12
5 2008-04-28 Sam Steingold <sds@gnu.org> 13 2008-04-28 Sam Steingold <sds@gnu.org>