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