+2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
+
+ * complete.el (PC-do-completion): Make RET accept a non-unique but
+ complete expansion again.
+
2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
* eshell/esh-opt.el (eshell-eval-using-options):
(setq completion-base-size (if dirname
dirlength
(- beg prompt-end))))))
- (PC-temp-minibuffer-message " [Next char not unique]"))))))
- ;; Expansion of filenames is not reversible, so just keep
- ;; the prefix.
+ (PC-temp-minibuffer-message " [Next char not unique]"))
+ ;; Expansion of filenames is not reversible,
+ ;; so just keep the prefix.
(when (and abbreviated filename)
(delete-region (point) end))
- nil)
+ nil)))))
;; Only one possible completion
(t