aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/map-ynp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/map-ynp.el')
-rw-r--r--lisp/map-ynp.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index ddf27bdc83..5f4571f4ab 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -1,4 +1,5 @@
-;;; map-ynp.el -- General-purpose boolean question-asker.
+;;; map-ynp.el --- General-purpose boolean question-asker.
+
;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
;;; Written by Roland McGrath.
;;;
@@ -149,3 +150,5 @@ Returns the number of actions taken."
(message "")
;; Return the number of actions that were taken.
actions))
+
+;;; map-ynp.el ends here