diff options
| author | Stefan Monnier | 2008-11-18 18:26:08 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-11-18 18:26:08 +0000 |
| commit | 35b05a7793f3e0f702ee8cd5aec68b2acbe815cd (patch) | |
| tree | d253f382172c734760345c710f21e242cafcdea4 /etc | |
| parent | d0414e3656d63bbf5640c832cf6f630281bc23be (diff) | |
| download | emacs-35b05a7793f3e0f702ee8cd5aec68b2acbe815cd.tar.gz emacs-35b05a7793f3e0f702ee8cd5aec68b2acbe815cd.zip | |
(confirm-nonexistent-file-or-buffer):
Rename from find-file-confirm-nonexistent-file.
(read-buffer-to-switch): Use it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -499,8 +499,9 @@ matches a regexp. | |||
| 499 | The mode bits can be specified in symbolic notation, like with GNU | 499 | The mode bits can be specified in symbolic notation, like with GNU |
| 500 | Coreutils, in addition to an octal number. | 500 | Coreutils, in addition to an octal number. |
| 501 | +++ | 501 | +++ |
| 502 | *** If you set find-file-confirm-nonexistent-file to t, then C-x C-f | 502 | *** Emacs requires confirmation before opening a non-existent file or buffer. |
| 503 | requires confirmation before opening a non-existent file. | 503 | You can recover the previous behavior by setting |
| 504 | confirm-nonexistent-file-or-buffer to nil. | ||
| 504 | 505 | ||
| 505 | *** `next-error-recenter' specifies how next-error should recenter the | 506 | *** `next-error-recenter' specifies how next-error should recenter the |
| 506 | visited source file. Its value can be a number (for example, 0 for | 507 | visited source file. Its value can be a number (for example, 0 for |