aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-04-16 14:28:10 +0200
committerStefan Kangas2021-04-16 14:54:02 +0200
commit289ec2d911c0a723c0c131ac9cf3407c71a4b15c (patch)
tree4f4f3ab2e6850dcda590c45ad6b84b3eed91eeb7
parentfcd1943bfe9e384e91e2fb87c72b827ac28f05ef (diff)
downloademacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.tar.gz
emacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.zip
; Remove some useless comments
-rw-r--r--lisp/align.el2
-rw-r--r--lisp/allout-widgets.el1
-rw-r--r--lisp/allout.el1
-rw-r--r--lisp/autorevert.el1
-rw-r--r--lisp/bs.el1
-rw-r--r--lisp/cus-edit.el2
-rw-r--r--lisp/cus-face.el2
-rw-r--r--lisp/custom.el2
-rw-r--r--lisp/emacs-lisp/faceup.el5
-rw-r--r--lisp/emacs-lisp/lisp-mnt.el5
-rw-r--r--lisp/emacs-lisp/ring.el2
-rw-r--r--lisp/expand.el1
-rw-r--r--lisp/filecache.el4
-rw-r--r--lisp/filenotify.el1
-rw-r--r--lisp/gnus/gnus-cus.el2
-rw-r--r--lisp/gnus/gnus-diary.el5
-rw-r--r--lisp/gnus/gnus-registry.el2
-rw-r--r--lisp/gnus/nnselect.el1
-rw-r--r--lisp/icomplete.el1
-rw-r--r--lisp/language/thai-word.el2
-rw-r--r--lisp/mh-e/mh-acros.el2
-rw-r--r--lisp/mh-e/mh-alias.el2
-rw-r--r--lisp/mh-e/mh-buffers.el2
-rw-r--r--lisp/mh-e/mh-comp.el2
-rw-r--r--lisp/mh-e/mh-compat.el2
-rw-r--r--lisp/mh-e/mh-folder.el2
-rw-r--r--lisp/mh-e/mh-funcs.el2
-rw-r--r--lisp/mh-e/mh-gnus.el2
-rw-r--r--lisp/mh-e/mh-identity.el2
-rw-r--r--lisp/mh-e/mh-inc.el2
-rw-r--r--lisp/mh-e/mh-junk.el2
-rw-r--r--lisp/mh-e/mh-letter.el2
-rw-r--r--lisp/mh-e/mh-limit.el2
-rw-r--r--lisp/mh-e/mh-mime.el2
-rw-r--r--lisp/mh-e/mh-print.el2
-rw-r--r--lisp/mh-e/mh-scan.el2
-rw-r--r--lisp/mh-e/mh-search.el2
-rw-r--r--lisp/mh-e/mh-seq.el2
-rw-r--r--lisp/mh-e/mh-show.el2
-rw-r--r--lisp/mh-e/mh-speed.el2
-rw-r--r--lisp/mh-e/mh-thread.el2
-rw-r--r--lisp/mh-e/mh-tool-bar.el2
-rw-r--r--lisp/mh-e/mh-utils.el2
-rw-r--r--lisp/mh-e/mh-xface.el2
-rw-r--r--lisp/net/ange-ftp.el4
-rw-r--r--lisp/obsolete/fast-lock.el2
-rw-r--r--lisp/obsolete/lazy-lock.el2
-rw-r--r--lisp/obsolete/nnir.el1
-rw-r--r--lisp/obsolete/sregex.el4
-rw-r--r--lisp/progmodes/glasses.el4
-rw-r--r--lisp/progmodes/meta-mode.el3
-rw-r--r--lisp/progmodes/python.el2
-rw-r--r--lisp/speedbar.el1
-rw-r--r--lisp/textmodes/bibtex-style.el1
-rw-r--r--lisp/textmodes/bibtex.el3
-rw-r--r--lisp/textmodes/makeinfo.el1
-rw-r--r--lisp/textmodes/page.el2
-rw-r--r--lisp/textmodes/tex-mode.el1
-rw-r--r--lisp/textmodes/texinfmt.el6
-rw-r--r--lisp/textmodes/texnfo-upd.el2
-rw-r--r--lisp/textmodes/tildify.el2
-rw-r--r--lisp/uniquify.el2
-rw-r--r--lisp/vc/vc-hg.el4
-rw-r--r--lisp/widget.el2
-rw-r--r--test/manual/cedet/tests/test.el3
65 files changed, 4 insertions, 139 deletions
diff --git a/lisp/align.el b/lisp/align.el
index 7ae067f8c53..a0b626a5c43 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -1587,8 +1587,6 @@ aligner would have dealt with are."
1587 (if report 1587 (if report
1588 (message "Aligning...done")))) 1588 (message "Aligning...done"))))
1589 1589
1590;; Provide:
1591
1592(provide 'align) 1590(provide 'align)
1593 1591
1594(run-hooks 'align-load-hook) 1592(run-hooks 'align-load-hook)
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el
index 931dfbc961e..90f3f61b363 100644
--- a/lisp/allout-widgets.el
+++ b/lisp/allout-widgets.el
@@ -2290,7 +2290,6 @@ The elements of LIST are not copied, just the list structure itself."
2290 2290
2291(define-obsolete-function-alias 'allout-frame-property #'frame-parameter "28.1") 2291(define-obsolete-function-alias 'allout-frame-property #'frame-parameter "28.1")
2292 2292
2293;;;_ : provide
2294(provide 'allout-widgets) 2293(provide 'allout-widgets)
2295 2294
2296;;;_ . Local emacs vars. 2295;;;_ . Local emacs vars.
diff --git a/lisp/allout.el b/lisp/allout.el
index f50f5fd4b2c..1605ce2ce33 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -6457,7 +6457,6 @@ If BEG is bigger than END we return 0."
6457 (isearch-repeat 'forward) 6457 (isearch-repeat 'forward)
6458 (isearch-mode t))) 6458 (isearch-mode t)))
6459 6459
6460;;;_ #11 Provide
6461(provide 'allout) 6460(provide 'allout)
6462 6461
6463;;;_* Local emacs vars. 6462;;;_* Local emacs vars.
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 1bb40c90ff5..edd4c7e5e45 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -937,7 +937,6 @@ the timer when no buffers need to be checked."
937 (cancel-timer auto-revert-timer)) 937 (cancel-timer auto-revert-timer))
938 (setq auto-revert-timer nil))))) 938 (setq auto-revert-timer nil)))))
939 939
940;; The end:
941(provide 'autorevert) 940(provide 'autorevert)
942 941
943(run-hooks 'auto-revert-load-hook) 942(run-hooks 'auto-revert-load-hook)
diff --git a/lisp/bs.el b/lisp/bs.el
index 154e3599f33..494bc426188 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -1504,7 +1504,6 @@ name of buffer configuration."
1504 ;; continue standard unloading 1504 ;; continue standard unloading
1505 nil) 1505 nil)
1506 1506
1507;; Now provide feature bs
1508(provide 'bs) 1507(provide 'bs)
1509 1508
1510;;; bs.el ends here 1509;;; bs.el ends here
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index dde6e8997bf..7627930c4c8 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -5155,8 +5155,6 @@ if that value is non-nil."
5155 5155
5156(put 'Custom-mode 'mode-class 'special) 5156(put 'Custom-mode 'mode-class 'special)
5157 5157
5158;;; The End.
5159
5160(provide 'cus-edit) 5158(provide 'cus-edit)
5161 5159
5162;;; cus-edit.el ends here 5160;;; cus-edit.el ends here
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index 21fe89c6214..6c0052bf860 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -395,8 +395,6 @@ This means reset FACE to its value in FROM-THEME."
395 395
396(define-obsolete-function-alias 'custom-facep #'facep "28.1") 396(define-obsolete-function-alias 'custom-facep #'facep "28.1")
397 397
398;;; The End.
399
400(provide 'cus-face) 398(provide 'cus-face)
401 399
402;;; cus-face.el ends here 400;;; cus-face.el ends here
diff --git a/lisp/custom.el b/lisp/custom.el
index 85e5d65ffb2..2c9eadbd479 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -1623,8 +1623,6 @@ If a choice with the same tag already exists, no action is taken."
1623 (put variable 'custom-type 1623 (put variable 'custom-type
1624 (append choices (list choice)))))) 1624 (append choices (list choice))))))
1625 1625
1626;;; The End.
1627
1628(provide 'custom) 1626(provide 'custom)
1629 1627
1630;;; custom.el ends here 1628;;; custom.el ends here
diff --git a/lisp/emacs-lisp/faceup.el b/lisp/emacs-lisp/faceup.el
index 6c3931f9829..162c39634ed 100644
--- a/lisp/emacs-lisp/faceup.el
+++ b/lisp/emacs-lisp/faceup.el
@@ -1170,11 +1170,6 @@ Intended to be called when a file is loaded."
1170 ;; File is being evaluated using, for example, `eval-buffer'. 1170 ;; File is being evaluated using, for example, `eval-buffer'.
1171 default-directory))) 1171 default-directory)))
1172 1172
1173
1174;; ----------------------------------------------------------------------
1175;; The end
1176;;
1177
1178(provide 'faceup) 1173(provide 'faceup)
1179 1174
1180;;; faceup.el ends here 1175;;; faceup.el ends here
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el
index 6d9c8c32794..73a33a553fb 100644
--- a/lisp/emacs-lisp/lisp-mnt.el
+++ b/lisp/emacs-lisp/lisp-mnt.el
@@ -109,11 +109,6 @@
109;; * Footer line --- marks end-of-file so it can be distinguished from 109;; * Footer line --- marks end-of-file so it can be distinguished from
110;; an expanded formfeed or the results of truncation. 110;; an expanded formfeed or the results of truncation.
111 111
112;;; Change Log:
113
114;; Tue Jul 14 23:44:17 1992 ESR
115;; * Created.
116
117;;; Code: 112;;; Code:
118 113
119;;; Variables: 114;;; Variables:
diff --git a/lisp/emacs-lisp/ring.el b/lisp/emacs-lisp/ring.el
index 96894655b45..ea27bb3c31b 100644
--- a/lisp/emacs-lisp/ring.el
+++ b/lisp/emacs-lisp/ring.el
@@ -248,8 +248,6 @@ If SEQ is already a ring, return it."
248 (ring-insert-at-beginning ring (elt seq count)))) 248 (ring-insert-at-beginning ring (elt seq count))))
249 ring))) 249 ring)))
250 250
251;;; provide ourself:
252
253(provide 'ring) 251(provide 'ring)
254 252
255;;; ring.el ends here 253;;; ring.el ends here
diff --git a/lisp/expand.el b/lisp/expand.el
index d11ae7c5263..1b722014f89 100644
--- a/lisp/expand.el
+++ b/lisp/expand.el
@@ -484,7 +484,6 @@ This is used only in conjunction with `expand-add-abbrevs'."
484 484
485(provide 'expand) 485(provide 'expand)
486 486
487;; run load hooks
488(run-hooks 'expand-load-hook) 487(run-hooks 'expand-load-hook)
489 488
490;;; expand.el ends here 489;;; expand.el ends here
diff --git a/lisp/filecache.el b/lisp/filecache.el
index 67d2939dd3c..62184e1a0ae 100644
--- a/lisp/filecache.el
+++ b/lisp/filecache.el
@@ -674,10 +674,6 @@ match REGEXP."
674 (insert (nth 1 item) (nth 0 item) "\n")) 674 (insert (nth 1 item) (nth 0 item) "\n"))
675 (pop-to-buffer buf)))) 675 (pop-to-buffer buf))))
676 676
677;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
678;; Keybindings
679;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
680
681(provide 'filecache) 677(provide 'filecache)
682 678
683;;; filecache.el ends here 679;;; filecache.el ends here
diff --git a/lisp/filenotify.el b/lisp/filenotify.el
index 07871bb0b64..4fc7f0a8ec0 100644
--- a/lisp/filenotify.el
+++ b/lisp/filenotify.el
@@ -505,7 +505,6 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'."
505;; due to the way events are propagated during idle time. Note: This 505;; due to the way events are propagated during idle time. Note: This
506;; may be perfectly acceptable. 506;; may be perfectly acceptable.
507 507
508;; The end:
509(provide 'filenotify) 508(provide 'filenotify)
510 509
511;;; filenotify.el ends here 510;;; filenotify.el ends here
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el
index 0852f8e1264..e7af94ff509 100644
--- a/lisp/gnus/gnus-cus.el
+++ b/lisp/gnus/gnus-cus.el
@@ -1102,8 +1102,6 @@ articles in the thread.
1102 (widget-setup) 1102 (widget-setup)
1103 (buffer-enable-undo)))) 1103 (buffer-enable-undo))))
1104 1104
1105;;; The End:
1106
1107(provide 'gnus-cus) 1105(provide 'gnus-cus)
1108 1106
1109;;; gnus-cus.el ends here 1107;;; gnus-cus.el ends here
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el
index 64eb639f61c..e2cbca9007d 100644
--- a/lisp/gnus/gnus-diary.el
+++ b/lisp/gnus/gnus-diary.el
@@ -32,11 +32,6 @@
32;; gnus-diary is a utility toolkit used on top of the nndiary back end. It is 32;; gnus-diary is a utility toolkit used on top of the nndiary back end. It is
33;; now fully documented in the Gnus manual. 33;; now fully documented in the Gnus manual.
34 34
35
36;; Bugs / Todo:
37;; ===========
38
39
40;;; Code: 35;;; Code:
41 36
42(require 'nndiary) 37(require 'nndiary)
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el
index 6ac646fbeac..11b6f7ddf07 100644
--- a/lisp/gnus/gnus-registry.el
+++ b/lisp/gnus/gnus-registry.el
@@ -1298,8 +1298,6 @@ from your existing entries."
1298 (gnus-registry-insert db k newv))) 1298 (gnus-registry-insert db k newv)))
1299 (registry-reindex db)))) 1299 (registry-reindex db))))
1300 1300
1301;; TODO: a few things
1302
1303(provide 'gnus-registry) 1301(provide 'gnus-registry)
1304 1302
1305;;; gnus-registry.el ends here 1303;;; gnus-registry.el ends here
diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el
index e314e1d8d10..5ac4c3a64e1 100644
--- a/lisp/gnus/nnselect.el
+++ b/lisp/gnus/nnselect.el
@@ -968,7 +968,6 @@ Pass NO-PARSE on to the search engine."
968 (gnus-group-make-search-group no-parse spec))) 968 (gnus-group-make-search-group no-parse spec)))
969 969
970 970
971;; The end.
972(provide 'nnselect) 971(provide 'nnselect)
973 972
974;;; nnselect.el ends here 973;;; nnselect.el ends here
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index d5b6f76d7b2..91bbb600136 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -837,7 +837,6 @@ matches exist."
837;;;###autoload (make-obsolete 'iswitchb-mode 837;;;###autoload (make-obsolete 'iswitchb-mode
838;;;###autoload "use `icomplete-mode' or `ido-mode' instead." "24.4")) 838;;;###autoload "use `icomplete-mode' or `ido-mode' instead." "24.4"))
839 839
840;;;_* Provide
841(provide 'icomplete) 840(provide 'icomplete)
842 841
843;;_* Local emacs vars. 842;;_* Local emacs vars.
diff --git a/lisp/language/thai-word.el b/lisp/language/thai-word.el
index ff1e80298ba..7a09bc3a24a 100644
--- a/lisp/language/thai-word.el
+++ b/lisp/language/thai-word.el
@@ -11074,4 +11074,4 @@ With argument, do this that many times."
11074;; coding: utf-8 11074;; coding: utf-8
11075;; End: 11075;; End:
11076 11076
11077;; end of thai-word.el 11077;; thai-word.el ends here
diff --git a/lisp/mh-e/mh-acros.el b/lisp/mh-e/mh-acros.el
index dd953ee9df7..8fdcf3c62b4 100644
--- a/lisp/mh-e/mh-acros.el
+++ b/lisp/mh-e/mh-acros.el
@@ -36,8 +36,6 @@
36;; because it's pointless to compile a file full of macros. But we 36;; because it's pointless to compile a file full of macros. But we
37;; kept the name. 37;; kept the name.
38 38
39;;; Change Log:
40
41;;; Code: 39;;; Code:
42 40
43(require 'cl-lib) 41(require 'cl-lib)
diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el
index 67c019aa179..415e9848258 100644
--- a/lisp/mh-e/mh-alias.el
+++ b/lisp/mh-e/mh-alias.el
@@ -24,8 +24,6 @@
24 24
25;;; Commentary: 25;;; Commentary:
26 26
27;;; Change Log:
28
29;;; Code: 27;;; Code:
30 28
31(require 'mh-e) 29(require 'mh-e)
diff --git a/lisp/mh-e/mh-buffers.el b/lisp/mh-e/mh-buffers.el
index a32f61c82eb..ef21fdb2f95 100644
--- a/lisp/mh-e/mh-buffers.el
+++ b/lisp/mh-e/mh-buffers.el
@@ -24,8 +24,6 @@
24 24
25;;; Commentary: 25;;; Commentary:
26 26
27;;; Change Log:
28
29;;; Code: 27;;; Code:
30 28
31;; The names of ephemeral buffers have a " *mh-" prefix (so that they 29;; The names of ephemeral buffers have a " *mh-" prefix (so that they
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el
index c1cd6c1a9e2..b64bbfb6f3b 100644
--- a/lisp/mh-e/mh-comp.el
+++ b/lisp/mh-e/mh-comp.el
@@ -29,8 +29,6 @@
29;; that are used to send the mail. Other that those, functions that 29;; that are used to send the mail. Other that those, functions that
30;; are needed in mh-letter.el should be found there. 30;; are needed in mh-letter.el should be found there.
31 31
32;;; Change Log:
33
34;;; Code: 32;;; Code:
35 33
36(require 'mh-e) 34(require 'mh-e)
diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el
index 0363c5aadac..ade80e8b95e 100644
--- a/lisp/mh-e/mh-compat.el
+++ b/lisp/mh-e/mh-compat.el
@@ -23,8 +23,6 @@
23 23
24;;; Commentary: 24;;; Commentary:
25 25
26;;; Change Log:
27
28;;; Code: 26;;; Code:
29 27
30;; This is a good place to gather code that is used for compatibility 28;; This is a good place to gather code that is used for compatibility
diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el
index 2e288064f16..ce77f9c0971 100644
--- a/lisp/mh-e/mh-folder.el
+++ b/lisp/mh-e/mh-folder.el
@@ -25,8 +25,6 @@
25 25
26;; Mode for browsing folders 26;; Mode for browsing folders
27 27
28;;; Change Log:
29
30;;; Code: 28;;; Code:
31 29
32(require 'mh-e) 30(require 'mh-e)
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el
index 38ba43188da..0e5ffc9a42c 100644
--- a/lisp/mh-e/mh-funcs.el
+++ b/lisp/mh-e/mh-funcs.el
@@ -30,8 +30,6 @@
30;; small support routines are needed, place them with the function; 30;; small support routines are needed, place them with the function;
31;; otherwise, create a separate section for them. 31;; otherwise, create a separate section for them.
32 32
33;;; Change Log:
34
35;;; Code: 33;;; Code:
36 34
37(require 'mh-e) 35(require 'mh-e)
diff --git a/lisp/mh-e/mh-gnus.el b/lisp/mh-e/mh-gnus.el
index ac46cc63fcc..cc60f7b6640 100644
--- a/lisp/mh-e/mh-gnus.el
+++ b/lisp/mh-e/mh-gnus.el
@@ -24,8 +24,6 @@
24 24
25;;; Commentary: 25;;; Commentary:
26 26
27;;; Change Log:
28
29;;; Code: 27;;; Code:
30 28
31(require 'mh-e) 29(require 'mh-e)
diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el
index aeab0497562..ceede0d07cb 100644
--- a/lisp/mh-e/mh-identity.el
+++ b/lisp/mh-e/mh-identity.el
@@ -33,8 +33,6 @@
33;; in MH-Letter mode. The command `mh-insert-identity' can be used 33;; in MH-Letter mode. The command `mh-insert-identity' can be used
34;; to manually insert an identity. 34;; to manually insert an identity.
35 35
36;;; Change Log:
37
38;;; Code: 36;;; Code:
39 37
40(require 'mh-e) 38(require 'mh-e)
diff --git a/lisp/mh-e/mh-inc.el b/lisp/mh-e/mh-inc.el
index 6a29195afbb..83cfe4f99f1 100644
--- a/lisp/mh-e/mh-inc.el
+++ b/lisp/mh-e/mh-inc.el
@@ -28,8 +28,6 @@
28;; inc can also be used to incorporate mail from multiple spool files 28;; inc can also be used to incorporate mail from multiple spool files
29;; into separate folders. See "C-h v mh-inc-spool-list". 29;; into separate folders. See "C-h v mh-inc-spool-list".
30 30
31;;; Change Log:
32
33;;; Code: 31;;; Code:
34 32
35(require 'mh-e) 33(require 'mh-e)
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el
index 5a407947a0b..e50bf8df50c 100644
--- a/lisp/mh-e/mh-junk.el
+++ b/lisp/mh-e/mh-junk.el
@@ -26,8 +26,6 @@
26 26
27;; Spam handling in MH-E. 27;; Spam handling in MH-E.
28 28
29;;; Change Log:
30
31;;; Code: 29;;; Code:
32 30
33(require 'mh-e) 31(require 'mh-e)
diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el
index 59790181c4d..ae5b80d5807 100644
--- a/lisp/mh-e/mh-letter.el
+++ b/lisp/mh-e/mh-letter.el
@@ -31,8 +31,6 @@
31;; mh-utils.el. That will help prevent the loading of this file until 31;; mh-utils.el. That will help prevent the loading of this file until
32;; a message is actually composed. 32;; a message is actually composed.
33 33
34;;; Change Log:
35
36;;; Code: 34;;; Code:
37 35
38(require 'mh-e) 36(require 'mh-e)
diff --git a/lisp/mh-e/mh-limit.el b/lisp/mh-e/mh-limit.el
index 08f1b4093f1..39cf7c5d271 100644
--- a/lisp/mh-e/mh-limit.el
+++ b/lisp/mh-e/mh-limit.el
@@ -25,8 +25,6 @@
25 25
26;; "Poor man's threading" by psg. 26;; "Poor man's threading" by psg.
27 27
28;;; Change Log:
29
30;;; Code: 28;;; Code:
31 29
32(require 'mh-e) 30(require 'mh-e)
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el
index fec2293ff1f..ef702525b7b 100644
--- a/lisp/mh-e/mh-mime.el
+++ b/lisp/mh-e/mh-mime.el
@@ -36,8 +36,6 @@
36;; MIME option to mh-forward command to move to content-description 36;; MIME option to mh-forward command to move to content-description
37;; insertion point. 37;; insertion point.
38 38
39;;; Change Log:
40
41;;; Code: 39;;; Code:
42 40
43(require 'mh-e) 41(require 'mh-e)
diff --git a/lisp/mh-e/mh-print.el b/lisp/mh-e/mh-print.el
index d084cf63e97..2074ff6f8f3 100644
--- a/lisp/mh-e/mh-print.el
+++ b/lisp/mh-e/mh-print.el
@@ -24,8 +24,6 @@
24 24
25;;; Commentary: 25;;; Commentary:
26 26
27;;; Change Log:
28
29;;; Code: 27;;; Code:
30 28
31(require 'mh-e) 29(require 'mh-e)
diff --git a/lisp/mh-e/mh-scan.el b/lisp/mh-e/mh-scan.el
index f00ab22958a..15049793adf 100644
--- a/lisp/mh-e/mh-scan.el
+++ b/lisp/mh-e/mh-scan.el
@@ -27,8 +27,6 @@
27;; This file contains constants and a few functions for interpreting 27;; This file contains constants and a few functions for interpreting
28;; scan lines. 28;; scan lines.
29 29
30;;; Change Log:
31
32;;; Code: 30;;; Code:
33 31
34(require 'mh-e) 32(require 'mh-e)
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el
index cb8f8e34558..9df7c326564 100644
--- a/lisp/mh-e/mh-search.el
+++ b/lisp/mh-e/mh-search.el
@@ -39,8 +39,6 @@
39;; documentation will direct you to the specific instructions for 39;; documentation will direct you to the specific instructions for
40;; your particular searcher. 40;; your particular searcher.
41 41
42;;; Change Log:
43
44;;; Code: 42;;; Code:
45 43
46(require 'mh-e) 44(require 'mh-e)
diff --git a/lisp/mh-e/mh-seq.el b/lisp/mh-e/mh-seq.el
index 9b9675c78e1..9cdf39f7f1e 100644
--- a/lisp/mh-e/mh-seq.el
+++ b/lisp/mh-e/mh-seq.el
@@ -26,8 +26,6 @@
26;; Sequences are stored in the alist `mh-seq-list' in the form: 26;; Sequences are stored in the alist `mh-seq-list' in the form:
27;; ((seq-name msgs ...) (seq-name msgs ...) ...) 27;; ((seq-name msgs ...) (seq-name msgs ...) ...)
28 28
29;;; Change Log:
30
31;;; Code: 29;;; Code:
32 30
33(require 'mh-e) 31(require 'mh-e)
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el
index cb9819f17c7..6134e8350c8 100644
--- a/lisp/mh-e/mh-show.el
+++ b/lisp/mh-e/mh-show.el
@@ -26,8 +26,6 @@
26 26
27;; Mode for showing messages. 27;; Mode for showing messages.
28 28
29;;; Change Log:
30
31;;; Code: 29;;; Code:
32 30
33(require 'mh-e) 31(require 'mh-e)
diff --git a/lisp/mh-e/mh-speed.el b/lisp/mh-e/mh-speed.el
index b2deacf6a74..3af840c3a31 100644
--- a/lisp/mh-e/mh-speed.el
+++ b/lisp/mh-e/mh-speed.el
@@ -26,8 +26,6 @@
26 26
27;; Future versions should only use flists. 27;; Future versions should only use flists.
28 28
29;;; Change Log:
30
31;;; Code: 29;;; Code:
32 30
33(require 'mh-e) 31(require 'mh-e)
diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el
index 01b6863038b..89b0dbd9798 100644
--- a/lisp/mh-e/mh-thread.el
+++ b/lisp/mh-e/mh-thread.el
@@ -69,8 +69,6 @@
69;; (5) Better canonicalizing for message identifier and subject 69;; (5) Better canonicalizing for message identifier and subject
70;; strings. 70;; strings.
71 71
72;;; Change Log:
73
74;;; Code: 72;;; Code:
75 73
76(require 'mh-e) 74(require 'mh-e)
diff --git a/lisp/mh-e/mh-tool-bar.el b/lisp/mh-e/mh-tool-bar.el
index 40a430b9641..94aa8dd4a92 100644
--- a/lisp/mh-e/mh-tool-bar.el
+++ b/lisp/mh-e/mh-tool-bar.el
@@ -24,8 +24,6 @@
24 24
25;;; Commentary: 25;;; Commentary:
26 26
27;;; Change Log:
28
29;;; Code: 27;;; Code:
30 28
31(require 'mh-e) 29(require 'mh-e)
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el
index e73c1db9e45..8e900dc0113 100644
--- a/lisp/mh-e/mh-utils.el
+++ b/lisp/mh-e/mh-utils.el
@@ -24,8 +24,6 @@
24 24
25;;; Commentary: 25;;; Commentary:
26 26
27;;; Change Log:
28
29;;; Code: 27;;; Code:
30 28
31(require 'mh-e) 29(require 'mh-e)
diff --git a/lisp/mh-e/mh-xface.el b/lisp/mh-e/mh-xface.el
index 0b53829b056..d4d5c5c3784 100644
--- a/lisp/mh-e/mh-xface.el
+++ b/lisp/mh-e/mh-xface.el
@@ -23,8 +23,6 @@
23 23
24;;; Commentary: 24;;; Commentary:
25 25
26;;; Change Log:
27
28;;; Code: 26;;; Code:
29 27
30(require 'mh-e) 28(require 'mh-e)
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el
index 86b5d449872..04ea8091277 100644
--- a/lisp/net/ange-ftp.el
+++ b/lisp/net/ange-ftp.el
@@ -6258,10 +6258,6 @@ be recognized automatically (they are all valid BS2000 hosts too)."
6258;; ange-ftp-bs2000-file-name-as-directory 6258;; ange-ftp-bs2000-file-name-as-directory
6259;; ange-ftp-bs2000-make-compressed-filename 6259;; ange-ftp-bs2000-make-compressed-filename
6260;; ange-ftp-bs2000-file-name-sans-versions 6260;; ange-ftp-bs2000-file-name-sans-versions
6261
6262;;;; ------------------------------------------------------------
6263;;;; Finally provide package.
6264;;;; ------------------------------------------------------------
6265 6261
6266(provide 'ange-ftp) 6262(provide 'ange-ftp)
6267 6263
diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el
index baed8be7663..960233d5627 100644
--- a/lisp/obsolete/fast-lock.el
+++ b/lisp/obsolete/fast-lock.el
@@ -752,8 +752,6 @@ See `fast-lock-get-face-properties'."
752(unless (assq 'fast-lock-mode minor-mode-alist) 752(unless (assq 'fast-lock-mode minor-mode-alist)
753 (setq minor-mode-alist (append minor-mode-alist '((fast-lock-mode nil))))) 753 (setq minor-mode-alist (append minor-mode-alist '((fast-lock-mode nil)))))
754 754
755;; Provide ourselves:
756
757(provide 'fast-lock) 755(provide 'fast-lock)
758 756
759;;; fast-lock.el ends here 757;;; fast-lock.el ends here
diff --git a/lisp/obsolete/lazy-lock.el b/lisp/obsolete/lazy-lock.el
index 34bf85f864c..13f14aad6d1 100644
--- a/lisp/obsolete/lazy-lock.el
+++ b/lisp/obsolete/lazy-lock.el
@@ -1016,8 +1016,6 @@ verbosity is controlled via the variable `lazy-lock-stealth-verbose'."
1016(unless (assq 'lazy-lock-mode minor-mode-alist) 1016(unless (assq 'lazy-lock-mode minor-mode-alist)
1017 (setq minor-mode-alist (append minor-mode-alist '((lazy-lock-mode nil))))) 1017 (setq minor-mode-alist (append minor-mode-alist '((lazy-lock-mode nil)))))
1018 1018
1019;; Provide ourselves:
1020
1021(provide 'lazy-lock) 1019(provide 'lazy-lock)
1022 1020
1023;; Local Variables: 1021;; Local Variables:
diff --git a/lisp/obsolete/nnir.el b/lisp/obsolete/nnir.el
index f2ea5c67ceb..40a8ec57b98 100644
--- a/lisp/obsolete/nnir.el
+++ b/lisp/obsolete/nnir.el
@@ -1339,7 +1339,6 @@ Query for the specs, or use SPECS."
1339 1339
1340(define-obsolete-function-alias 'nnir-get-active #'gnus-server-get-active "28.1") 1340(define-obsolete-function-alias 'nnir-get-active #'gnus-server-get-active "28.1")
1341 1341
1342;; The end.
1343(provide 'nnir) 1342(provide 'nnir)
1344 1343
1345;;; nnir.el ends here 1344;;; nnir.el ends here
diff --git a/lisp/obsolete/sregex.el b/lisp/obsolete/sregex.el
index 96d6b7aebf0..371dcbf8498 100644
--- a/lisp/obsolete/sregex.el
+++ b/lisp/obsolete/sregex.el
@@ -208,7 +208,7 @@
208;; This is a "trapdoor" for including ordinary regular expression 208;; This is a "trapdoor" for including ordinary regular expression
209;; strings in the result. Some regular expressions are clearer when 209;; strings in the result. Some regular expressions are clearer when
210;; written the old way: "[a-z]" vs. (sregexq (char (?a . ?z))), for 210;; written the old way: "[a-z]" vs. (sregexq (char (?a . ?z))), for
211;; instance. However, see the note under "Bugs," below. 211;; instance.
212 212
213;; Each CHAR-CLAUSE that is passed to (char ...) and (not-char ...) 213;; Each CHAR-CLAUSE that is passed to (char ...) and (not-char ...)
214;; has one of the following forms: 214;; has one of the following forms:
@@ -236,8 +236,6 @@
236;; - add support for non-greedy operators *? and +? 236;; - add support for non-greedy operators *? and +?
237;; - bug: (sregexq (opt (opt ?a))) returns "a??" which is a non-greedy "a?" 237;; - bug: (sregexq (opt (opt ?a))) returns "a??" which is a non-greedy "a?"
238 238
239;;; Bugs:
240
241;;; Code: 239;;; Code:
242 240
243(eval-when-compile (require 'cl-lib)) 241(eval-when-compile (require 'cl-lib))
diff --git a/lisp/progmodes/glasses.el b/lisp/progmodes/glasses.el
index a0f5d36bb65..cd92175bd61 100644
--- a/lisp/progmodes/glasses.el
+++ b/lisp/progmodes/glasses.el
@@ -321,10 +321,6 @@ separators (like underscores) at places they belong to."
321 (remove-hook 'write-file-functions 321 (remove-hook 'write-file-functions
322 'glasses-convert-to-unreadable t))))) 322 'glasses-convert-to-unreadable t)))))
323 323
324
325;;; Announce
326
327(provide 'glasses) 324(provide 'glasses)
328 325
329
330;;; glasses.el ends here 326;;; glasses.el ends here
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el
index a59014827e8..50268446025 100644
--- a/lisp/progmodes/meta-mode.el
+++ b/lisp/progmodes/meta-mode.el
@@ -942,9 +942,6 @@ The environment marked is the one that contains point or follows point."
942 (list (list "\\<\\(\\sw+\\)" 1 'meta-symbol-list) 942 (list (list "\\<\\(\\sw+\\)" 1 'meta-symbol-list)
943 (list "" 'ispell-complete-word)))) 943 (list "" 'ispell-complete-word))))
944 944
945
946;;; Just in case ...
947
948(provide 'meta-mode) 945(provide 'meta-mode)
949(run-hooks 'meta-mode-load-hook) 946(run-hooks 'meta-mode-load-hook)
950 947
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 30721c7a577..20ec339fffb 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -247,8 +247,6 @@
247;; I'd recommend the first one since you'll get the same behavior for 247;; I'd recommend the first one since you'll get the same behavior for
248;; all modes out-of-the-box. 248;; all modes out-of-the-box.
249 249
250;;; TODO:
251
252;;; Code: 250;;; Code:
253 251
254(require 'ansi-color) 252(require 'ansi-color)
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 12e57b11082..118c7260769 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -4055,7 +4055,6 @@ this version is not backward compatible to 0.14 or earlier.")
4055 4055
4056(provide 'speedbar) 4056(provide 'speedbar)
4057 4057
4058;; run load-time hooks
4059(run-hooks 'speedbar-load-hook) 4058(run-hooks 'speedbar-load-hook)
4060 4059
4061;;; speedbar ends here 4060;;; speedbar ends here
diff --git a/lisp/textmodes/bibtex-style.el b/lisp/textmodes/bibtex-style.el
index 6d01871bc52..27b2e0e3331 100644
--- a/lisp/textmodes/bibtex-style.el
+++ b/lisp/textmodes/bibtex-style.el
@@ -24,7 +24,6 @@
24 24
25;; Done: font-lock, imenu, outline, commenting, indentation. 25;; Done: font-lock, imenu, outline, commenting, indentation.
26;; Todo: tab-completion. 26;; Todo: tab-completion.
27;; Bugs:
28 27
29;;; Code: 28;;; Code:
30 29
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index f01c66b1584..31186fb4fac 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -5608,8 +5608,5 @@ If APPEND is non-nil, append ENTRIES to those already displayed."
5608 (setq buffer-read-only t) 5608 (setq buffer-read-only t)
5609 (goto-char (point-min))) 5609 (goto-char (point-min)))
5610 5610
5611
5612;; Make BibTeX a Feature
5613
5614(provide 'bibtex) 5611(provide 'bibtex)
5615;;; bibtex.el ends here 5612;;; bibtex.el ends here
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el
index 8152f4b89c8..653540ad415 100644
--- a/lisp/textmodes/makeinfo.el
+++ b/lisp/textmodes/makeinfo.el
@@ -284,7 +284,6 @@ line LINE of the window, or centered if LINE is nil."
284 (pop-to-buffer old-buffer) 284 (pop-to-buffer old-buffer)
285 ))) 285 )))
286 286
287;;; Place `provide' at end of file.
288(provide 'makeinfo) 287(provide 'makeinfo)
289 288
290;;; makeinfo.el ends here 289;;; makeinfo.el ends here
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el
index e1d7fb7431c..b86a2f149de 100644
--- a/lisp/textmodes/page.el
+++ b/lisp/textmodes/page.el
@@ -170,8 +170,6 @@ point, respectively."
170 (interactive) 170 (interactive)
171 (apply #'message (cons "Page %d, line %d" (page--what-page)))) 171 (apply #'message (cons "Page %d, line %d" (page--what-page))))
172 172
173
174;;; Place `provide' at end of file.
175(provide 'page) 173(provide 'page)
176 174
177;;; page.el ends here 175;;; page.el ends here
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index fb57b9b0f23..8d7f459190b 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -28,7 +28,6 @@
28 28
29;;; Code: 29;;; Code:
30 30
31;; Pacify the byte-compiler
32(eval-when-compile 31(eval-when-compile
33 (require 'compare-w) 32 (require 'compare-w)
34 (require 'cl-lib) 33 (require 'cl-lib)
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el
index a797df9193f..5ce39da7968 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -23,10 +23,10 @@
23 23
24;;; Commentary: 24;;; Commentary:
25 25
26;;; Code:
27
28;;; Emacs lisp functions to convert Texinfo files to Info files. 26;;; Emacs lisp functions to convert Texinfo files to Info files.
29 27
28;;; Code:
29
30(defvar texinfmt-version "2.42 of 7 Jul 2006") 30(defvar texinfmt-version "2.42 of 7 Jul 2006")
31(make-obsolete-variable 'texinfmt-version 'emacs-version "28.1") 31(make-obsolete-variable 'texinfmt-version 'emacs-version "28.1")
32 32
@@ -4310,8 +4310,6 @@ For example, invoke
4310 (setq error 1)))) 4310 (setq error 1))))
4311 (kill-emacs error)))) 4311 (kill-emacs error))))
4312 4312
4313
4314;;; Place `provide' at end of file.
4315(provide 'texinfmt) 4313(provide 'texinfmt)
4316 4314
4317;;; texinfmt.el ends here 4315;;; texinfmt.el ends here
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el
index 27807a95e60..03004548302 100644
--- a/lisp/textmodes/texnfo-upd.el
+++ b/lisp/textmodes/texnfo-upd.el
@@ -2112,8 +2112,6 @@ chapter."
2112 2112
2113 (message "Multiple files updated.")) 2113 (message "Multiple files updated."))
2114 2114
2115
2116;; Place `provide' at end of file.
2117(provide 'texnfo-upd) 2115(provide 'texnfo-upd)
2118 2116
2119;;; texnfo-upd.el ends here 2117;;; texnfo-upd.el ends here
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el
index 163978b4315..01e2ad72d88 100644
--- a/lisp/textmodes/tildify.el
+++ b/lisp/textmodes/tildify.el
@@ -503,8 +503,6 @@ variable will be set to the representation."
503 (remove-hook 'post-self-insert-hook #'tildify-space t))) 503 (remove-hook 'post-self-insert-hook #'tildify-space t)))
504 504
505 505
506;;; *** Announce ***
507
508(provide 'tildify) 506(provide 'tildify)
509 507
510;;; tildify.el ends here 508;;; tildify.el ends here
diff --git a/lisp/uniquify.el b/lisp/uniquify.el
index 1d513d60376..7cc01687f49 100644
--- a/lisp/uniquify.el
+++ b/lisp/uniquify.el
@@ -498,8 +498,6 @@ For use on `kill-buffer-hook'."
498 (file-name-directory filename) retval))) 498 (file-name-directory filename) retval)))
499 retval)) 499 retval))
500 500
501;;; The End
502
503(defun uniquify-unload-function () 501(defun uniquify-unload-function ()
504 "Unload the uniquify library." 502 "Unload the uniquify library."
505 (save-current-buffer 503 (save-current-buffer
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index a054a7c3176..c9c1e91d483 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -26,10 +26,6 @@
26 26
27;; This is a mercurial version control backend 27;; This is a mercurial version control backend
28 28
29;;; Thanks:
30
31;;; Bugs:
32
33;;; Todo: 29;;; Todo:
34 30
35;; 1) Implement the rest of the vc interface. See the comment at the 31;; 1) Implement the rest of the vc interface. See the comment at the
diff --git a/lisp/widget.el b/lisp/widget.el
index 401b4cf298f..d258e6fae2b 100644
--- a/lisp/widget.el
+++ b/lisp/widget.el
@@ -94,8 +94,6 @@ The third argument DOC is a documentation string for the widget."
94;; This is used by external widget code (in W3, at least). 94;; This is used by external widget code (in W3, at least).
95(define-obsolete-function-alias 'widget-plist-member #'plist-member "26.1") 95(define-obsolete-function-alias 'widget-plist-member #'plist-member "26.1")
96 96
97;;; The End.
98
99(provide 'widget) 97(provide 'widget)
100 98
101;;; widget.el ends here 99;;; widget.el ends here
diff --git a/test/manual/cedet/tests/test.el b/test/manual/cedet/tests/test.el
index a54c253be68..d1d0d1602f4 100644
--- a/test/manual/cedet/tests/test.el
+++ b/test/manual/cedet/tests/test.el
@@ -153,7 +153,4 @@
153(defvar-mode-local emacs-lisp-mode a-mode-local-def 153(defvar-mode-local emacs-lisp-mode a-mode-local-def
154 "some value") 154 "some value")
155 155
156
157;;; Provide
158;;
159(provide 'test) 156(provide 'test)