Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
56969ea3
Commit
56969ea3
authored
Jun 21, 1995
by
Richard M. Stallman
Browse files
(buffer-file-truename): Duplicate definition deleted.
parent
804dd38a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
lisp/files.el
lisp/files.el
+0
-7
No files found.
lisp/files.el
View file @
56969ea3
...
...
@@ -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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment