aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-14 21:07:32 +0000
committerRichard M. Stallman1996-09-14 21:07:32 +0000
commita220751d75d83b83729e907c6b349d69c6b256cf (patch)
tree3be6b2b86ade44e96631f65e61bf664cc69cead4 /lisp
parent25fc49d3ea5bbae88a3a8aa16e5b2a6b360aeb73 (diff)
downloademacs-a220751d75d83b83729e907c6b349d69c6b256cf.tar.gz
emacs-a220751d75d83b83729e907c6b349d69c6b256cf.zip
(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.
105Automatically local in all buffers.") 105Automatically local in all buffers.")
106(make-variable-buffer-local 'buffer-offer-save) 106(make-variable-buffer-local 'buffer-offer-save)
107 107
108(defconst find-file-existing-other-name nil 108(defconst find-file-existing-other-name t
109 "*Non-nil means find a file under alternative names, in existing buffers. 109 "*Non-nil means find a file under alternative names, in existing buffers.
110This means if any existing buffer is visiting the file you want 110This means if any existing buffer is visiting the file you want
111under another name, you get the existing buffer instead of a new buffer.") 111under another name, you get the existing buffer instead of a new buffer.")