diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-15 08:54:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-15 08:54:13 +0000 |
commit | 8d392c8e7e479f05940d3b9df84c5d8546c39ab0 (patch) | |
tree | c648beb0ef7cdd6f5bb1e7f6df6fa31d2077af75 /lisp/hippie-exp.el | |
parent | 0521259a338b58b9f796bf1b6eb2dbb294d58fbb (diff) | |
download | emacs-8d392c8e7e479f05940d3b9df84c5d8546c39ab0.tar.gz |
(he-transfer-case): Fix typo in prev change.
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)) |