emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 2149f3a 01/11: Ignore errors in ggtags-find-project even i


From: Leo Liu
Subject: [elpa] master 2149f3a 01/11: Ignore errors in ggtags-find-project even if debug-on-error
Date: Wed, 25 Jul 2018 12:34:45 -0400 (EDT)

branch: master
commit 2149f3a4a855ccebbe0c8832079a9f5d5d50909a
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    Ignore errors in ggtags-find-project even if debug-on-error
    
    See related issues #109, #112 and #135.
---
 ggtags.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ggtags.el b/ggtags.el
index b3172fb..d8bd458 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2013-2016  Free Software Foundation, Inc.
 
 ;; Author: Leo Liu <address@hidden>
-;; Version: 0.8.12
+;; Version: 0.8.13
 ;; Keywords: tools, convenience
 ;; Created: 2013-01-29
 ;; URL: https://github.com/leoliu/ggtags
@@ -553,7 +553,7 @@ Value is new modtime if updated."
           project)
       (setq ggtags-last-default-directory default-directory)
       (setq ggtags-project-root
-            (or (ignore-errors-unless-debug
+            (or (ignore-errors
                   (file-name-as-directory
                    (concat (file-remote-p default-directory)
                            ;; Resolves symbolic links



reply via email to

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