Skip to content

Commit 9cedf77

Browse files
committed
Don't make functions safe file-local values
1 parent 9018ad5 commit 9cedf77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

haskell-customize.el

+1-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ a per-project basis."
8989
:group 'haskell-interactive
9090
:type '(choice
9191
(function-item :tag "None" :value identity)
92-
(function :tag "Custom function"))
93-
:safe 'functionp)
92+
(function :tag "Custom function")))
9493

9594
(defcustom haskell-ask-also-kill-buffers
9695
t

0 commit comments

Comments
 (0)