emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/admin/FOR-RELEASE,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/admin/FOR-RELEASE,v
Date: Fri, 22 Feb 2008 08:31:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/22 08:31:16

Index: FOR-RELEASE
===================================================================
RCS file: /sources/emacs/emacs/admin/FOR-RELEASE,v
retrieving revision 1.759
retrieving revision 1.760
diff -u -b -r1.759 -r1.760
--- FOR-RELEASE 22 Feb 2008 08:23:04 -0000      1.759
+++ FOR-RELEASE 22 Feb 2008 08:31:15 -0000      1.760
@@ -64,12 +64,13 @@
 (modify-frame-parameters nil
                          '((user-position . t) (user-size . t) (left - -20)))
 
-This should move the L frame edge 20pix to the R of the L screen edge.
-It also moves the L frame edge 20pix to the R of the L screen edge.
+This should move the L frame edge 20pix to the L of the L screen edge.
+Instead, it moves the R frame edge 20pix to the L of the R screen edge.
 (modify-frame-parameters nil
-                         '((user-position . t) (user-size . t) (left + +20)))
+                         '((user-position . t) (user-size . t) (left + -20)))
 
-(It works in Emacs 21.)
+It works in Emacs 21. The "+ +" and "- +" forms are OK; ie it is when
+the number is -ve that things go wrong.
 
 
 ** Does deleting frames run Lisp code?  If so, can we get rid of that?




reply via email to

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