emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/electric.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/electric.el [lexbind]
Date: Tue, 14 Oct 2003 19:51:46 -0400

Index: emacs/lisp/electric.el
diff -c emacs/lisp/electric.el:1.18.8.1 emacs/lisp/electric.el:1.18.8.2
*** emacs/lisp/electric.el:1.18.8.1     Fri Apr  4 01:20:04 2003
--- emacs/lisp/electric.el      Tue Oct 14 19:51:00 2003
***************
*** 160,166 ****
        (cond ((and (eq (window-buffer win) buf))
             (select-window win))
            (one-window
-            (goto-char (window-start win))
             (pop-to-buffer buffer)
             (setq win (selected-window))
             (enlarge-window (- target-height (window-height win))))
--- 160,165 ----
***************
*** 175,178 ****
--- 174,178 ----
  
  (provide 'electric)
  
+ ;;; arch-tag: dae045eb-dc2d-4fb7-9f27-9cc2ce277be8
  ;;; electric.el ends here




reply via email to

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