diff options
author | Glenn Morris <rgm@gnu.org> | 2018-11-20 09:38:42 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-11-20 09:38:42 -0800 |
commit | bb7b75d7110c7a46407aa4efc33446ace0cba631 (patch) | |
tree | 110ea4c557a39818da2ed8ebcea40f237b48a0f6 /lisp/play | |
parent | e1b2c21b431accc397219b432a76a716acc6dbc2 (diff) | |
parent | 070e82b96bfadb5a3622607a8c5c97c127ec62db (diff) | |
download | emacs-bb7b75d7110c7a46407aa4efc33446ace0cba631.tar.gz |
Merge from origin/emacs-26
070e82b ; * src/window.c (window_scroll): Improve commentary.
60457d7 Improve documentation of the window tree
ea1a014 Fix window scrolling on TTY frames when there's no mode line
df7ed10 Fix decoding XML files encoded in ISO-8859
7851ae8 (tag: emacs-26.1.90) ; ChangeLog.3 update
1958808 * etc/AUTHORS: Update.
7252507 Fix description of some window hooks
88762b4 Run 'window--adjust-process-windows' when frame size changes ...
d6542ea Avoid errors in zone.el when there's overlay at EOB
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/zone.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/zone.el b/lisp/play/zone.el index 4584d26f385..75f13646190 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el @@ -109,7 +109,7 @@ If the element is a function or a list of a function and a number, (save-window-excursion (let ((f (selected-frame)) (outbuf (get-buffer-create "*zone*")) - (text (buffer-substring (window-start) (window-end))) + (text (buffer-substring (window-start) (window-end nil t))) (wp (1+ (- (window-point) (window-start))))) (put 'zone 'orig-buffer (current-buffer)) |