changeset 408:66f3891c43fd

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Aug 1991 20:03:21 +0000
parents a82d2d892c89
children 671fceb3316b
files lisp/loadup.el lisp/map-ynp.el
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Sun Aug 25 01:14:32 1991 +0000
+++ b/lisp/loadup.el	Sun Aug 25 20:03:21 1991 +0000
@@ -20,6 +20,7 @@
 
 
 (load "subr")
+(load "map-ynp")
 (garbage-collect)
 (load "loaddefs.el")  ;Don't get confused if someone compiled loaddefs by mistake.
 (garbage-collect)
--- a/lisp/map-ynp.el	Sun Aug 25 01:14:32 1991 +0000
+++ b/lisp/map-ynp.el	Sun Aug 25 20:03:21 1991 +0000
@@ -147,5 +147,3 @@
     (message "")
     ;; Return the number of actions that were taken.
     actions))
-
-(provide 'map-ynp)