From: Chong Yidong Date: Sat, 6 Mar 2010 18:23:23 +0000 (-0500) Subject: * calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674). X-Git-Tag: emacs-pretest-23.1.94~7^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4e32226ebee93d94744cd9149a73e6b59785cd9;p=emacs.git * calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 512e83999ab..d3692e6ac7f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-03-06 Chong Yidong + + * calculator.el (calculator): Don't bind split-window-keep-point + (Bug#5674). + 2010-03-06 Stefan Monnier * vc-git.el: Re-flow to fit into 80 columns. diff --git a/lisp/calculator.el b/lisp/calculator.el index 015fb4cd763..d1b9b517e5f 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el @@ -724,8 +724,7 @@ See the documentation for `calculator-mode' for more information." (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