# HG changeset patch # User Richard M. Stallman # Date 683150601 0 # Node ID 66f3891c43fd4206a1a49b14658fbd4c30202c5d # Parent a82d2d892c89ed3de03e81e65684405273149d07 *** empty log message *** diff -r a82d2d892c89 -r 66f3891c43fd lisp/loadup.el --- 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) diff -r a82d2d892c89 -r 66f3891c43fd lisp/map-ynp.el --- 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)