]> git.eshelyaron.com Git - emacs.git/commitdiff
(pp-to-string): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Feb 1995 18:05:23 +0000 (18:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Feb 1995 18:05:23 +0000 (18:05 +0000)
lisp/emacs-lisp/pp.el

index e2aaac535f28a8f7a50b68221871e50b736b1d59..a7dfefb3ba3811a6521ab9013274c84b36ae54d9 100644 (file)
@@ -32,8 +32,7 @@ that `read' can handle, whenever this is possible."
     (set-buffer (generate-new-buffer " pp-to-string"))
     (unwind-protect
        (progn
-         (lisp-mode-variables)
-         (set-syntax-table emacs-lisp-mode-syntax-table)
+         (lisp-mode-variables t)
          (let ((print-escape-newlines pp-escape-newlines))
            (prin1 object (current-buffer)))
          (goto-char (point-min))