Skip to content

Commit c10103c

Browse files
committed
Rename haskell-guess-setting
This makes it more obvious that the settings come from the .cabal file.
1 parent 74f85f0 commit c10103c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-cabal.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
val)))))
174174

175175
;;;###autoload
176-
(defun haskell-guess-setting (name)
176+
(defun haskell-cabal-guess-setting (name)
177177
"Guess the specified setting of this project.
178178
If there is no valid .cabal file to get the setting from (or
179179
there is no corresponding setting with that name in the .cabal

0 commit comments

Comments
 (0)