tmalsburg / guess-language.el

Emacs minor mode that detects the language you're typing in. Automatically switches spell checker. Supports multiple languages per document.
115 stars 14 forks source link

boundp expects a symbol #12

Closed egh closed 7 years ago

egh commented 7 years ago

Line 168 should have:

(boundp 'typo-mode)

not

(boundp typo-mode)
tmalsburg commented 7 years ago

Thanks for spotting this.

egh commented 7 years ago

Thank you!