1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-11 16:20:19 +02:00

Surround commentary w/ standard markers; nfc.

This commit is contained in:
Thien-Thi Nguyen 2001-04-28 19:07:38 +00:00
parent f32e992f53
commit 20edfbbdb5

View file

@ -19,6 +19,8 @@
;;;;
;;; Commentary:
;;; This file is the first thing loaded into Guile. It adds many mundane
;;; definitions and a few that are interesting.
;;;
@ -26,6 +28,8 @@
;;; file.
;;;
;;; Code:
;;; {Features}
;;
@ -2773,3 +2777,4 @@
(append! %load-path (cons "." '()))
;;; boot-9.scm ends here