Add provide call.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Jun 1997 18:57:55 +0000 (18:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Jun 1997 18:57:55 +0000 (18:57 +0000)
53 files changed:
lisp/apropos.el
lisp/autoinsert.el
lisp/cdl.el
lisp/ebuff-menu.el
lisp/echistory.el
lisp/emacs-lisp/copyright.el
lisp/emacs-lisp/debug.el
lisp/emacs-lisp/disass.el
lisp/emacs-lisp/levents.el
lisp/emacs-lisp/lselect.el
lisp/emacs-lisp/profile.el
lisp/emulation/pc-mode.el
lisp/emulation/vi.el
lisp/emulation/vip.el
lisp/emulation/ws-mode.el
lisp/find-gc.el
lisp/ielm.el
lisp/informat.el
lisp/kermit.el
lisp/ledit.el
lisp/macros.el
lisp/mail/mailpost.el
lisp/mail/rnewspost.el
lisp/mail/undigest.el
lisp/mail/unrmail.el
lisp/mail/vms-pmail.el
lisp/makesum.el
lisp/misc.el
lisp/novice.el
lisp/options.el
lisp/play/blackbox.el
lisp/play/dissociate.el
lisp/play/doctor.el
lisp/play/dunnet.el
lisp/play/mpuz.el
lisp/play/spook.el
lisp/play/studly.el
lisp/progmodes/asm-mode.el
lisp/progmodes/cplus-md.el
lisp/progmodes/modula2.el
lisp/progmodes/pascal.el
lisp/progmodes/prolog.el
lisp/reposition.el
lisp/soundex.el
lisp/talk.el
lisp/textmodes/nroff-mode.el
lisp/textmodes/scribe.el
lisp/textmodes/spell.el
lisp/textmodes/underline.el
lisp/time.el
lisp/vt-control.el
lisp/x-apollo.el
lisp/x-menu.el

index 6729e4a..e2faf2b 100644 (file)
@@ -625,4 +625,6 @@ found."
     (princ ")")
     (print-help-return-message)))
 
+(provide 'apropos)
+
 ;;; apropos.el ends here
index fecc2e0..9f4803a 100644 (file)
@@ -253,4 +253,6 @@ or if CONDITION had no actions, after all other CONDITIONs."
        (setq auto-insert-alist (cons (cons key action)
                                      auto-insert-alist))))))
 
+(provide 'autoinsert)
+
 ;;; autoinsert.el ends here
index 2c88ec2..71b8ef3 100644 (file)
@@ -41,4 +41,6 @@
                       nil nil nil "-o" (expand-file-name filename))
   (message "ncgen in progress...done"))
 
+(provide 'cdl)
+
 ;;; cdl.el ends here.
index 907cc2d..730f7f4 100644 (file)
@@ -262,4 +262,6 @@ Returns to Electric Buffer Menu when done."
       (message "Buffer %s does not exist!" bufnam)
       (sit-for 4))))
 
+(provide 'ebuff-menu)
+
 ;;; ebuff-menu.el ends here
index 66e0b08..f74a002 100644 (file)
@@ -147,4 +147,6 @@ The Command History listing is recomputed each time this mode is invoked."
       (progn (message "")
             (throw 'electric-history-quit nil))))
 
+(provide 'echistory)
+
 ;;; echistory.el ends here
index 079a118..1f0f6e2 100644 (file)
@@ -143,4 +143,6 @@ copyright, if any, are updated as well."
        (message "Copyright extends beyond `copyright-limit' and won't be updated automatically."))
   comment-end)
 
+(provide 'copyright)
+
 ;; copyright.el ends here
index d338399..7a8980c 100644 (file)
@@ -504,4 +504,6 @@ If argument is nil or an empty string, cancel for all functions."
       (set-buffer standard-output)
       (help-mode))))
 
+(provide 'debug)
+
 ;;; debug.el ends here
index 4199728..d07581e 100644 (file)
@@ -263,4 +263,6 @@ OBJ should be a call to BYTE-CODE generated by the byte compiler."
          (insert "\n")))))
   nil)
 
+(provide 'disass)
+
 ;;; disass.el ends here
index f62e376..0cb860c 100644 (file)
@@ -285,4 +285,6 @@ an existing event object."
 GNU Emacs 19 does not currently generate process-output events."
   (eq (car-safe obj) 'process))
 
+(provide 'levents)
+
 ;;; levents.el ends here
index c6c64a9..9531ba1 100644 (file)
@@ -227,4 +227,6 @@ the kill ring or the Clipboard."
     (push-mark)
     (insert clip)))
 
+(provide 'lselect)
+
 ;;; lselect.el ends here.
index d8f8b5f..a7e1373 100644 (file)
@@ -322,4 +322,6 @@ DEF is (symbol-function FUN)."
   (interactive)
   (process-send-string profile-timer-process "q\n"))
 
+(provide 'profile)
+
 ;;; profile.el ends here
index c7db52b..e10d97b 100644 (file)
@@ -49,4 +49,6 @@ C-Escape does list-buffers."
   (global-set-key [C-home] 'beginning-of-buffer)
   (global-set-key [C-end] 'end-of-buffer))
 
+(provide 'pc-mode)
+
 ;; pc-mode.el ends here
index 7c14ca9..dbc4ade 100644 (file)
@@ -1483,4 +1483,6 @@ With ARG, inserts that many newlines."
                        (if flag (forward-char 1))))) arg)
     t))
 
+(provide 'vi)
+
 ;;; vi.el ends here
index a8739f2..d32cd95 100644 (file)
@@ -3042,4 +3042,6 @@ vip-s-string"
 
 (if (file-exists-p vip-startup-file) (load vip-startup-file))
 
+(provide 'vip)
+
 ;;; vip.el ends here
index 93bb0a0..29158db 100644 (file)
@@ -752,4 +752,6 @@ sWith: " )
                    (ws-block-end-marker "Block begin marker not set")
                    (t "Block markers not set")))))
 
+(provide 'ws-mode)
+
 ;;; ws-mode.el ends here
index 4bce53c..aab101f 100644 (file)
       (setq ptr (cdr ptr))))
 )
 
+(provide 'find-gc)
+
 ;;; find-gc.el ends here
index 3af4d9d..1488f29 100644 (file)
@@ -103,7 +103,7 @@ This variable is buffer-local.")
 (defvar ielm-header 
   (concat
    "*** Welcome to IELM version "
-   (substring "$Revision: 1.12 $" 11 -2)
+   (substring "$Revision: 1.13 $" 11 -2)
    " ***  Type (describe-mode) for help.\n"
    "IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n")
   "Message to display when IELM is started.")
@@ -490,4 +490,6 @@ Switches to the buffer `*ielm*', or creates it if it does not exist."
       (inferior-emacs-lisp-mode)))
   (pop-to-buffer "*ielm*"))
 
+(provide 'ielm)
+
 ;;; ielm.el ends here
index 67c915f..ead8bb5 100644 (file)
@@ -427,4 +427,6 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\""
            (error (message ">> Error: %s" (prin1-to-string err))))))
       (kill-emacs error))))
 
+(provide 'informat)
+
 ;;; informat.el ends here
index 6ca7b7a..cd7ddeb 100644 (file)
@@ -147,4 +147,6 @@ command `kermit | tr -d '\\015''."
   (interactive)
   (set-process-filter (get-buffer-process (current-buffer)) nil))
 
+(provide 'kermit)
+
 ;;; kermit.el ends here
index f106abf..230dd94 100644 (file)
@@ -152,4 +152,6 @@ do (setq lisp-mode-hook 'ledit-from-lisp-mode)"
   (setq major-mode 'ledit-mode)
   (run-hooks 'ledit-mode-hook))
 
+(provide 'ledit)
+
 ;;; ledit.el ends here
index 6263a69..e333bc1 100644 (file)
@@ -303,4 +303,6 @@ and then select the region of un-tablified names and use
 
 ;;;###autoload (define-key ctl-x-map "q" 'kbd-macro-query)
 
+(provide 'macros)
+
 ;;; macros.el ends here
index 5ff3347..e6c70cb 100644 (file)
@@ -100,4 +100,6 @@ site-init."
       (if (bufferp errbuf)
          (switch-to-buffer errbuf)))))
 
+(provide 'mailpost)
+
 ;;; mailpost.el ends here
index 3a261b3..2c8da70 100644 (file)
@@ -438,4 +438,6 @@ original message into it."
   (interactive)
   (mail-other-window nil nil nil nil nil (current-buffer)))
 
+(provide 'rnewspost)
+
 ;;; rnewspost.el ends here
index 3a3319e..87aa6f0 100644 (file)
@@ -181,4 +181,6 @@ following the containing message."
                   (rmail-update-summary))))))
       (set-buffer obuf))))
 
+(provide 'undigest)
+
 ;;; undigest.el ends here
index 05fe048..390335d 100644 (file)
@@ -63,4 +63,6 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
       (rmail-output to-file 1 t))
     (message "Writing messages to %s...done" to-file)))
 
