]> git.eshelyaron.com Git - emacs.git/commitdiff
(dframe-reposition-frame-emacs): Fix position computation for 'left
authorRomain Francoise <romain@orebokech.com>
Wed, 30 Nov 2005 19:40:13 +0000 (19:40 +0000)
committerRomain Francoise <romain@orebokech.com>
Wed, 30 Nov 2005 19:40:13 +0000 (19:40 +0000)
location.
Update copyright year.

lisp/ChangeLog
lisp/dframe.el

index 7e0aa3b99faeff24d39b9f733ce109e77ab9f4e8..7950d5e4dbcb77fb7669026277a0efd3871ad7ec 100644 (file)
@@ -1,3 +1,9 @@
+2005-11-30  Romain Francoise  <romain@orebokech.com>
+
+       * dframe.el (dframe-reposition-frame-emacs): Fix position
+       computation for 'left location.
+       Update copyright year.
+
 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * help.el (help-map): Move initialization into declaration.
index 4be0ee8f097e2b5c7b79a746598fe72f17f8fc65..56bbdc36c016af118f339bb6d715ceb7a555dfbf 100644 (file)
@@ -1,6 +1,6 @@
 ;;; dframe --- dedicate frame support modes
 
-;;; Copyright (C) 1996, 97, 98, 99, 2000, 01, 02, 03, 04 Free Software Foundation
+;;; Copyright (C) 1996, 97, 98, 99, 2000, 01, 02, 03, 04, 05 Free Software Foundation
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: file, tags, tools
@@ -509,7 +509,7 @@ a cons cell indicationg a position of the form (LEFT . TOP)."
             (setq newleft (+ pfx pfw 5)
                   newtop pfy))
            ((eq location 'left)
-            (setq newleft (+ pfx 10 nfw)
+            (setq newleft (- pfx 10 nfw)
                   newtop pfy))
            ((eq location 'left-right)
             (setq newleft