]> git.eshelyaron.com Git - emacs.git/commitdiff
(rfn-eshadow-update-overlay): Use `minibuffer-prompt-end'.
authorMiles Bader <miles@gnu.org>
Fri, 5 Oct 2001 15:19:23 +0000 (15:19 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 5 Oct 2001 15:19:23 +0000 (15:19 +0000)
lisp/ChangeLog
lisp/rfn-eshadow.el

index 4f4574fd73b2c546066f2f8cf25e10ba24e5f42c..2f14ba531f525141f3b3be5f821cb7b61904fa66 100644 (file)
@@ -1,3 +1,11 @@
+2001-10-06  Miles Bader  <miles@gnu.org>
+
+       * rfn-eshadow.el (rfn-eshadow-update-overlay): Use
+       `minibuffer-prompt-end'.
+
+       * simple.el (previous-matching-history-element): Fix misplaced
+       parentheses.
+
 2001-10-05  Miles Bader  <miles@gnu.org>
 
        * rfn-eshadow.el: New file.
index bcc5dd7a8d13ac67bd238f9999bb44904f8b7751..38af012ee6bb32dc8fdb10af82cb59cb075d3bbb 100644 (file)
@@ -180,13 +180,9 @@ been set up by `rfn-eshadow-setup-minibuffer'."
   ;; This is not really a correct implementation; it won't always do the
   ;; right thing in the presence of environment variables that
   ;; substitute-in-file-name would expand; currently it just assumes any
-  ;; environment variable contains an absolute filename.  It doesn't
-  ;; handle MS-DOS-type drive specs like substitute-in-file-name does.
+  ;; environment variable contains an absolute filename.
   (save-excursion
-    ;; Note that this should use `minibuffer-prompt-end' instead of
-    ;; `field-end', but for now we use the latter so that it works
-    ;; properly with old definitions of minibuffer-prompt-end.
-    (goto-char (field-end (point-min)))
+    (goto-char (minibuffer-prompt-end))
     ;; Update the overlay (which will evaporate if it's empty).
     (move-overlay rfn-eshadow-overlay
                  (point)