help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Set-window-point in append-to-buffer


From: Steve Schooler
Subject: Set-window-point in append-to-buffer
Date: Mon, 20 Apr 2015 16:25:33 -0700

The append-to-buffer function's definition ends with:

(dolist (window windows)
  (when (= (window-point window) point)
    (set-window-point window (point))))))))

What is the purpose of this?  Experimenting, I commented out this code and
re-ran, but could detect no difference in functionality?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]