From: Dave Love Date: Wed, 19 Jan 2000 15:33:54 +0000 (+0000) Subject: (user-init-file): Don't declare here -- is primitive. X-Git-Tag: emacs-pretest-21.0.90~5314 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc25634a20cc56adfd95416a847878b55e66cf7b;p=emacs.git (user-init-file): Don't declare here -- is primitive. --- 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,