]> git.eshelyaron.com Git - emacs.git/commitdiff
(user-init-file): Don't declare here -- is primitive.
authorDave Love <fx@gnu.org>
Wed, 19 Jan 2000 15:33:54 +0000 (15:33 +0000)
committerDave Love <fx@gnu.org>
Wed, 19 Jan 2000 15:33:54 +0000 (15:33 +0000)
lisp/files.el

index 28827a1c0d42c7e40015e4b3f4f5be0641e82bc0..eb053bb145e5c1eabb089de21b7e4abb6c995bec 100644 (file)
@@ -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,