diff lisp/hippie-exp.el @ 13225:76ce98050470

(he-transfer-case): Fix typo in prev change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 15 Oct 1995 08:54:13 +0000
parents 2b541cc4cd97
children 83f275dcd93a
line wrap: on
line diff
--- a/lisp/hippie-exp.el	Sun Oct 15 03:09:16 1995 +0000
+++ b/lisp/hippie-exp.el	Sun Oct 15 08:54:13 1995 +0000
@@ -311,7 +311,7 @@
 						    (length to-str))))
 	 to-str)
 	((not (he-ordinary-case-p to-str))
-	 to-string)
+	 to-str)
 	((string= from-str (downcase from-str))
 	 (downcase to-str))
 	((string= from-str (upcase from-str))