diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-04-07 18:13:23 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-04-07 18:13:23 +0000 |
commit | 912ec20a41a265619958a4608371d53b99665ecb (patch) | |
tree | c5414745f39368d428bf19d2491b127b53fe6f14 /lisp/shadowfile.el | |
parent | 74f54b545710e57e5c2b3070a42e03aa5d91a4a0 (diff) | |
download | emacs-912ec20a41a265619958a4608371d53b99665ecb.tar.gz |
(find-file-visit-truename): Don't setq this.
Diffstat (limited to 'lisp/shadowfile.el')
-rw-r--r-- | lisp/shadowfile.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index 1302171f517..c55d91c3ece 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el @@ -79,8 +79,6 @@ (provide 'shadowfile) (require 'ange-ftp) -(setq find-file-visit-truename t) ; makes life easier with symbolic links - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Variables ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |