aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/newcomment.el1
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9b9e5645de..f86cfeea7b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-06 Richard M. Stallman <[email protected]>
+
+ * newcomment.el (comment-search-forward): Delete autoload cookie.
+
2003-05-06 Kenichi Handa <handa@etlken2>
* arc-mode.el (archive-set-buffer-as-visiting-file): Use
diff --git a/lisp/newcomment.el b/lisp/newcomment.el
index 056b9b9711..aa53f50606 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