[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/delphi.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/delphi.el |
Date: |
Wed, 18 May 2005 06:20:13 -0400 |
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] Changes to emacs/lisp/progmodes/delphi.el,
Juanma Barranquero <=