# HG changeset patch # User Richard M. Stallman # Date 842735252 0 # Node ID 8a28d7f7cddbb0b3cb066d933e9b22536b7fe5f0 # Parent e331a0dbe000c2daa87ffdd343d7a025b68c8102 (find-file-existing-other-name): Default value now t. diff -r e331a0dbe000 -r 8a28d7f7cddb lisp/files.el --- 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.")