# HG changeset patch # User Richard M. Stallman # Date 813747253 0 # Node ID 76ce98050470361515062727489574857f835a50 # Parent e19603a14c3f2b48a64ce84f3a92c35ce210e0b0 (he-transfer-case): Fix typo in prev change. diff -r e19603a14c3f -r 76ce98050470 lisp/hippie-exp.el --- 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))