summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-01-19 15:33:54 +0000
committerDave Love <fx@gnu.org>2000-01-19 15:33:54 +0000
commitfc25634a20cc56adfd95416a847878b55e66cf7b (patch)
tree77b6412814081be7e1e48ed3f3c518ae01f52257 /lisp/files.el
parent60af03f1c89dfbb160e65e5bf21d417b3b463a49 (diff)
downloademacs-fc25634a20cc56adfd95416a847878b55e66cf7b.tar.gz
(user-init-file): Don't declare here -- is primitive.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el3
1 files changed, 0 insertions, 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,