emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tramp.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el
Date: Fri, 28 Oct 2005 12:23:27 -0400

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.81 emacs/lisp/net/tramp.el:1.82
*** emacs/lisp/net/tramp.el:1.81        Mon Oct 17 04:46:46 2005
--- emacs/lisp/net/tramp.el     Fri Oct 28 16:23:26 2005
***************
*** 4369,4374 ****
--- 4369,4377 ----
  
  ;;; File name handler functions for completion mode
  
+ (defvar tramp-completion-mode nil
+   "If non-nil, we are in file name completion mode.")
+ 
  ;; Necessary because `tramp-file-name-regexp-unified' and
  ;; `tramp-completion-file-name-regexp-unified' aren't different.
  ;; If nil, `tramp-completion-run-real-handler' is called (i.e. forwarding to
***************
*** 4434,4442 ****
    "Like `file-name-nondirectory' but aware of TRAMP files."
    (substring
     file (length (tramp-completion-handle-file-name-directory file))))
- 
- (defvar tramp-completion-mode nil
-   "If non-nil, we are in file name completion mode.")
  
  ;; Method, host name and user name completion.
  ;; `tramp-completion-dissect-file-name' returns a list of
--- 4437,4442 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]