Don't quote description strings. Quoting precludes the use of
authorChris Hanson <org/chris-hanson/cph>
Thu, 28 Jan 1999 03:54:36 +0000 (03:54 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 28 Jan 1999 03:54:36 +0000 (03:54 +0000)
arbitrary expressions to compute the documentation.

v7/src/edwin/macros.scm

index 047c574a054bc1dba8fe5a8002637c1bfeaf4c65..4820090ccc846725c4c9c0af8b8c6804d82aa18b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: macros.scm,v 1.63 1999/01/02 06:11:34 cph Exp $
+;;; $Id: macros.scm,v 1.64 1999/01/28 03:54:36 cph Exp $
 ;;;
 ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology
 ;;;
               `(BEGIN
                  (DEFINE ,scheme-name
                    (MAKE-VARIABLE ',name
-                                  ',description
+                                  ,description
                                   ,(if (default-object? value) '#F value)
                                   ',buffer-local?))
                  ,@(if (default-object? test)
                    ,(if super-mode-name
                         `(->MODE ',super-mode-name)
                         `#F)
-                   ',description
+                   ,description
                    ,(let ((super-initialization
                            (and super-mode-name
                                 `(MODE-INITIALIZATION
                    #F
                    ',(or display-name (symbol->string name))
                    #F
-                   ',description
+                   ,description
                    ,(if (and (not (default-object? initialization))
                              initialization)
                         initialization