aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2014-04-13 12:31:48 +0200
committerMichael Albinus2014-04-13 12:31:48 +0200
commitf2d164a4c6f3f0eb6f175b57012738aeaad2f294 (patch)
tree348cdbababaa62377ddec9c83be877d640f2eca4 /lisp/ChangeLog
parent498d3768d1109a9bee2aa0207e63db79800627eb (diff)
downloademacs-f2d164a4c6f3f0eb6f175b57012738aeaad2f294.tar.gz
emacs-f2d164a4c6f3f0eb6f175b57012738aeaad2f294.zip
* net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
patch, there are new problems with file names containing spaces. Get rid of backticks. (Bug#17238)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7f08a133d98..6099f31d636 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12014-04-13 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
4 patch, there are new problems with file names containing spaces.
5 Get rid of backticks. (Bug#17238)
6
12014-04-13 João Távora <joaotavora@gmail.com> 72014-04-13 João Távora <joaotavora@gmail.com>
2 8
3 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix 9 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix