[Git][cmucl/cmucl][issue-139-set-filename-encoding-to-utf8] 2 commits: Undo unneeded indentation.

Raymond Toy (@rtoy) gitlab at common-lisp.net
Tue Jan 10 23:50:04 UTC 2023



Raymond Toy pushed to branch issue-139-set-filename-encoding-to-utf8 at cmucl / cmucl


Commits:
77325992 by Raymond Toy at 2023-01-10T15:47:44-08:00
Undo unneeded indentation.

`#+executable` was indented one space, but that's not relevant to this
change, so undo it.

- - - - -
20bedbc8 by Raymond Toy at 2023-01-10T15:49:21-08:00
Actually set encoding to NIL, per comment.

Not sure what happened here.

- - - - -


2 changed files:

- src/code/extfmts.lisp
- src/code/save.lisp


Changes:

=====================================
src/code/extfmts.lisp
=====================================
@@ -493,7 +493,7 @@
 	     ;; encoding to NIL because we don't need any special
 	     ;; encoding to open the format files.
 	     (let* ((*print-readably* nil)
-		    ;;(unix::*filename-encoding* nil)
+		    (unix::*filename-encoding* nil)
 		    (*package* (find-package "STREAM"))
 		    (lisp::*enable-package-locked-errors* nil)
 		    (s (open (format nil "ext-formats:~(~A~).lisp" name)


=====================================
src/code/save.lisp
=====================================
@@ -202,7 +202,7 @@
 				 (site-init "library:site-init")
 				 (print-herald t)
 				 (process-command-line t)
-		                 #+:executable
+		                  #+:executable
 		                 (executable nil)
 				 (batch-mode nil)
 				 (quiet nil))



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/5aa5c037c5086f89ca5025803f2a583d4371bdf3...20bedbc8fed5150857188e6bf429d386ba0b825e

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/5aa5c037c5086f89ca5025803f2a583d4371bdf3...20bedbc8fed5150857188e6bf429d386ba0b825e
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230110/c706e375/attachment-0001.html>


More information about the cmucl-cvs mailing list