emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/newcomment.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/newcomment.el
Date: Tue, 06 May 2003 10:55:57 -0400

Index: emacs/lisp/newcomment.el
diff -c emacs/lisp/newcomment.el:1.62 emacs/lisp/newcomment.el:1.63
*** emacs/lisp/newcomment.el:1.62       Tue May  6 10:06:34 2003
--- emacs/lisp/newcomment.el    Tue May  6 10:55:56 2003
***************
*** 211,216 ****
--- 211,220 ----
  
  ;;;###autoload
  (defun comment-normalize-vars (&optional noerror)
+   "Check and setup the variables needed by other commenting functions.
+ Functions autoloaded from newcomment.el, being entry points, should call
+ this function before any other, so the rest of the code can assume that
+ the variables are properly set."
    (if (not comment-start)
        (unless noerror
        (set (make-local-variable 'comment-start)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]