emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99622: * calculator.el (calculator):


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99622: * calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).
Date: Sat, 06 Mar 2010 13:23:23 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99622
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2010-03-06 13:23:23 -0500
message:
  * calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).
modified:
  lisp/ChangeLog
  lisp/calculator.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-06 04:05:47 +0000
+++ b/lisp/ChangeLog    2010-03-06 18:23:23 +0000
@@ -1,3 +1,8 @@
+2010-03-06  Chong Yidong  <address@hidden>
+
+       * calculator.el (calculator): Don't bind split-window-keep-point
+       (Bug#5674).
+
 2010-03-06  Stefan Monnier  <address@hidden>
 
        * vc-git.el: Re-flow to fit into 80 columns.

=== modified file 'lisp/calculator.el'
--- a/lisp/calculator.el        2010-01-13 08:35:10 +0000
+++ b/lisp/calculator.el        2010-03-06 18:23:23 +0000
@@ -724,8 +724,7 @@
     (progn
       (cond
         ((not (get-buffer-window calculator-buffer))
-         (let ((split-window-keep-point nil)
-               (window-min-height 2))
+         (let ((window-min-height 2))
            ;; maybe leave two lines for our window because of the normal
            ;; `raised' modeline in Emacs 21
            (select-window


reply via email to

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