joaotavora / autopair

Automagically pair braces and quotes in emacs like TextMate
208 stars 35 forks source link

Fix warning: reference to free variable `autopair-mode' #13

Closed ptpt closed 11 years ago

ptpt commented 11 years ago

The free variable autopair-mode is referenced in autopairs-global-mode-emacs24-hack, so autopair-mode should be defined before the hack.

krismolendyke commented 11 years ago

Thanks! Any reason this can't be merged, @capitaomorte?

joaotavora commented 11 years ago

Sorry, this pull request slipped through somehow. Looks ok, you moved the define-minor-mode up some lines right? I think it's ok...