aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 21303574..bc5cbf3d 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1788,7 +1788,7 @@ Near here means PT is either inside or just aside of a comment."
(defpacustom search-blacklist coq-search-blacklist-string
"Strings to blacklist in requests to coq environment."
:type 'string
- ;;:get coq-search-blacklist-string
+ :get coq-get-search-blacklist
:setting coq-set-search-blacklist)