+(provide 'unrmail)
+
 ;;; unrmail.el ends here
index fb3dbf6..a183b4e 100644 (file)
@@ -114,4 +114,6 @@ If neither file exists, fails quietly."
        (if (file-attributes "~/.signature")
            (insert-file-contents "~/.signature")))))
 
+(provide 'vms-pmail)
+
 ;;; vms-pmail.el ends here
index 9664513..262f14e 100644 (file)
@@ -111,4 +111,6 @@ Previous contents of that buffer are killed first."
        (setq lines (cdr lines))))
     (goto-char (- (point-max) from-end))))
 
+(provide 'makesum)
+
 ;;; makesum.el ends here
index fa48014..9590d49 100644 (file)
@@ -1,4 +1,4 @@
-;;; misc.el --- basic editing commands for Emacs
+;;; misc.el --- some nonstandard basic editing commands for Emacs
 
 ;; Copyright (C) 1989 Free Software Foundation, Inc.
 
@@ -55,4 +55,6 @@ The characters copied are inserted in the buffer before point."
                                 (+ n (point)))))))
     (insert string)))
 
+(provide 'misc)
+
 ;;; misc.el ends here
index 424ef69..d57aa22 100644 (file)
@@ -142,4 +142,6 @@ to future sessions."
    (insert "\n(put '" (symbol-name command) " 'disabled t)\n")
    (save-buffer)))
 
