diff options
| author | Stefan Monnier | 2011-02-18 12:18:16 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-02-18 12:18:16 -0500 |
| commit | aa56f3613e788df186bef09e2b5414428140377a (patch) | |
| tree | 270df0f00e2e9ec8f9df668bff84c4199d0169f8 /src/ChangeLog | |
| parent | 42af913dd467c574bb5ccb8825aab5881d9221e7 (diff) | |
| download | emacs-aa56f3613e788df186bef09e2b5414428140377a.tar.gz emacs-aa56f3613e788df186bef09e2b5414428140377a.zip | |
* lisp/files.el (cd): Make completion obey cd-path.
* lread.c (Qdir_ok): New constant.
(syms_of_lread): Initialize it.
(openp): Don't ignore directories if the predicate returns dir-ok.
Fixes: debbugs:7924
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 72a9287513d..9839c7fcc98 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lread.c (Qdir_ok): New constant. | ||
| 4 | (syms_of_lread): Initialize it. | ||
| 5 | (openp): Don't ignore directories if the predicate returns dir-ok. | ||
| 6 | |||
| 1 | 2011-02-18 Eli Zaretskii <eliz@gnu.org> | 7 | 2011-02-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * xdisp.c (display_line): Fix the change made for bug#7939. | 9 | * xdisp.c (display_line): Fix the change made for bug#7939. |