Skip to content

Commit

Permalink
Merge pull request #112 from deftsp/master
Browse files Browse the repository at this point in the history
Fix  "Error in timer: (wrong-type-argument characterp nil)" when the point is at the end of the buffer
  • Loading branch information
gregorycollins committed Jan 15, 2013
2 parents 91fa0ad + 3a00b4d commit d593f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell-doc.el
Expand Up @@ -1507,6 +1507,7 @@ is not."
This function is run by an idle timer to print the type
automatically if `haskell-doc-mode' is turned on."
(and haskell-doc-mode
(not (eobp))
(not executing-kbd-macro)
;; Having this mode operate in the minibuffer makes it impossible to
;; see what you're doing.
Expand Down

0 comments on commit d593f03

Please sign in to comment.