pombreda / js2-mode

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

js2-mode: comment lines not unwrapped #125

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Type:

  // This is a 
  // comment.

2. Go on the first line of the comment, hit M-q

What is the expected output?

  // This is a comment.

What do you see instead?

  // This is a 
  // comment.

What version of the product are you using?

  20090723

On what operating system?

  GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1

Original issue reported on code.google.com by felixedgarklee on 29 Dec 2010 at 10:23