comparison lisp/ChangeLog @ 85519:59d22f8641a3

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Mon, 22 Oct 2007 00:22:56 +0000
parents 7fa3f0c5ecbf
children 84efd7d3c35e
comparison
equal deleted inserted replaced
85518:50f694f3549c 85519:59d22f8641a3
1 2007-10-22 Juri Linkov <juri@jurta.org> 1 2007-10-22 Juri Linkov <juri@jurta.org>
2 2
3 * simple.el (goto-history-element): Allow minibuffer-default to be 3 * simple.el (goto-history-element): Allow minibuffer-default to be
4 a list of default values accessible by typing M-n in the minibuffer. 4 a list of default values accessible by typing M-n in the minibuffer.
5
6 * dired-x.el (dired-guess-shell-command): Put all guesses to the
7 minibuffer default value list instead of pushing them temporarily
8 to the history list.
5 9
6 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca> 10 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7 11
8 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo. 12 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
9 13