]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid error messages loading trampver.el
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 1 Apr 2020 10:09:29 +0000 (12:09 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 1 Apr 2020 10:09:29 +0000 (12:09 +0200)
* lisp/net/trampver.el (tramp-repository-branch)
(tramp-repository-version): Bind `debug-on-error' to nil.

lisp/net/trampver.el

index 0a92e0d320210b7fc173f3c12e2eec90ea4d99b7..8d21133b3b15ba6c09c5540b367985a58ee47031 100644 (file)
@@ -48,6 +48,7 @@
     ;; Suppress message from `emacs-repository-get-branch'.  We must
     ;; also handle out-of-tree builds.
     (let ((inhibit-message t)
+         (debug-on-error nil)
          (dir (or (locate-dominating-file (locate-library "tramp") ".git")
                   source-directory)))
       ;; `emacs-repository-get-branch' has been introduced with Emacs 27.1.
@@ -61,6 +62,7 @@
     ;; Suppress message from `emacs-repository-get-version'.  We must
     ;; also handle out-of-tree builds.
     (let ((inhibit-message t)
+         (debug-on-error nil)
          (dir (or (locate-dominating-file (locate-library "tramp") ".git")
                   source-directory)))
       (and (stringp dir) (file-directory-p dir)