Bug No. 232 comment.el 1.0.1

Andreas Röhler andreas.roehler at online.de
Mon Apr 7 04:54:30 EDT 2008


Allowing `comment-padding' to be a string or a number
is one of these things, which make newcomment.el
unnecessarily complicated.

IMO it should be a string. For the moment I have to
take this from newcomment.el:

;; comment-padding 
(unless comment-padding (setq comment-padding 0)) 
(when (integerp comment-padding) (setq comment-padding
(make-string comment-padding ? )))

Attached a fixed comment.el 

Thanks

Andreas Röhler
-------------- next part --------------
A non-text attachment was scrubbed...
Name: comment.el-1.0.1.tgz
Type: application/x-tgz
Size: 5636 bytes
Desc: not available
Url : http://lists.xemacs.org/pipermail/xemacs-beta/attachments/20080407/d83458f0/comment.el-1.0.1.bin


More information about the XEmacs-Beta mailing list