/[emacs]/emacs/lisp/newcomment.el
ViewVC logotype

Diff of /emacs/lisp/newcomment.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by monnier, Fri Oct 12 22:37:51 2001 UTC revision 1.38 by monnier, Tue Nov 13 20:17:26 2001 UTC
# Line 220  This is obsolete because you might as we Line 220  This is obsolete because you might as we
220                 (goto-char (point-min))                 (goto-char (point-min))
221                 (and (forward-comment 1) (eobp))))))                 (and (forward-comment 1) (eobp))))))
222      ;; comment-padding      ;; comment-padding
223        (unless comment-padding (setq comment-padding 0))
224      (when (integerp comment-padding)      (when (integerp comment-padding)
225        (setq comment-padding (make-string comment-padding ? )))        (setq comment-padding (make-string comment-padding ? )))
226      ;; comment markers      ;; comment markers

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26