Mercurial > emacs
changeset 10732:bd193969988d
(pp-to-string): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Feb 1995 18:05:23 +0000 |
parents | 65e10f44e765 |
children | d08b63758c1a |
files | lisp/emacs-lisp/pp.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/pp.el Mon Feb 13 17:55:17 1995 +0000 +++ b/lisp/emacs-lisp/pp.el Mon Feb 13 18:05:23 1995 +0000 @@ -32,8 +32,7 @@ (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))