Index: emacs/lisp/progmodes/delphi.el
diff -c emacs/lisp/progmodes/delphi.el:3.12 emacs/lisp/progmodes/delphi.el:3.13
*** emacs/lisp/progmodes/delphi.el:3.12 Sat Apr 10 05:55:48 2004
--- emacs/lisp/progmodes/delphi.el      Wed May 18 10:20:12 2005
***************
*** 1530,1536 ****
      (save-selected-window
        (switch-to-buffer-other-window to-buffer)
        (goto-char (point-max))
!       (set-window-dot (get-buffer-window to-buffer) (point))
        (insert the-msg))))
  
  ;; Debugging helpers:
--- 1530,1536 ----
      (save-selected-window
        (switch-to-buffer-other-window to-buffer)
        (goto-char (point-max))
!       (set-window-point (get-buffer-window to-buffer) (point))
        (insert the-msg))))
  
  ;; Debugging helpers:


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to