diff options
| author | Leo Liu | 2013-07-13 12:44:19 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-07-13 12:44:19 +0800 |
| commit | 58fbe886f57da9b450fc6f1d1f5b2fee9c1fa0fc (patch) | |
| tree | 3b6cc3d02bed1ae8ddc2e12dab6011bd5925e07e /lisp/ChangeLog | |
| parent | 1f0480d4cdea9a266d73f184c56dc94915f1c67a (diff) | |
| download | emacs-58fbe886f57da9b450fc6f1d1f5b2fee9c1fa0fc.tar.gz emacs-58fbe886f57da9b450fc6f1d1f5b2fee9c1fa0fc.zip | |
* ido.el (ido-read-file-name): Guard against non-symbol value.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1213e509692..533ea0a0f23 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-07-13 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * ido.el (ido-read-file-name): Guard against non-symbol value. | ||
| 4 | |||
| 1 | 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org> | 5 | 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 6 | ||
| 3 | * progmodes/python.el (python-imenu--build-tree): Fix corner case | 7 | * progmodes/python.el (python-imenu--build-tree): Fix corner case |