From fc25634a20cc56adfd95416a847878b55e66cf7b Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 19 Jan 2000 15:33:54 +0000 Subject: [PATCH] (user-init-file): Don't declare here -- is primitive. --- lisp/files.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/files.el b/lisp/files.el index 28827a1c0d4..eb053bb145e 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1456,9 +1456,6 @@ If it matches, mode MODE is selected.") When checking `inhibit-first-line-modes-regexps', we first discard from the end of the file name anything that matches one of these regexps.") -(defvar user-init-file nil - "File name, including directory, of user's initialization file.") - (defun set-auto-mode (&optional just-from-file-name) "Select major mode appropriate for current buffer. This checks for a -*- mode tag in the buffer's text, -- 2.39.5