Cannot load viper-mode in Emacs24
- by Andrew-Dufresne
Every time I try to load viper-mode in Emacs24 using M-x viper-mode, I get error
Wrong type argument: symbolp, (quote 3)
I have observed it happens when I try to load viper-mode for the after opening Emacs or after I have issued M-x viper-go-away
So once I get this error and run the same command again, viper-mode loads successfully.
When I use toggle-viper-mode to turn it off, viper-mode goes away successfully. But when I try to turn it back on using toggle-viper-mode again, I get the above stated error. I have to use viper-go-away and then M-x viper-mode twice to get it back working.
How can I get rid of this error?