diff options
| author | Leo Liu | 2013-07-11 10:59:54 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-07-11 10:59:54 +0800 |
| commit | a43d577e485424c5352fe551e34fa35ea2724124 (patch) | |
| tree | 92ee10368c573672f34727ab5fc180a5046f344b /lisp/ChangeLog | |
| parent | 653d4f43a7280d8fb84173be37b0c4c518cf7a88 (diff) | |
| download | emacs-a43d577e485424c5352fe551e34fa35ea2724124.tar.gz emacs-a43d577e485424c5352fe551e34fa35ea2724124.zip | |
* ido.el (ido-read-file-name): Conform to the requirements of
read-file-name.
(ido-read-directory-name): Conform to the requirements of
read-directory-name.
Fixes: debbugs:11861
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37421981f7f..4b9cbe829f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-07-11 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * ido.el (ido-read-file-name): Conform to the requirements of | ||
| 4 | read-file-name. (Bug#11861) | ||
| 5 | (ido-read-directory-name): Conform to the requirements of | ||
| 6 | read-directory-name. | ||
| 7 | |||
| 1 | 2013-07-11 Juanma Barranquero <lekktu@gmail.com> | 8 | 2013-07-11 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | * subr.el (delay-warning): New function. | 10 | * subr.el (delay-warning): New function. |