From 78e4fe69808695b91c30c1d83898c6d4964fdf22 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 3 May 2003 13:50:14 +0000 Subject: [PATCH] (comment-search-forward): Add autoload cookie. --- lisp/newcomment.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/newcomment.el b/lisp/newcomment.el index aa53f50606a..056b9b97119 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -305,6 +305,7 @@ If UNP is non-nil, unquote nested comment markers." ;;;; Navigation ;;;; +;;;###autoload (defun comment-search-forward (limit &optional noerror) "Find a comment start between point and LIMIT. Moves point to inside the comment and returns the position of the -- 2.39.2