diff -w GNU/complete.el Fixed/complete.el 734,735d733 < ;; Retain capitalization of user input even if < ;; completion-ignore-case is set. 742a741 > (or 744,747c743 < (downcase (following-char)))) < ;; same char (modulo case); no action < (forward-char 1) < (if (and (< (point) end) --- > (downcase (following-char))) 750c746 < PC-delims-list))) --- > PC-delims-list)))) 751a748 > ;; or input char by prefix char 763c760 < (setq end (1+ end))))) --- > (setq end (1+ end))))