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

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

[elpa] master 4b0bde7 33/56: realgud-file-find-function is in realgud gr


From: Rocky Bernstein
Subject: [elpa] master 4b0bde7 33/56: realgud-file-find-function is in realgud group
Date: Sat, 27 May 2017 05:02:34 -0400 (EDT)

branch: master
commit 4b0bde72fab1cc53f3bb25271cea5d4f7f198255
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    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 <address@hidden>
 
@@ -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

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