From: Richard M. Stallman Date: Tue, 6 May 2003 10:40:35 +0000 (+0000) Subject: (comment-search-forward): Delete autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~10301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be5d837275e73854597dd9e3375c6c648ef10c58;p=emacs.git (comment-search-forward): Delete autoload cookie. --- 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