1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 1991-08-25 20:03:21 +00:00
parent ec28a64dd1
commit d47099af4a
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -147,5 +147,3 @@ Returns the number of actions taken."
(message "")
;; Return the number of actions that were taken.
actions))
(provide 'map-ynp)