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 | 347c03ab74bc9db4939f3bdee146ac1a22779524 (patch) | |
tree | 1bf73fcde37118ad043c1eb2866ac066a2fa6a4a /lisp/hippie-exp.el | |
parent | 6d12db37b430c1be300757f8dae820d33d370c3d (diff) | |
download | emacs-347c03ab74bc9db4939f3bdee146ac1a22779524.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)) |