davidmiller / pony-mode

Django mode for emacs
Other
149 stars 32 forks source link

End of file during parsing (pony-mode.el:78:1) #58

Closed mmclark closed 12 years ago

mmclark commented 12 years ago

To reproduce:

$ git clone https://github.com/davidmiller/pony-mode (in emacs) M-x byte-compile file (pony-mode.el)

Error: Compiling file /home/mmclark/tools/pony-mode/src/pony-mode.el at Tue Sep 4 09:59:29 2012 pony-mode.el:78:1:Error: End of file during parsing

Looking at the source, it appears there's a missing closing paren on line 79 of src/pony-mode.el:

78: (defcustom pony-tpl-indent-moves nil 79: "Should TAB move (point) ? if set to t, TAB will move (point)."

davidmiller commented 12 years ago

Yep, deleted a line and committed without realising :( Is fixed and merged now.