emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 8b4aebf: Use "26.1" version string in Tramp, fix so


From: Michael Albinus
Subject: [Emacs-diffs] master 8b4aebf: Use "26.1" version string in Tramp, fix some comments
Date: Tue, 11 Oct 2016 14:56:41 +0000 (UTC)

branch: master
commit 8b4aebf4559522d19193cc19cc8a255e764a8676
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Use "26.1" version string in Tramp, fix some comments
    
    * lisp/net/tramp-gvfs.el (tramp-gvfs-methods):
    * lisp/net/tramp-sh.el (tramp-remote-process-environment):
    Use "26.1" version string.
---
 lisp/net/tramp-compat.el |    2 +-
 lisp/net/tramp-gvfs.el   |    5 ++++-
 lisp/net/tramp-gw.el     |    1 +
 lisp/net/tramp-sh.el     |    2 +-
 lisp/net/tramp-smb.el    |    2 ++
 lisp/net/tramp.el        |    2 +-
 6 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el
index 0d804fc..e953170 100644
--- a/lisp/net/tramp-compat.el
+++ b/lisp/net/tramp-compat.el
@@ -118,7 +118,7 @@ Add the extension of F, if existing."
         (extension (file-name-extension f t)))
     (make-temp-file prefix dir-flag extension)))
 
-;; `temporary-file-directory' as function is introduced with Emacs 25.2.
+;; `temporary-file-directory' as function is introduced with Emacs 26.1.
 (defalias 'tramp-compat-temporary-file-directory-function
   (if (fboundp 'temporary-file-directory)
       'temporary-file-directory
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index 6f1c013..3d8d366 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
@@ -114,7 +114,7 @@
   '("afp" "dav" "davs" "gdrive" "obex" "sftp" "synce")
   "List of methods for remote files, accessed with GVFS."
   :group 'tramp
-  :version "25.2"
+  :version "26.1"
   :type '(repeat (choice (const "afp")
                         (const "dav")
                         (const "davs")
@@ -1963,10 +1963,13 @@ They are retrieved from the hal daemon."
 
 ;; * Host name completion for existing mount points (afp-server,
 ;;   smb-server) or via smb-network.
+;;
 ;; * Check, how two shares of the same SMB server can be mounted in
 ;;   parallel.
+;;
 ;; * Apply SDP on bluetooth devices, in order to filter out obex
 ;;   capability.
+;;
 ;; * Implement obex for other serial communication but bluetooth.
 
 ;;; tramp-gvfs.el ends here
diff --git a/lisp/net/tramp-gw.el b/lisp/net/tramp-gw.el
index 5f9720f..b631072 100644
--- a/lisp/net/tramp-gw.el
+++ b/lisp/net/tramp-gw.el
@@ -331,6 +331,7 @@ password in password cache.  This is done for the first try 
only."
 ;;; TODO:
 
 ;; * Provide descriptive Commentary.
+;;
 ;; * Enable it for several gateway processes in parallel.
 
 ;;; tramp-gw.el ends here
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index a7ac060..6196b15 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -566,7 +566,7 @@ which might have been set in the init files like ~/.profile.
 Special handling is applied to the PATH environment, which should
 not be set here. Instead, it should be set via `tramp-remote-path'."
   :group 'tramp
-  :version "25.2"
+  :version "26.1"
   :type '(repeat string)
   :require 'tramp)
 
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index 3b9c49e..fe24edb 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -2042,8 +2042,10 @@ Returns nil if an error message has appeared."
 ;;; TODO:
 
 ;; * Return more comprehensive file permission string.
+;;
 ;; * Try to remove the inclusion of dummy "" directory.  Seems to be at
 ;;   several places, especially in `tramp-smb-handle-insert-directory'.
+;;
 ;; * Ignore case in file names.
 
 ;;; tramp-smb.el ends here
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 44afc0a..7af40a8 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -1959,7 +1959,7 @@ ARGS are the arguments OPERATION has been called with."
    ;; COMMAND.
    ((member operation
            '(process-file shell-command start-file-process
-             ;; Emacs 25.2+ only.
+             ;; Emacs 26+ only.
              make-nearby-temp-file temporary-file-directory))
     default-directory)
    ;; PROC.



reply via email to

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