branch: master
commit 4b0bde72fab1cc53f3bb25271cea5d4f7f198255
Author: rocky <[email protected]>
Commit: rocky <[email protected]>

    realgud-file-find-function is in realgud group
---
 realgud/common/file.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/realgud/common/file.el b/realgud/common/file.el
index f0dc615..f3694ba 100644
--- a/realgud/common/file.el
+++ b/realgud/common/file.el
@@ -1,4 +1,4 @@
-;; Copyright (C) 2010-2011, 2013-2014, 2016 Free Software Foundation, Inc
+;; Copyright (C) 2010-2011, 2013-2014, 2016-2017 Free Software Foundation, Inc
 
 ;; Author: Rocky Bernstein <[email protected]>
 
@@ -31,7 +31,8 @@
 
 (defcustom realgud-file-find-function 'compilation-find-file
   "Function to call when we can't easily find file"
-  :type 'function)
+  :type 'function
+  :group 'realgud)
 
 (defun realgud:file-line-count(filename)
   "Return the number of lines in file FILENAME, or nil FILENAME can't be

Reply via email to