aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-08-23 13:34:09 -0400
committerGlenn Morris2013-08-23 13:34:09 -0400
commitbb35f42f61663c47d3443a87665462f75dfd3b2c (patch)
treee559b77d3c43a2688c48e193f653dedad95c4e32 /lisp/ChangeLog
parentcb8d2612434ccdd7524a0da9c4728720c9badab3 (diff)
downloademacs-bb35f42f61663c47d3443a87665462f75dfd3b2c.tar.gz
emacs-bb35f42f61663c47d3443a87665462f75dfd3b2c.zip
* lisp/files.el (create-file-buffer): Rework previous change.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f633f5f5de7..6d3b09c3449 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,8 +2,8 @@
2 2
3 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts. 3 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
4 4
5 * files.el (create-file-buffer): Handle the vital case of a file 5 * files.el (create-file-buffer): If the result would begin with
6 whose basename is all spaces. (Bug#15162) 6 spaces, prepend a "|" instead of removing them. (Bug#15162)
7 7
82013-08-23 Stefan Monnier <monnier@iro.umontreal.ca> 82013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9 9