changeset 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 e19603a14c3f
children 3b15cf8aa50d
files lisp/hippie-exp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))