diff options
| author | Karl Heuer | 1998-04-07 18:13:23 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-04-07 18:13:23 +0000 |
| commit | 912ec20a41a265619958a4608371d53b99665ecb (patch) | |
| tree | c5414745f39368d428bf19d2491b127b53fe6f14 | |
| parent | 74f54b545710e57e5c2b3070a42e03aa5d91a4a0 (diff) | |
| download | emacs-912ec20a41a265619958a4608371d53b99665ecb.tar.gz emacs-912ec20a41a265619958a4608371d53b99665ecb.zip | |
(find-file-visit-truename): Don't setq this.
| -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 @@ | |||
| 79 | (provide 'shadowfile) | 79 | (provide 'shadowfile) |
| 80 | (require 'ange-ftp) | 80 | (require 'ange-ftp) |
| 81 | 81 | ||
| 82 | (setq find-file-visit-truename t) ; makes life easier with symbolic links | ||
| 83 | |||
| 84 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 82 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 85 | ;;; Variables | 83 | ;;; Variables |
| 86 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 84 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |