From: Stefan Monnier Date: Sun, 8 Oct 2000 19:07:41 +0000 (+0000) Subject: (comment-indent-default): Autoload. X-Git-Tag: emacs-pretest-21.0.90~1023 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fae99944997066126e2a5e4397904c83e6971399;p=emacs.git (comment-indent-default): Autoload. --- diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 9b36dde09a0..b4bdc16ba2c 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -6,7 +6,7 @@ ;; Maintainer: Stefan Monnier ;; Keywords: comment uncomment ;; Version: $Name: $ -;; Revision: $Id: newcomment.el,v 1.20 2000/09/29 19:11:42 monnier Exp $ +;; Revision: $Id: newcomment.el,v 1.21 2000/10/05 22:43:22 monnier Exp $ ;; This file is part of GNU Emacs. @@ -396,6 +396,7 @@ Point is assumed to be just at the end of a comment." ;;;; Commands ;;;; +;;;###autoload (defun comment-indent-default () "Default for `comment-indent-function'." (if (looking-at "\\s<\\s<\\s<") 0