Mercurial > emacs
comparison etc/NEWS @ 79128:31bc872ba784
Fix wording of the SPC non-completion of file names entry.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 17 Oct 2007 19:21:36 +0000 |
parents | b9f098566de8 |
children | 3adf56a260f9 |
comparison
equal
deleted
inserted
replaced
79127:5f8ab095f19e | 79128:31bc872ba784 |
---|---|
322 This is so filenames with embedded spaces could be input without the | 322 This is so filenames with embedded spaces could be input without the |
323 need to quote the space with a C-q. The underlying changes in the | 323 need to quote the space with a C-q. The underlying changes in the |
324 keymaps that are active in the minibuffer are described below under | 324 keymaps that are active in the minibuffer are described below under |
325 "New keymaps for typing file names". | 325 "New keymaps for typing file names". |
326 | 326 |
327 If you want the old behavior back, put these two key bindings to your | 327 If you want the old behavior back, add these two key bindings to your |
328 ~/.emacs init file: | 328 ~/.emacs init file: |
329 | 329 |
330 (define-key minibuffer-local-filename-completion-map | 330 (define-key minibuffer-local-filename-completion-map |
331 " " 'minibuffer-complete-word) | 331 " " 'minibuffer-complete-word) |
332 (define-key minibuffer-local-must-match-filename-map | 332 (define-key minibuffer-local-must-match-filename-map |