diff options
| author | Glenn Morris | 2008-02-22 08:31:15 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-22 08:31:15 +0000 |
| commit | 7f48376e897819c77b37bd8f0f99faf0f231b898 (patch) | |
| tree | 49a15b484bad44a1f8e6a45cee1304c826d85128 /admin | |
| parent | 730e2d83cca6e3992ff85ddfce25bdd56ba3ddd2 (diff) | |
| download | emacs-7f48376e897819c77b37bd8f0f99faf0f231b898.tar.gz emacs-7f48376e897819c77b37bd8f0f99faf0f231b898.zip | |
Fix previous change.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index a4af056bff3..a00a200a753 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -64,12 +64,13 @@ Instead, it moves the L frame edge 20pix to the R of the L screen edge. | |||
| 64 | (modify-frame-parameters nil | 64 | (modify-frame-parameters nil |
| 65 | '((user-position . t) (user-size . t) (left - -20))) | 65 | '((user-position . t) (user-size . t) (left - -20))) |
| 66 | 66 | ||
| 67 | This should move the L frame edge 20pix to the R of the L screen edge. | 67 | This should move the L frame edge 20pix to the L of the L screen edge. |
| 68 | It also moves the L frame edge 20pix to the R of the L screen edge. | 68 | Instead, it moves the R frame edge 20pix to the L of the R screen edge. |
| 69 | (modify-frame-parameters nil | 69 | (modify-frame-parameters nil |
| 70 | '((user-position . t) (user-size . t) (left + +20))) | 70 | '((user-position . t) (user-size . t) (left + -20))) |
| 71 | 71 | ||
| 72 | (It works in Emacs 21.) | 72 | It works in Emacs 21. The "+ +" and "- +" forms are OK; ie it is when |
| 73 | the number is -ve that things go wrong. | ||
| 73 | 74 | ||
| 74 | 75 | ||
| 75 | ** Does deleting frames run Lisp code? If so, can we get rid of that? | 76 | ** Does deleting frames run Lisp code? If so, can we get rid of that? |