]> git.eshelyaron.com Git - emacs.git/commitdiff
(vmotion): Don't add in mini-buffer prompt width
authorGerd Moellmann <gerd@gnu.org>
Thu, 12 Aug 1999 20:49:57 +0000 (20:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 12 Aug 1999 20:49:57 +0000 (20:49 +0000)
if prompts are inserted into mini-buffer.

src/indent.c

index 92dbbf234680e596ba29d3842844d9a95c862a64..18109acc2bcd73af52ab2b80e7fa4e9382b7eafe 100644 (file)
@@ -1654,6 +1654,7 @@ vmotion (from, vtarget, w)
 
   XSETWINDOW (window, w);
 
+#if NO_PROMPT_IN_BUFFER
   /* The omission of the clause
          && marker_position (w->start) == BEG
      here is deliberate; I think we want to measure from the prompt
@@ -1666,6 +1667,7 @@ vmotion (from, vtarget, w)
 
       start_hpos = minibuf_prompt_width;
     }
+#endif /* NO_PROMPT_IN_BUFFER */
 
   /* If the window contains this buffer, use it for getting text properties.
      Otherwise use the current buffer as arg for doing that.  */