]> code.delx.au - gnu-emacs/commitdiff
(buffer-file-truename): Duplicate definition deleted.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Jun 1995 23:19:47 +0000 (23:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Jun 1995 23:19:47 +0000 (23:19 +0000)
lisp/files.el

index fd5268ab59606551a0fa7c3bbe958b2373ad1774..714dbb389b80847386e01bf9a5008bda803bde6b 100644 (file)
@@ -113,13 +113,6 @@ under another name, you get the existing buffer instead of a new buffer.")
 The truename of a file is found by chasing all links
 both at the file level and at the levels of the containing directories.")
 
-(defvar buffer-file-truename nil
-  "The abbreviated truename of the file visited in the current buffer.
-That is, (abbreviate-file-name (file-truename buffer-file-name)).
-This variable is automatically local in all buffers, when non-nil.")
-(make-variable-buffer-local 'buffer-file-truename)
-(put 'buffer-file-truename 'permanent-local t)
-
 (defvar buffer-file-number nil
   "The device number and file number of the file visited in the current buffer.
 The value is a list of the form (FILENUM DEVNUM).