all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Set-window-point in append-to-buffer
@ 2015-04-20 23:25 Steve Schooler
  2015-04-21 11:19 ` Michael Heerdegen
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Schooler @ 2015-04-20 23:25 UTC (permalink / raw)
  To: help-gnu-emacs

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?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-21 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-20 23:25 Set-window-point in append-to-buffer Steve Schooler
2015-04-21 11:19 ` Michael Heerdegen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.