diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2003-12-24 02:09:42 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-12-24 02:09:42 +0000 |
commit | 078a0658373d4a627062db8db18618cedfeb2785 (patch) | |
tree | 22f546553a947c755221f09eb4f5d6a73ae84bb9 /lisp | |
parent | 774b7c713d0a673fe18f0e3ff6c69d7f0a93e279 (diff) | |
download | emacs-078a0658373d4a627062db8db18618cedfeb2785.tar.gz emacs-078a0658373d4a627062db8db18618cedfeb2785.tar.bz2 emacs-078a0658373d4a627062db8db18618cedfeb2785.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0acc3c26ab7..be07b25daeb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> + * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call + to `completing-read' on a recently fixed bug. + * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt (instead of <SPACE>) to get the list of possible fringe modes. (<SPACE> only works if both `partial-completion-mode' and |