summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-14 21:07:32 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-14 21:07:32 +0000
commitf40adf65e502add3fba2b818bd9d4859c71d8043 (patch)
treeeefdad1fe5d759d70132cbf443eb068d94660fac /lisp
parent8851d7d13390a7bf2ae8be6a9b3b92119cbb0649 (diff)
downloademacs-f40adf65e502add3fba2b818bd9d4859c71d8043.tar.gz
(find-file-existing-other-name): Default value now t.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index c106cf62c12..380ab5398d5 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -105,7 +105,7 @@ even if the buffer is not visiting a file.
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.")