diff options
| author | Richard M. Stallman | 1991-08-25 20:03:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1991-08-25 20:03:21 +0000 |
| commit | d47099af4a72b4f804ce83948549f9728b8a3ced (patch) | |
| tree | b6417d732524874cf3429b29f2978bbec004c4ce | |
| parent | ec28a64dd1b7db32ef2a3c643681c47862c43b65 (diff) | |
| download | emacs-d47099af4a72b4f804ce83948549f9728b8a3ced.tar.gz emacs-d47099af4a72b4f804ce83948549f9728b8a3ced.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/loadup.el | 1 | ||||
| -rw-r--r-- | lisp/map-ynp.el | 2 |
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) | ||