From fae99944997066126e2a5e4397904c83e6971399 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 8 Oct 2000 19:07:41 +0000 Subject: [PATCH] (comment-indent-default): Autoload. --- lisp/newcomment.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5