emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/dframe.el
Date: Wed, 30 Nov 2005 14:40:15 -0500

Index: emacs/lisp/dframe.el
diff -c emacs/lisp/dframe.el:1.5 emacs/lisp/dframe.el:1.6
*** emacs/lisp/dframe.el:1.5    Thu Oct  6 08:19:10 2005
--- emacs/lisp/dframe.el        Wed Nov 30 19:40:13 2005
***************
*** 1,6 ****
  ;;; dframe --- dedicate frame support modes
  
! ;;; Copyright (C) 1996, 97, 98, 99, 2000, 01, 02, 03, 04 Free Software 
Foundation
  
  ;; Author: Eric M. Ludlam <address@hidden>
  ;; Keywords: file, tags, tools
--- 1,6 ----
  ;;; dframe --- dedicate frame support modes
  
! ;;; Copyright (C) 1996, 97, 98, 99, 2000, 01, 02, 03, 04, 05 Free Software 
Foundation
  
  ;; Author: Eric M. Ludlam <address@hidden>
  ;; Keywords: file, tags, tools
***************
*** 509,515 ****
             (setq newleft (+ pfx pfw 5)
                   newtop pfy))
            ((eq location 'left)
!            (setq newleft (+ pfx 10 nfw)
                   newtop pfy))
            ((eq location 'left-right)
             (setq newleft
--- 509,515 ----
             (setq newleft (+ pfx pfw 5)
                   newtop pfy))
            ((eq location 'left)
!            (setq newleft (- pfx 10 nfw)
                   newtop pfy))
            ((eq location 'left-right)
             (setq newleft




reply via email to

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