comparison lisp/textmodes/bibtex.el @ 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 2465861025cd
children d8301f8d5b73
comparison
equal deleted inserted replaced
2863:c91f3cf7b7f1 2864:9c3bf565b354
1103 (bibtex-entry "Unpublished")) 1103 (bibtex-entry "Unpublished"))
1104 1104
1105 (defun bibtex-string () 1105 (defun bibtex-string ()
1106 (interactive) 1106 (interactive)
1107 (bibtex-move-outside-of-entry) 1107 (bibtex-move-outside-of-entry)
1108 (insert "@string{ = """"}\n") 1108 (insert "@string{ = \"\"}\n")
1109 (previous-line 1) 1109 (previous-line 1)
1110 (forward-char 8)) 1110 (forward-char 8))
1111 1111
1112 (defun bibtex-preamble () 1112 (defun bibtex-preamble ()
1113 (interactive) 1113 (interactive)