Skip to content
Snippets Groups Projects
Commit 1a4bb2f4 authored by ram's avatar ram
Browse files

Flush BACKQ-INIT.

parent de3162b0
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -275,14 +275,8 @@
;;;; BACKQ-INIT and BACKQ-PP-INIT ;;;; BACKQ-INIT and BACKQ-PP-INIT
;;; BACKQ-INIT -- interface. (set-macro-character #\` #'backquote-macro)
;;; (set-macro-character #\, #'comma-macro)
;;; This is called by %INITIAL-FUNCTION.
;;;
(defun backq-init ()
(let ((*readtable* std-lisp-readtable))
(set-macro-character #\` #'backquote-macro)
(set-macro-character #\, #'comma-macro)))
;;; BACKQ-PP-INIT -- interface. ;;; BACKQ-PP-INIT -- interface.
;;; ;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment