aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1991-08-25 20:03:21 +0000
committerRichard M. Stallman1991-08-25 20:03:21 +0000
commitd47099af4a72b4f804ce83948549f9728b8a3ced (patch)
treeb6417d732524874cf3429b29f2978bbec004c4ce
parentec28a64dd1b7db32ef2a3c643681c47862c43b65 (diff)
downloademacs-d47099af4a72b4f804ce83948549f9728b8a3ced.tar.gz
emacs-d47099af4a72b4f804ce83948549f9728b8a3ced.zip
*** empty log message ***
-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 @@
20 20
21 21
22(load "subr") 22(load "subr")
23(load "map-ynp")
23(garbage-collect) 24(garbage-collect)
24(load "loaddefs.el") ;Don't get confused if someone compiled loaddefs by mistake. 25(load "loaddefs.el") ;Don't get confused if someone compiled loaddefs by mistake.
25(garbage-collect) 26(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."
147 (message "") 147 (message "")
148 ;; Return the number of actions that were taken. 148 ;; Return the number of actions that were taken.
149 actions)) 149 actions))
150
151(provide 'map-ynp)