summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-10-05 10:13:12 +0000
committerGerd Moellmann <gerd@gnu.org>2001-10-05 10:13:12 +0000
commitc89e4bc57feca4a91bb53cbb5c9a57e05904062a (patch)
treed6f70ee39ceb7f18b919253761ee68c45b6ea868 /lisp
parentc4ab9c7c528a7a4e8ebadf6cc302eaf06bc62a30 (diff)
downloademacs-c89e4bc57feca4a91bb53cbb5c9a57e05904062a.tar.gz
emacs-c89e4bc57feca4a91bb53cbb5c9a57e05904062a.tar.bz2
emacs-c89e4bc57feca4a91bb53cbb5c9a57e05904062a.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/windmove.el6
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc3827e2714..d0486dea5ae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-05 Gerd Moellmann <gerd@gnu.org>
+
+ * bindings.el: Remove no-byte-compile from file local variables
+ to enable bootstrapping.
+
2001-10-04 Andrew Innes <andrewi@gnu.org>
* faces.el (face-font-registry-alternatives) [windows-nt]: Make
diff --git a/lisp/windmove.el b/lisp/windmove.el
index e7c6b3daaae..0320fd0aaef 100644
--- a/lisp/windmove.el
+++ b/lisp/windmove.el
@@ -310,7 +310,7 @@ MIN-N."
(defun windmove-frame-edges (window)
"Return (X-MIN Y-MIN X-MAX Y-MAX) for the frame containing WINDOW.
If WINDOW is nil, return the edges for the selected frame.
-(X-MIN, Y-MIN) is the zero-based coordinate of the top-left corner
+\(X-MIN, Y-MIN) is the zero-based coordinate of the top-left corner
of the frame; (X-MAX, Y-MAX) is the zero-based coordinate of the
bottom-right corner of the frame.
For example, if a frame has 76 rows and 181 columns, the return value
@@ -543,7 +543,7 @@ If no window is at direction DIR, an error is signaled."
With no prefix argument, or with prefix argument equal to zero,
\"left\" is relative to the position of point in the window; otherwise
it is relative to the top edge (for positive ARG) or the bottom edge
-(for negative ARG) of the current window.
+\(for negative ARG) of the current window.
If no window is at the desired location, an error is signaled."
(interactive "P")
(windmove-do-window-select 'left arg))
@@ -576,7 +576,7 @@ If no window is at the desired location, an error is signaled."
With no prefix argument, or with prefix argument equal to zero,
\"down\" is relative to the position of point in the window; otherwise
it is relative to the left edge (for positive ARG) or the right edge
-(for negative ARG) of the current window.
+\(for negative ARG) of the current window.
If no window is at the desired location, an error is signaled."
(interactive "P")
(windmove-do-window-select 'down arg))