(comment-use-syntax): Change `maybe' to `undecided'.
commit771c9b9735e1437fd073aab706e7ac08ea496a7d
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 13 May 2000 19:41:08 +0000 (13 19:41 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 13 May 2000 19:41:08 +0000 (13 19:41 +0000)
tree93144b78884801e5b833cb4f47fce8ea928a6bb1
parent4240c779d5d84b1e4b1e81abd86b3cfd998246fc
(comment-use-syntax): Change `maybe' to `undecided'.
(comment-quote-nested): New.  Replaces comment-nested.
(comment-add): Turn into a mere defvar or a integer.
(comment-style): Change default to `plain'.
(comment-styles): Rename `plain' to `indent' and create a new plainer `plain'.
(comment-string-reverse): Use nreverse.
(comment-normalize-vars): Change `maybe' to `undecided', add comments.
  Don't infer the setting of comment-nested anymore (the default for
  comment-quote-nested is safe).  Use comment-quote-nested.
(comment-end-quote-re): Use comment-quote-nested.
(comment-search-forward): Obey LIMIT.
(comment-indent): Don't skip forward further past comment-search-forward.
(comment-padleft): Use comment-quote-nested.
(comment-make-extra-lines): Use `cons' rather than `values'.
(comment-region-internal): New arg INDENT.  Use line-end-position.
  Avoid multiple-value-setq.
(comment-region): Follow the new comment-add semantics.
  Don't do box comments any more.
(comment-box): New function.
(comment-dwim): Only do the region stuff is transient-mark-active.
lisp/newcomment.el