Mercurial > emacs
changeset 2864:9c3bf565b354
* bibtex.el (bibtex-string): Use \" instead of "" to get a double
quote inside a string.
* vms-patch.el (print-region-function): Same.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 18 May 1993 21:33:52 +0000 |
parents | c91f3cf7b7f1 |
children | 427eadecebd6 |
files | lisp/textmodes/bibtex.el lisp/vms-patch.el |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))
--- 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)))