Remove unused variable find-file-not-true-dirname-list
See http://debbugs.gnu.org/9422.
This commit is contained in:
parent
9af32a1a25
commit
3d03de90fb
2 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-09-03 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
|
||||
|
||||
2011-09-02 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* window.el (pop-to-buffer-1, pop-to-buffer-same-window): Deleted.
|
||||
|
|
|
@ -1639,11 +1639,6 @@ home directory is a root directory) and removes automounter prefixes
|
|||
(substring filename (match-end 0)))))
|
||||
filename)))
|
||||
|
||||
(defcustom find-file-not-true-dirname-list nil
|
||||
"List of logical names for which visiting shouldn't save the true dirname."
|
||||
:type '(repeat (string :tag "Name"))
|
||||
:group 'find-file)
|
||||
|
||||
(defun find-buffer-visiting (filename &optional predicate)
|
||||
"Return the buffer visiting file FILENAME (a string).
|
||||
This is like `get-file-buffer', except that it checks for any buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue