# HG changeset patch # User Jim Blandy # Date 737760832 0 # Node ID 9c3bf565b35415f3d13308250012a956cbf36489 # Parent c91f3cf7b7f1c7968033e5e950f3e1abe86e7b07 * bibtex.el (bibtex-string): Use \" instead of "" to get a double quote inside a string. * vms-patch.el (print-region-function): Same. diff -r c91f3cf7b7f1 -r 9c3bf565b354 lisp/textmodes/bibtex.el --- a/lisp/textmodes/bibtex.el Tue May 18 21:04:11 1993 +0000 +++ b/lisp/textmodes/bibtex.el Tue May 18 21:33:52 1993 +0000 @@ -1105,7 +1105,7 @@ (defun bibtex-string () (interactive) (bibtex-move-outside-of-entry) - (insert "@string{ = """"}\n") + (insert "@string{ = \"\"}\n") (previous-line 1) (forward-char 8)) diff -r c91f3cf7b7f1 -r 9c3bf565b354 lisp/vms-patch.el --- a/lisp/vms-patch.el Tue May 18 21:04:11 1993 +0000 +++ b/lisp/vms-patch.el Tue May 18 21:33:52 1993 +0000 @@ -168,7 +168,7 @@ (send-command-to-subprocess 1 (concat command - " sys$login:delete-me.txt/name=""GNUprintbuffer"" " + " sys$login:delete-me.txt/name=\"GNUprintbuffer\" " (mapconcat 'identity switches " ")) nil nil nil)))