branch: master commit 2149f3a4a855ccebbe0c8832079a9f5d5d50909a Author: Leo Liu <sdl....@gmail.com> Commit: Leo Liu <sdl....@gmail.com>
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 <sdl....@gmail.com> -;; 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