From: Chong Yidong Date: Thu, 31 Jul 2008 21:11:38 +0000 (+0000) Subject: * files.el (abbreviate-file-name): When replacing $HOME with ~, turn X-Git-Tag: emacs-pretest-22.2.90~60 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8916b50099bf3279d3dc7e09e55ad0410c94db64;p=emacs.git * files.el (abbreviate-file-name): When replacing $HOME with ~, turn off case-fold-search. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de8ade79a2d..0908a0cda8e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-07-31 Sven Joachim + + * files.el (abbreviate-file-name): When replacing $HOME with ~, + turn off case-fold-search. + 2008-07-31 Joachim Nilsson (tiny change) * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,