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:
parent
f32e992f53
commit
20edfbbdb5
1 changed files with 53 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue