[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
M-x comment-region
From: |
Richard Stallman |
Subject: |
M-x comment-region |
Date: |
Sat, 22 Dec 2007 16:08:42 -0500 |
I think I fixed the problem. M-x comment-region
for Lisp code should now use ;; if indenting a whole function
and ;;; if indenting just part of a function.
In the latter case there should be enough indentation after the ;;;
to prevent it from being treated as an outline header.
Does it work right, now?
- M-x comment-region,
Richard Stallman <=