Skip to content
Snippets Groups Projects
Commit 66d8f7c2 authored by phg's avatar phg
Browse files

*** empty log message ***

parent be3d93ff
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/commandline.lisp,v 1.4 1995/07/26 16:43:37 phg Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/commandline.lisp,v 1.5 1995/08/18 17:03:03 phg Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
(defun batch-switch-demon (switch) (defun batch-switch-demon (switch)
(setq *batch-mode* t) (setq *batch-mode* t)
(setq (cmd-switch-value switch) t) (setf (cmd-switch-value switch) t)
(defswitch "batch" #'batch-switch-demon)) (defswitch "batch" #'batch-switch-demon))
(defun cmd-switch-arg (switch) (defun cmd-switch-arg (switch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment