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

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

[elpa] master 4a5fe99 30/56: Fixes #164


From: Rocky Bernstein
Subject: [elpa] master 4a5fe99 30/56: Fixes #164
Date: Sat, 27 May 2017 05:02:34 -0400 (EDT)

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

    Fixes #164
---
 realgud/common/file.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/realgud/common/file.el b/realgud/common/file.el
index 3ca1b30..f0dc615 100644
--- a/realgud/common/file.el
+++ b/realgud/common/file.el
@@ -30,7 +30,8 @@
 (declare-function compilation-find-file 'compile)
 
 (defcustom realgud-file-find-function 'compilation-find-file
-  "Function to call when we can't easily find file")
+  "Function to call when we can't easily find file"
+  :type 'function)
 
 (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]