diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-18 21:33:52 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-18 21:33:52 +0000 |
commit | 6f680efba5e5d1f349838b51361d5acceb107a91 (patch) | |
tree | da95669529114f16529b3e7a6f2759f43c05f38d /lisp/vms-patch.el | |
parent | b0874bbd1366203ac7c5afe7af49397b337464c7 (diff) | |
download | emacs-6f680efba5e5d1f349838b51361d5acceb107a91.tar.gz |
* bibtex.el (bibtex-string): Use \" instead of "" to get a double
quote inside a string.
* vms-patch.el (print-region-function): Same.
Diffstat (limited to 'lisp/vms-patch.el')
-rw-r--r-- | lisp/vms-patch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el index 7f88e23b7fe..93edaa86808 100644 --- a/lisp/vms-patch.el +++ b/lisp/vms-patch.el @@ -168,7 +168,7 @@ spawned Emacs and doing things like \"emacs -l myfile.el -f doit\"" (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))) |