pombreda / js2-mode

Automatically exported from code.google.com/p/js2-mode
0 stars 0 forks source link

File mode specification error: (void-function prog-mode) when opening .js files #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by jacobaa1...@gmail.com on 19 Nov 2013 at 1:37

GoogleCodeExporter commented 9 years ago
oops. pressed enter on accident

Whenever I open a .js file, I get this error.

~/.emacs:
(load "js2-mode.el")
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))

I am running emacs version 23.1

Original comment by jacobaa1...@gmail.com on 19 Nov 2013 at 1:41