]> git.eshelyaron.com Git - emacs.git/commitdiff
(he-transfer-case): Fix typo in prev change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 Oct 1995 08:54:13 +0000 (08:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 Oct 1995 08:54:13 +0000 (08:54 +0000)
lisp/hippie-exp.el

index 408b80ee393b4bb6b596faadd7efa26d70dbfc14..02a3917d81ed8579acd3d90655c12055c42a6973 100644 (file)
@@ -311,7 +311,7 @@ undoes the expansion."
                                                    (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))