From 1a4bb2f46c1fa80f5b8b0913c34fb05a6fa61aae Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 20 Aug 1993 00:39:04 +0000 Subject: [PATCH] Flush BACKQ-INIT. --- code/backq.lisp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/code/backq.lisp b/code/backq.lisp index 7f3a69aec..5b18102a0 100644 --- a/code/backq.lisp +++ b/code/backq.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/backq.lisp,v 1.7 1993/07/22 12:42:23 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/backq.lisp,v 1.8 1993/08/20 00:39:04 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -275,14 +275,8 @@ ;;;; BACKQ-INIT and BACKQ-PP-INIT -;;; BACKQ-INIT -- interface. -;;; -;;; This is called by %INITIAL-FUNCTION. -;;; -(defun backq-init () - (let ((*readtable* std-lisp-readtable)) - (set-macro-character #\` #'backquote-macro) - (set-macro-character #\, #'comma-macro))) +(set-macro-character #\` #'backquote-macro) +(set-macro-character #\, #'comma-macro) ;;; BACKQ-PP-INIT -- interface. ;;; -- GitLab