branch: master
commit 4a5fe992f2b4a68f7b3840bbb24b496738760573
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
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