# HG changeset patch # User Richard M. Stallman # Date 803776787 0 # Node ID a9a06ecf14e791e7b8c5b3e9b77be7cd1b244091 # Parent b8e337c7df8f5b6826b21fde29753110a4551b9a (buffer-file-truename): Duplicate definition deleted. diff -r b8e337c7df8f -r a9a06ecf14e7 lisp/files.el --- a/lisp/files.el Wed Jun 21 23:15:07 1995 +0000 +++ b/lisp/files.el Wed Jun 21 23:19:47 1995 +0000 @@ -113,13 +113,6 @@ 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).