From: Richard M. Stallman Date: Sun, 15 Oct 1995 08:54:13 +0000 (+0000) Subject: (he-transfer-case): Fix typo in prev change. X-Git-Tag: emacs-19.34~2635 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d392c8e7e479f05940d3b9df84c5d8546c39ab0;p=emacs.git (he-transfer-case): Fix typo in prev change. --- 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))