Skip to content

Commit a13540f

Browse files
committed
Fix warining
1 parent 22d3517 commit a13540f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

haskell-indentation.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ set and deleted as if they were real tabs."
129129
(defvar haskell-literate) ; defined in haskell-mode.el
130130

131131
(defun haskell-indentation-bird-p ()
132-
"Return t if this is a literate Haskell buffer in bird style,
133-
NIL otherwise."
132+
"Return t if this is a literate Haskell buffer in bird style, NIL otherwise."
134133
(eq haskell-literate 'bird))
135134

136135
;;----------------------------------------------------------------------------

0 commit comments

Comments
 (0)