From be5d837275e73854597dd9e3375c6c648ef10c58 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 6 May 2003 10:40:35 +0000 Subject: [PATCH] (comment-search-forward): Delete autoload cookie. --- lisp/ChangeLog | 4 ++++ lisp/newcomment.el | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b9e5645dee..f86cfeea7b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-05-06 Richard M. Stallman + + * newcomment.el (comment-search-forward): Delete autoload cookie. + 2003-05-06 Kenichi Handa * arc-mode.el (archive-set-buffer-as-visiting-file): Use diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 056b9b97119..aa53f50606a 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -305,7 +305,6 @@ 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