; Remove some useless comments
This commit is contained in:
parent
fcd1943bfe
commit
289ec2d911
65 changed files with 4 additions and 139 deletions
|
@ -1587,8 +1587,6 @@ aligner would have dealt with are."
|
|||
(if report
|
||||
(message "Aligning...done"))))
|
||||
|
||||
;; Provide:
|
||||
|
||||
(provide 'align)
|
||||
|
||||
(run-hooks 'align-load-hook)
|
||||
|
|
|
@ -2290,7 +2290,6 @@ The elements of LIST are not copied, just the list structure itself."
|
|||
|
||||
(define-obsolete-function-alias 'allout-frame-property #'frame-parameter "28.1")
|
||||
|
||||
;;;_ : provide
|
||||
(provide 'allout-widgets)
|
||||
|
||||
;;;_ . Local emacs vars.
|
||||
|
|
|
@ -6457,7 +6457,6 @@ If BEG is bigger than END we return 0."
|
|||
(isearch-repeat 'forward)
|
||||
(isearch-mode t)))
|
||||
|
||||
;;;_ #11 Provide
|
||||
(provide 'allout)
|
||||
|
||||
;;;_* Local emacs vars.
|
||||
|
|
|
@ -937,7 +937,6 @@ the timer when no buffers need to be checked."
|
|||
(cancel-timer auto-revert-timer))
|
||||
(setq auto-revert-timer nil)))))
|
||||
|
||||
;; The end:
|
||||
(provide 'autorevert)
|
||||
|
||||
(run-hooks 'auto-revert-load-hook)
|
||||
|
|
|
@ -1504,7 +1504,6 @@ name of buffer configuration."
|
|||
;; continue standard unloading
|
||||
nil)
|
||||
|
||||
;; Now provide feature bs
|
||||
(provide 'bs)
|
||||
|
||||
;;; bs.el ends here
|
||||
|
|
|
@ -5155,8 +5155,6 @@ if that value is non-nil."
|
|||
|
||||
(put 'Custom-mode 'mode-class 'special)
|
||||
|
||||
;;; The End.
|
||||
|
||||
(provide 'cus-edit)
|
||||
|
||||
;;; cus-edit.el ends here
|
||||
|
|
|
@ -395,8 +395,6 @@ This means reset FACE to its value in FROM-THEME."
|
|||
|
||||
(define-obsolete-function-alias 'custom-facep #'facep "28.1")
|
||||
|
||||
;;; The End.
|
||||
|
||||
(provide 'cus-face)
|
||||
|
||||
;;; cus-face.el ends here
|
||||
|
|
|
@ -1623,8 +1623,6 @@ If a choice with the same tag already exists, no action is taken."
|
|||
(put variable 'custom-type
|
||||
(append choices (list choice))))))
|
||||
|
||||
;;; The End.
|
||||
|
||||
(provide 'custom)
|
||||
|
||||
;;; custom.el ends here
|
||||
|
|
|
@ -1170,11 +1170,6 @@ Intended to be called when a file is loaded."
|
|||
;; File is being evaluated using, for example, `eval-buffer'.
|
||||
default-directory)))
|
||||
|
||||
|
||||
;; ----------------------------------------------------------------------
|
||||
;; The end
|
||||
;;
|
||||
|
||||
(provide 'faceup)
|
||||
|
||||
;;; faceup.el ends here
|
||||
|
|
|
@ -109,11 +109,6 @@
|
|||
;; * Footer line --- marks end-of-file so it can be distinguished from
|
||||
;; an expanded formfeed or the results of truncation.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;; Tue Jul 14 23:44:17 1992 ESR
|
||||
;; * Created.
|
||||
|
||||
;;; Code:
|
||||
|
||||
;;; Variables:
|
||||
|
|
|
@ -248,8 +248,6 @@ If SEQ is already a ring, return it."
|
|||
(ring-insert-at-beginning ring (elt seq count))))
|
||||
ring)))
|
||||
|
||||
;;; provide ourself:
|
||||
|
||||
(provide 'ring)
|
||||
|
||||
;;; ring.el ends here
|
||||
|
|
|
@ -484,7 +484,6 @@ This is used only in conjunction with `expand-add-abbrevs'."
|
|||
|
||||
(provide 'expand)
|
||||
|
||||
;; run load hooks
|
||||
(run-hooks 'expand-load-hook)
|
||||
|
||||
;;; expand.el ends here
|
||||
|
|
|
@ -674,10 +674,6 @@ match REGEXP."
|
|||
(insert (nth 1 item) (nth 0 item) "\n"))
|
||||
(pop-to-buffer buf))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Keybindings
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(provide 'filecache)
|
||||
|
||||
;;; filecache.el ends here
|
||||
|
|
|
@ -505,7 +505,6 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'."
|
|||
;; due to the way events are propagated during idle time. Note: This
|
||||
;; may be perfectly acceptable.
|
||||
|
||||
;; The end:
|
||||
(provide 'filenotify)
|
||||
|
||||
;;; filenotify.el ends here
|
||||
|
|
|
@ -1102,8 +1102,6 @@ articles in the thread.
|
|||
(widget-setup)
|
||||
(buffer-enable-undo))))
|
||||
|
||||
;;; The End:
|
||||
|
||||
(provide 'gnus-cus)
|
||||
|
||||
;;; gnus-cus.el ends here
|
||||
|
|
|
@ -32,11 +32,6 @@
|
|||
;; gnus-diary is a utility toolkit used on top of the nndiary back end. It is
|
||||
;; now fully documented in the Gnus manual.
|
||||
|
||||
|
||||
;; Bugs / Todo:
|
||||
;; ===========
|
||||
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'nndiary)
|
||||
|
|
|
@ -1298,8 +1298,6 @@ from your existing entries."
|
|||
(gnus-registry-insert db k newv)))
|
||||
(registry-reindex db))))
|
||||
|
||||
;; TODO: a few things
|
||||
|
||||
(provide 'gnus-registry)
|
||||
|
||||
;;; gnus-registry.el ends here
|
||||
|
|
|
@ -968,7 +968,6 @@ Pass NO-PARSE on to the search engine."
|
|||
(gnus-group-make-search-group no-parse spec)))
|
||||
|
||||
|
||||
;; The end.
|
||||
(provide 'nnselect)
|
||||
|
||||
;;; nnselect.el ends here
|
||||
|
|
|
@ -837,7 +837,6 @@ matches exist."
|
|||
;;;###autoload (make-obsolete 'iswitchb-mode
|
||||
;;;###autoload "use `icomplete-mode' or `ido-mode' instead." "24.4"))
|
||||
|
||||
;;;_* Provide
|
||||
(provide 'icomplete)
|
||||
|
||||
;;_* Local emacs vars.
|
||||
|
|
|
@ -11074,4 +11074,4 @@ With argument, do this that many times."
|
|||
;; coding: utf-8
|
||||
;; End:
|
||||
|
||||
;; end of thai-word.el
|
||||
;; thai-word.el ends here
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
;; because it's pointless to compile a file full of macros. But we
|
||||
;; kept the name.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; The names of ephemeral buffers have a " *mh-" prefix (so that they
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
;; that are used to send the mail. Other that those, functions that
|
||||
;; are needed in mh-letter.el should be found there.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; This is a good place to gather code that is used for compatibility
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
;; Mode for browsing folders
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
;; small support routines are needed, place them with the function;
|
||||
;; otherwise, create a separate section for them.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
;; in MH-Letter mode. The command `mh-insert-identity' can be used
|
||||
;; to manually insert an identity.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
;; inc can also be used to incorporate mail from multiple spool files
|
||||
;; into separate folders. See "C-h v mh-inc-spool-list".
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
;; Spam handling in MH-E.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
;; mh-utils.el. That will help prevent the loading of this file until
|
||||
;; a message is actually composed.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
;; "Poor man's threading" by psg.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
;; MIME option to mh-forward command to move to content-description
|
||||
;; insertion point.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
;; This file contains constants and a few functions for interpreting
|
||||
;; scan lines.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
;; documentation will direct you to the specific instructions for
|
||||
;; your particular searcher.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
;; Sequences are stored in the alist `mh-seq-list' in the form:
|
||||
;; ((seq-name msgs ...) (seq-name msgs ...) ...)
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
;; Mode for showing messages.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
;; Future versions should only use flists.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -69,8 +69,6 @@
|
|||
;; (5) Better canonicalizing for message identifier and subject
|
||||
;; strings.
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Change Log:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'mh-e)
|
||||
|
|
|
@ -6258,10 +6258,6 @@ be recognized automatically (they are all valid BS2000 hosts too)."
|
|||
;; ange-ftp-bs2000-file-name-as-directory
|
||||
;; ange-ftp-bs2000-make-compressed-filename
|
||||
;; ange-ftp-bs2000-file-name-sans-versions
|
||||
|
||||
;;;; ------------------------------------------------------------
|
||||
;;;; Finally provide package.
|
||||
;;;; ------------------------------------------------------------
|
||||
|
||||
(provide 'ange-ftp)
|
||||
|
||||
|
|
|
@ -752,8 +752,6 @@ See `fast-lock-get-face-properties'."
|
|||
(unless (assq 'fast-lock-mode minor-mode-alist)
|
||||
(setq minor-mode-alist (append minor-mode-alist '((fast-lock-mode nil)))))
|
||||
|
||||
;; Provide ourselves:
|
||||
|
||||
(provide 'fast-lock)
|
||||
|
||||
;;; fast-lock.el ends here
|
||||
|
|
|
@ -1016,8 +1016,6 @@ verbosity is controlled via the variable `lazy-lock-stealth-verbose'."
|
|||
(unless (assq 'lazy-lock-mode minor-mode-alist)
|
||||
(setq minor-mode-alist (append minor-mode-alist '((lazy-lock-mode nil)))))
|
||||
|
||||
;; Provide ourselves:
|
||||
|
||||
(provide 'lazy-lock)
|
||||
|
||||
;; Local Variables:
|
||||
|
|
|
@ -1339,7 +1339,6 @@ Query for the specs, or use SPECS."
|
|||
|
||||
(define-obsolete-function-alias 'nnir-get-active #'gnus-server-get-active "28.1")
|
||||
|
||||
;; The end.
|
||||
(provide 'nnir)
|
||||
|
||||
;;; nnir.el ends here
|
||||
|
|
|
@ -208,7 +208,7 @@
|
|||
;; This is a "trapdoor" for including ordinary regular expression
|
||||
;; strings in the result. Some regular expressions are clearer when
|
||||
;; written the old way: "[a-z]" vs. (sregexq (char (?a . ?z))), for
|
||||
;; instance. However, see the note under "Bugs," below.
|
||||
;; instance.
|
||||
|
||||
;; Each CHAR-CLAUSE that is passed to (char ...) and (not-char ...)
|
||||
;; has one of the following forms:
|
||||
|
@ -236,8 +236,6 @@
|
|||
;; - add support for non-greedy operators *? and +?
|
||||
;; - bug: (sregexq (opt (opt ?a))) returns "a??" which is a non-greedy "a?"
|
||||
|
||||
;;; Bugs:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'cl-lib))
|
||||
|
|
|
@ -321,10 +321,6 @@ separators (like underscores) at places they belong to."
|
|||
(remove-hook 'write-file-functions
|
||||
'glasses-convert-to-unreadable t)))))
|
||||
|
||||
|
||||
;;; Announce
|
||||
|
||||
(provide 'glasses)
|
||||
|
||||
|
||||
;;; glasses.el ends here
|
||||
|
|
|
@ -942,9 +942,6 @@ The environment marked is the one that contains point or follows point."
|
|||
(list (list "\\<\\(\\sw+\\)" 1 'meta-symbol-list)
|
||||
(list "" 'ispell-complete-word))))
|
||||
|
||||
|
||||
;;; Just in case ...
|
||||
|
||||
(provide 'meta-mode)
|
||||
(run-hooks 'meta-mode-load-hook)
|
||||
|
||||
|
|
|
@ -247,8 +247,6 @@
|
|||
;; I'd recommend the first one since you'll get the same behavior for
|
||||
;; all modes out-of-the-box.
|
||||
|
||||
;;; TODO:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'ansi-color)
|
||||
|
|
|
@ -4055,7 +4055,6 @@ this version is not backward compatible to 0.14 or earlier.")
|
|||
|
||||
(provide 'speedbar)
|
||||
|
||||
;; run load-time hooks
|
||||
(run-hooks 'speedbar-load-hook)
|
||||
|
||||
;;; speedbar ends here
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
;; Done: font-lock, imenu, outline, commenting, indentation.
|
||||
;; Todo: tab-completion.
|
||||
;; Bugs:
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
|
@ -5608,8 +5608,5 @@ If APPEND is non-nil, append ENTRIES to those already displayed."
|
|||
(setq buffer-read-only t)
|
||||
(goto-char (point-min)))
|
||||
|
||||
|
||||
;; Make BibTeX a Feature
|
||||
|
||||
(provide 'bibtex)
|
||||
;;; bibtex.el ends here
|
||||
|
|
|
@ -284,7 +284,6 @@ line LINE of the window, or centered if LINE is nil."
|
|||
(pop-to-buffer old-buffer)
|
||||
)))
|
||||
|
||||
;;; Place `provide' at end of file.
|
||||
(provide 'makeinfo)
|
||||
|
||||
;;; makeinfo.el ends here
|
||||
|
|
|
@ -170,8 +170,6 @@ point, respectively."
|
|||
(interactive)
|
||||
(apply #'message (cons "Page %d, line %d" (page--what-page))))
|
||||
|
||||
|
||||
;;; Place `provide' at end of file.
|
||||
(provide 'page)
|
||||
|
||||
;;; page.el ends here
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
;; Pacify the byte-compiler
|
||||
(eval-when-compile
|
||||
(require 'compare-w)
|
||||
(require 'cl-lib)
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
;;; Emacs lisp functions to convert Texinfo files to Info files.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defvar texinfmt-version "2.42 of 7 Jul 2006")
|
||||
(make-obsolete-variable 'texinfmt-version 'emacs-version "28.1")
|
||||
|
||||
|
@ -4310,8 +4310,6 @@ For example, invoke
|
|||
(setq error 1))))
|
||||
(kill-emacs error))))
|
||||
|
||||
|
||||
;;; Place `provide' at end of file.
|
||||
(provide 'texinfmt)
|
||||
|
||||
;;; texinfmt.el ends here
|
||||
|
|
|
@ -2112,8 +2112,6 @@ chapter."
|
|||
|
||||
(message "Multiple files updated."))
|
||||
|
||||
|
||||
;; Place `provide' at end of file.
|
||||
(provide 'texnfo-upd)
|
||||
|
||||
;;; texnfo-upd.el ends here
|
||||
|
|
|
@ -503,8 +503,6 @@ variable will be set to the representation."
|
|||
(remove-hook 'post-self-insert-hook #'tildify-space t)))
|
||||
|
||||
|
||||
;;; *** Announce ***
|
||||
|
||||
(provide 'tildify)
|
||||
|
||||
;;; tildify.el ends here
|
||||
|
|
|
@ -498,8 +498,6 @@ For use on `kill-buffer-hook'."
|
|||
(file-name-directory filename) retval)))
|
||||
retval))
|
||||
|
||||
;;; The End
|
||||
|
||||
(defun uniquify-unload-function ()
|
||||
"Unload the uniquify library."
|
||||
(save-current-buffer
|
||||
|
|
|
@ -26,10 +26,6 @@
|
|||
|
||||
;; This is a mercurial version control backend
|
||||
|
||||
;;; Thanks:
|
||||
|
||||
;;; Bugs:
|
||||
|
||||
;;; Todo:
|
||||
|
||||
;; 1) Implement the rest of the vc interface. See the comment at the
|
||||
|
|
|
@ -94,8 +94,6 @@ The third argument DOC is a documentation string for the widget."
|
|||
;; This is used by external widget code (in W3, at least).
|
||||
(define-obsolete-function-alias 'widget-plist-member #'plist-member "26.1")
|
||||
|
||||
;;; The End.
|
||||
|
||||
(provide 'widget)
|
||||
|
||||
;;; widget.el ends here
|
||||
|
|
|
@ -153,7 +153,4 @@
|
|||
(defvar-mode-local emacs-lisp-mode a-mode-local-def
|
||||
"some value")
|
||||
|
||||
|
||||
;;; Provide
|
||||
;;
|
||||
(provide 'test)
|
||||
|
|
Loading…
Add table
Reference in a new issue