]> git.eshelyaron.com Git - emacs.git/commitdiff
Use "26.1" version string in Tramp, fix some comments
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 11 Oct 2016 14:53:33 +0000 (16:53 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 11 Oct 2016 14:53:33 +0000 (16:53 +0200)
* 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
lisp/net/tramp-gvfs.el
lisp/net/tramp-gw.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el

index 0d804fc0a48077a75a0d5265ce2dbfcab0df835c..e953170ed0905767f1be8860fc6137b933c49119 100644 (file)
@@ -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
index 6f1c01362ac95fa0f74d756f0191c58747e17cc0..3d8d366daa48e5f5f40add100d0fbf33136de3ca 100644 (file)
   '("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
index 5f9720ff650e4a275ca3c3d56cb67d956ab457d0..b631072ad1a5fc0dbcc9ee5e8ad88c1700516c12 100644 (file)
@@ -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
index a7ac060f5be19a3d5b060af4b1324a53570b5874..6196b15237a37b0cc87fb3abe8bedcbbe629fe08 100644 (file)
@@ -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)
 
index 3b9c49eb26e8c3f018b715ed5385fcfe9baa092f..fe24edb3930a40f341684ff270e0d5a095823902 100644 (file)
@@ -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
index 44afc0aa6f0d8d5c28a5452cb92dd566ac0edb23..7af40a818a1283f364580035522e3a2918eed660 100644 (file)
@@ -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.