aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-15 08:54:13 +0000
committerRichard M. Stallman1995-10-15 08:54:13 +0000
commit8d392c8e7e479f05940d3b9df84c5d8546c39ab0 (patch)
treec648beb0ef7cdd6f5bb1e7f6df6fa31d2077af75
parent0521259a338b58b9f796bf1b6eb2dbb294d58fbb (diff)
downloademacs-8d392c8e7e479f05940d3b9df84c5d8546c39ab0.tar.gz
emacs-8d392c8e7e479f05940d3b9df84c5d8546c39ab0.zip
(he-transfer-case): Fix typo in prev change.
-rw-r--r--lisp/hippie-exp.el2
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."
311 (length to-str)))) 311 (length to-str))))
312 to-str) 312 to-str)
313 ((not (he-ordinary-case-p to-str)) 313 ((not (he-ordinary-case-p to-str))
314 to-string) 314 to-str)
315 ((string= from-str (downcase from-str)) 315 ((string= from-str (downcase from-str))
316 (downcase to-str)) 316 (downcase to-str))
317 ((string= from-str (upcase from-str)) 317 ((string= from-str (upcase from-str))