/[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.35 by monnier, Thu Sep 27 21:13:44 2001 UTC revision 1.35.4.1 by monnier, Tue Nov 13 20:16:06 2001 UTC
# Line 219  This is obsolete because you might as we Line 219  This is obsolete because you might as we
219                 (goto-char (point-min))                 (goto-char (point-min))
220                 (and (forward-comment 1) (eobp))))))                 (and (forward-comment 1) (eobp))))))
221      ;; comment-padding      ;; comment-padding
222        (unless comment-padding (setq comment-padding 0))
223      (when (integerp comment-padding)      (when (integerp comment-padding)
224        (setq comment-padding (make-string comment-padding ? )))        (setq comment-padding (make-string comment-padding ? )))
225      ;; comment markers      ;; comment markers

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.35.4.1

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