aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-10-17 20:50:15 -0700
committerGlenn Morris2012-10-17 20:50:15 -0700
commit40714e3da88198ea96c4756a8607c758527b8e99 (patch)
tree981cfaeae91e19d5166b569634376c39e5681781 /lisp/ChangeLog
parent281c9d2b20ae897e72b1638ac3e241454d63f8d4 (diff)
downloademacs-40714e3da88198ea96c4756a8607c758527b8e99.tar.gz
emacs-40714e3da88198ea96c4756a8607c758527b8e99.zip
* dired.el (dired-sort-toggle): Some ls implementations only allow
a single option string. Fixes: debbugs:12666
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 398b058a874..e799ead207b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12012-10-18 Glenn Morris <rgm@gnu.org> 12012-10-18 Glenn Morris <rgm@gnu.org>
2 2
3 * dired.el (dired-sort-toggle): Some ls implementations only allow
4 a single option string. (Bug#12666)
5
3 * minibuffer.el (completion-cycle-threshold): Doc fix. 6 * minibuffer.el (completion-cycle-threshold): Doc fix.
4 7
52012-10-17 Kenichi Handa <handa@gnu.org> 82012-10-17 Kenichi Handa <handa@gnu.org>