/[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.62 by monnier, Tue May 6 14:06:34 2003 UTC revision 1.63 by monnier, Tue May 6 14:55:56 2003 UTC
# Line 211  This is obsolete because you might as we Line 211  This is obsolete because you might as we
211    
212  ;;;###autoload  ;;;###autoload
213  (defun comment-normalize-vars (&optional noerror)  (defun comment-normalize-vars (&optional noerror)
214      "Check and setup the variables needed by other commenting functions.
215    Functions autoloaded from newcomment.el, being entry points, should call
216    this function before any other, so the rest of the code can assume that
217    the variables are properly set."
218    (if (not comment-start)    (if (not comment-start)
219        (unless noerror        (unless noerror
220          (set (make-local-variable 'comment-start)          (set (make-local-variable 'comment-start)

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

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