diff options
Diffstat (limited to 'lisp/hippie-exp.el')
-rw-r--r-- | lisp/hippie-exp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |