aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/files.el b/lisp/files.el
index fd5268ab596..714dbb389b8 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -113,13 +113,6 @@ under another name, you get the existing buffer instead of a new buffer.")
113The truename of a file is found by chasing all links 113The truename of a file is found by chasing all links
114both at the file level and at the levels of the containing directories.") 114both at the file level and at the levels of the containing directories.")
115 115
116(defvar buffer-file-truename nil
117 "The abbreviated truename of the file visited in the current buffer.
118That is, (abbreviate-file-name (file-truename buffer-file-name)).
119This variable is automatically local in all buffers, when non-nil.")
120(make-variable-buffer-local 'buffer-file-truename)
121(put 'buffer-file-truename 'permanent-local t)
122
123(defvar buffer-file-number nil 116(defvar buffer-file-number nil
124 "The device number and file number of the file visited in the current buffer. 117 "The device number and file number of the file visited in the current buffer.
125The value is a list of the form (FILENUM DEVNUM). 118The value is a list of the form (FILENUM DEVNUM).