From 8d392c8e7e479f05940d3b9df84c5d8546c39ab0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 Oct 1995 08:54:13 +0000 Subject: [PATCH] (he-transfer-case): Fix typo in prev change. --- lisp/hippie-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 408b80ee393..02a3917d81e 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el @@ -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)) -- 2.39.2