First "working" version:
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 28 Nov 1999 18:51:06 +0000 (18:51 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 28 Nov 1999 18:51:06 +0000 (18:51 +0000)
commit83b96b22503a350068a3de0e39c72cd36b7d5982
tree7fa7552cdd1ca5daf7bae1b11a65efff8d210434
parent778a536a4687a83a3e529398e506433e9f7a74af
First "working" version:
- uncomment-region doesn't work for some unknown reason
- comment-multi-line allows the use of multi line comments
- comment-extra-lines allows yet another style choice
- comment-add allows to default to `;;'
- comment-region on a comment calls uncomment-region
- C-u C-u comment-region aligns comment end markers
- C-u C-u C-u comment-region puts the comment inside a rectangle
lisp/newcomment.el [new file with mode: 0644]