+(provide 'novice)
+
 ;;; novice.el ends here
index 614292c..413e410 100644 (file)
@@ -29,6 +29,8 @@
 ;; mode specifically for editing option values.  Do `M-x describe-mode' in
 ;; that context for more details.
 
+;; The customization buffer feature is intended to make this obsolete.
+
 ;;; Code:
 
 ;;;###autoload
@@ -139,4 +141,6 @@ For convenience, the characters \\[backward-paragraph] and \\[forward-paragraph]
      (kill-sexp 1)
      (prin1 (symbol-value var) (current-buffer)))))
 
+(provide 'options)
+
 ;;; options.el ends here
index 8de46c2..0786c90 100644 (file)
@@ -418,4 +418,6 @@ a reflection."
    ((equal item (car list)) (cdr list))
    (t (cons (car list) (bb-delete item (cdr list))))))
 
+(provide 'blackbox)
+
 ;;; blackbox.el ends here
index 93a9f9e..fab3ed9 100644 (file)
@@ -98,4 +98,6 @@ Default is 2."
                 (funcall search-function overlap opoint t))))))
       (sit-for 0))))
 
+(provide 'dissociate)
+
 ;;; dissociate.el ends here
index 98a12bf..2c65fb8 100644 (file)
@@ -1614,4 +1614,6 @@ Hack on previous word, setting global variable OWNER to correct result."
   (insert "Mein fuehrer!!\n")
   (doctor-read-print))
 
+(provide 'doctor)
+
 ;;; doctor.el ends here
index 26a5713..283c884 100644 (file)
@@ -3361,4 +3361,7 @@ File not found")))
   (setq dun-batch-mode t)
   (dun-batch-loop))
 
+(provide 'dunnet)
+
+;; dunnet.el ends here
 
index a035672..476f059 100644 (file)
@@ -441,4 +441,6 @@ You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."
          (setq list (cons digit list))))
     (mapcar 'mpuz-correct-guess list)))
 
+(provide 'mpuz)
+
 ;;; mpuz.el ends here
index cf6685a..8d8f822 100644 (file)
@@ -66,4 +66,6 @@
 ;; cleaned up, generalized, gratuitously broken by esr, and now resides in
 ;; cookie1.el.
 
+(provide 'spook)
+
 ;;; spook.el ends here
index b5aafca..a94eee5 100644 (file)
@@ -60,4 +60,6 @@
   (interactive "*")
   (studlify-region (point-min) (point-max)))
 
+(provide 'studly)
+
 ;;; studly.el ends here
index 3a0370b..a9132af 100644 (file)
@@ -228,4 +228,6 @@ repeatedly until you are satisfied with the kind of comment."
    )
   (end-of-line))
 
+(provide 'asm-mode)
+
 ;;; asm-mode.el ends here
index a00dfc7..42e2346 100644 (file)
@@ -1058,4 +1058,6 @@ The fill lines remain a comment."
 ;;     (beginning-of-line 1)))
 ;;     (goto-char restore)))
 
+(provide 'cplus-md)
+
 ;;; cplus-md.el ends here
index c287585..a21a5f5 100644 (file)
@@ -544,4 +544,6 @@ FROM SysStreams IMPORT sysIn, sysOut, sysErr;
         (find-file-other-window
          (concat (substring (buffer-name) 0 -3)  ".mi")))))
 
+(provide 'modula2)
+
 ;;; modula2.el ends here
index 25e9c2d..8b004a2 100644 (file)
@@ -1590,4 +1590,6 @@ Pascal Outline mode provides some additional commands.
   (pascal-goto-defun)
   (pascal-hide-other-defuns))
 
+(provide 'pascal)
+
 ;;; pascal.el ends here
index 934bc39..7817b25 100644 (file)
@@ -286,4 +286,6 @@ If COMPILE (prefix arg) is not nil, use compile mode rather than consult mode."
   (prolog-consult-region compile beg end)
   (switch-to-buffer "*prolog*"))
 
+(provide 'prolog)
+
 ;;; prolog.el ends here
index cfb6079..fa3f8b7 100644 (file)
@@ -190,9 +190,11 @@ first comment line visible (if point is in a comment)."
        lines
       (- lines))))
 
-; (defmacro repos-debug-macro (case-no)
-;   (` (message
-;       (concat "Case " (, case-no) ": %s %s %s %s %s")
-;       ht line comment-height defun-height defun-depth)))
+;; (defmacro repos-debug-macro (case-no)
+;;   (` (message
+;;       (concat "Case " (, case-no) ": %s %s %s %s %s")
+;;       ht line comment-height defun-height defun-depth)))
+
+(provide 'reposition)
 
 ;;; reposition.el ends here
index 5f70322..2a33d53 100644 (file)
@@ -71,4 +71,6 @@ and Searching\", Addison-Wesley (1973), pp. 391-392."
 ;("E460" "G200" "H416" "K530" "L300" "L222"
 ; "E460" "G200" "H416" "K530" "L300" "L222")
 
+(provide 'soundex)
+
 ;; soundex.el ends here
index 0baedeb..a159b93 100644 (file)
@@ -98,4 +98,6 @@ Select the first of these windows, displaying the first of the buffers."
          (select-window (frame-first-window frame)))
       (select-frame old-frame))))
 
+(provide 'talk)
+
 ;;; talk.el ends here
index 71ef6c2..355147a 100644 (file)
@@ -267,4 +267,6 @@ turns it on iff arg is positive, otherwise off."
        (cond ((null arg) (null nroff-electric-mode))
              (t (> (prefix-numeric-value arg) 0)))))
 
+(provide 'nroff-mode)
+
 ;;; nroff-mode.el ends here
index 2ec4899..b210e13 100644 (file)
@@ -322,4 +322,6 @@ preceding text is of the form @Command."
          (save-excursion
            (insert (aref scribe-close-parentheses paren-char)))))))
 
+(provide 'scribe)
+
 ;;; scribe.el ends here
index 65dde53..c413459 100644 (file)
@@ -151,4 +151,6 @@ for example, \"word\"."
         (replace-match " "))
        (message "%sincorrect" (buffer-substring 1 (point-max)))))))
 
+(provide 'spell)
+
 ;;; spell.el ends here
index 91dc0b2..20ffa31 100644 (file)
@@ -60,4 +60,6 @@ which specify the range to operate on."
      (while (re-search-forward "_\b\\|\b_" end1 t)
        (delete-char -2)))))
 
+(provide 'underline)
+
 ;;; underline.el ends here
index 2d52ffb..f66160b 100644 (file)
@@ -241,4 +241,6 @@ would give mode line times like `94/12/30 21:07:48 (UTC)'."
   (and (file-exists-p file)
        (< 0 (nth 7 (file-attributes (file-chase-links file))))))
 
+(provide 'time)
+
 ;;; time.el ends here
index 23ccb95..2402852 100644 (file)
   (if vt-applications-keypad-p (vt-keypad-off (interactive-p))
     (vt-keypad-on (interactive-p))))
 
+(provide 'vt-control)
+
 ;;; vt-control.el ends here
index e86b7f2..c2cb69d 100644 (file)
@@ -88,3 +88,7 @@
 (global-set-key [edit] 'find-file) ;EDIT
 (global-set-key [S-shell] 'shell) ;SHELL
 (global-set-key [S-help] 'manual-entry) ;HELP
+
+(provide 'x-apollo)
+
+;;; x-apollo.el ends here
index 4863cee..cad653f 100644 (file)
@@ -142,4 +142,6 @@ available to the user.  This also creates the menu itself."
     (and litem (funcall litem event)))
   (pop-to-buffer x-menu-assoc-buffer))
 
+(provide 'x-menu)
+
 ;;; x-menu.el ends here