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

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

[elpa] 01/09: Force ggtags-update-tags when called interactively


From: Leo Liu
Subject: [elpa] 01/09: Force ggtags-update-tags when called interactively
Date: Tue, 18 Feb 2014 02:56:14 +0000

leoliu pushed a commit to branch master
in repository elpa.

commit 6f464bebe2b5e6d1b38f66676223501d735a9b37
Author: Leo Liu <address@hidden>
Date:   Wed Dec 11 11:55:42 2013 +0800

    Force ggtags-update-tags when called interactively
---
 ggtags.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ggtags.el b/ggtags.el
index 6e55ed6..0869916 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2013  Free Software Foundation, Inc.
 
 ;; Author: Leo Liu <address@hidden>
-;; Version: 0.7.8
+;; Version: 0.7.9
 ;; Keywords: tools, convenience
 ;; Created: 2013-01-29
 ;; URL: https://github.com/leoliu/ggtags
@@ -436,12 +436,12 @@ properly update `ggtags-mode-map'."
   "Update GNU Global tag database.
 Do nothing if GTAGS exceeds the oversize limit unless FORCE is
 non-nil."
-  (interactive "P")
+  (interactive "p")
   (when (or force (and (ggtags-find-project)
                        (not (ggtags-project-oversize-p))
                        (ggtags-project-dirty-p (ggtags-find-project))))
     (ggtags-with-process-environment
-     (with-temp-message "Running `global -u'"
+     (with-temp-message "`global -u' in progress..."
        (ggtags-process-string "global" "-u")
        (setf (ggtags-project-dirty-p (ggtags-find-project)) nil)))))
 



reply via email to

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