diff options
| author | Richard M. Stallman | 1995-06-21 23:19:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-21 23:19:47 +0000 |
| commit | 56969ea35587b466ccaa12badeb905844e29d754 (patch) | |
| tree | 28aeae404b657ef45b04f8fb5785ff30beba6cf3 | |
| parent | 804dd38a2f2c69e3af06b4453cae0463ce2c925b (diff) | |
| download | emacs-56969ea35587b466ccaa12badeb905844e29d754.tar.gz emacs-56969ea35587b466ccaa12badeb905844e29d754.zip | |
(buffer-file-truename): Duplicate definition deleted.
| -rw-r--r-- | lisp/files.el | 7 |
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.") | |||
| 113 | The truename of a file is found by chasing all links | 113 | The truename of a file is found by chasing all links |
| 114 | both at the file level and at the levels of the containing directories.") | 114 | both 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. | ||
| 118 | That is, (abbreviate-file-name (file-truename buffer-file-name)). | ||
| 119 | This 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. |
| 125 | The value is a list of the form (FILENUM DEVNUM). | 118 | The value is a list of the form (FILENUM DEVNUM). |