diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/window.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/window.el b/lisp/window.el index 50aec86a427..4e72d343674 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -4278,7 +4278,7 @@ WINDOW must be a live window and defaults to the selected one." | |||
| 4278 | (list (copy-marker start) | 4278 | (list (copy-marker start) |
| 4279 | (copy-marker | 4279 | (copy-marker |
| 4280 | ;; Preserve window-point-insertion-type | 4280 | ;; Preserve window-point-insertion-type |
| 4281 | ;; (Bug#12588). | 4281 | ;; (Bug#12855). |
| 4282 | point window-point-insertion-type))))) | 4282 | point window-point-insertion-type))))) |
| 4283 | (set-window-prev-buffers | 4283 | (set-window-prev-buffers |
| 4284 | window (cons entry (window-prev-buffers window))))) | 4284 | window (cons entry (window-prev-buffers window))))) |
| @@ -6110,7 +6110,7 @@ element is BUFFER." | |||
| 6110 | (list 'other | 6110 | (list 'other |
| 6111 | ;; A quadruple of WINDOW's buffer, start, point and height. | 6111 | ;; A quadruple of WINDOW's buffer, start, point and height. |
| 6112 | (list (current-buffer) (window-start window) | 6112 | (list (current-buffer) (window-start window) |
| 6113 | ;; Preserve window-point-insertion-type (Bug#12588). | 6113 | ;; Preserve window-point-insertion-type (Bug#12855). |
| 6114 | (copy-marker | 6114 | (copy-marker |
| 6115 | (window-point window) window-point-insertion-type) | 6115 | (window-point window) window-point-insertion-type) |
| 6116 | (if (window-combined-p window) | 6116 | (if (window-combined-p window) |