diff options
| author | Michael Albinus | 2014-04-13 12:31:48 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-04-13 12:31:48 +0200 |
| commit | f2d164a4c6f3f0eb6f175b57012738aeaad2f294 (patch) | |
| tree | 348cdbababaa62377ddec9c83be877d640f2eca4 /lisp/ChangeLog | |
| parent | 498d3768d1109a9bee2aa0207e63db79800627eb (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-04-13 João Távora <joaotavora@gmail.com> | 7 | 2014-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 |