Mercurial > emacs
changeset 16187:8a28d7f7cddb
(find-file-existing-other-name): Default value now t.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 Sep 1996 21:07:32 +0000 |
parents | e331a0dbe000 |
children | 5bc27ae3cd14 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sat Sep 14 04:54:17 1996 +0000 +++ b/lisp/files.el Sat Sep 14 21:07:32 1996 +0000 @@ -105,7 +105,7 @@ Automatically local in all buffers.") (make-variable-buffer-local 'buffer-offer-save) -(defconst find-file-existing-other-name nil +(defconst find-file-existing-other-name t "*Non-nil means find a file under alternative names, in existing buffers. This means if any existing buffer is visiting the file you want under another name, you get the existing buffer instead of a new buffer.")