1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-12 08:40:20 +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 ;;; This file is the first thing loaded into Guile. It adds many mundane
;;; definitions and a few that are interesting. ;;; definitions and a few that are interesting.
;;; ;;;
@ -26,6 +28,8 @@
;;; file. ;;; file.
;;; ;;;
;;; Code:
;;; {Features} ;;; {Features}
;; ;;
@ -2773,3 +2777,4 @@
(append! %load-path (cons "." '())) (append! %load-path (cons "." '()))
;;; boot-9.scm ends here