]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Bug#27108
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 31 May 2017 18:32:31 +0000 (20:32 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 31 May 2017 18:32:31 +0000 (20:32 +0200)
* lisp/recentf.el (recentf-load-list): Bind `non-essential',
in order to avoid Tramp password requests during Emacs
startup.  (Bug#27108)

lisp/recentf.el

index 4f0573911b9bfdac216445bf4330a91fa38e53d5..462ccb6db5e24c503a1e5fc8862641d7c90c0407 100644 (file)
@@ -1304,7 +1304,9 @@ Read data from the file specified by `recentf-save-file'.
 When `recentf-initialize-file-name-history' is non-nil, initialize an
 empty `file-name-history' with the recent list."
   (interactive)
-  (let ((file (expand-file-name recentf-save-file)))
+  (let ((file (expand-file-name recentf-save-file))
+        ;; We do not want Tramp asking for passwords.
+        (non-essential t))
     (when (file-readable-p file)
       (load-file file)
       (and recentf-initialize-file-name-history