summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1991-08-25 20:03:21 +0000
committerRichard M. Stallman <rms@gnu.org>1991-08-25 20:03:21 +0000
commitd47099af4a72b4f804ce83948549f9728b8a3ced (patch)
treeb6417d732524874cf3429b29f2978bbec004c4ce /lisp
parentec28a64dd1b7db32ef2a3c643681c47862c43b65 (diff)
downloademacs-d47099af4a72b4f804ce83948549f9728b8a3ced.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/loadup.el1
-rw-r--r--lisp/map-ynp.el2
2 files changed, 1 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index e4b5f0e5f53..738df4b2e41 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -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 --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index 270e137c521..0d78ee69196 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -147,5 +147,3 @@ Returns the number of actions taken."
(message "")
;; Return the number of actions that were taken.
actions))
-
-(provide 'map-ynp)