mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
* lisp/emacs-lisp/ewoc.el (ewoc-goto-node):
Simplify and quieten compiler.
This commit is contained in:
parent
bcc80b8fd2
commit
7a38a6d881
@ -500,7 +500,7 @@ Return the node (or nil if we just passed the last node)."
|
||||
|
||||
(defun ewoc-goto-node (ewoc node)
|
||||
"Move point to NODE in EWOC."
|
||||
(ewoc--set-buffer-bind-dll ewoc
|
||||
(with-current-buffer (ewoc--buffer ewoc)
|
||||
(goto-char (ewoc--node-start-marker node))
|
||||
(if goal-column (move-to-column goal-column))
|
||||
(setf (ewoc--last-node ewoc) node)))
|
||||
|
Loading…
Reference in New Issue
Block a user