aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-21 23:19:47 +0000
committerRichard M. Stallman1995-06-21 23:19:47 +0000
commit56969ea35587b466ccaa12badeb905844e29d754 (patch)
tree28aeae404b657ef45b04f8fb5785ff30beba6cf3
parent804dd38a2f2c69e3af06b4453cae0463ce2c925b (diff)
downloademacs-56969ea35587b466ccaa12badeb905844e29d754.tar.gz
emacs-56969ea35587b466ccaa12badeb905844e29d754.zip
(buffer-file-truename): Duplicate definition deleted.
-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).