# HG changeset patch # User Richard M. Stallman # Date 786551844 0 # Node ID d2d5fe5acc24b07cf0414720bb7d143bfb06d9c6 # Parent 249d94c7e4f17d77da9accb27145dfff486f822f (bibtex-mode-map): Delete binding for ". Don't load in tex-insert-quote. diff -r 249d94c7e4f1 -r d2d5fe5acc24 lisp/textmodes/bibtex.el --- a/lisp/textmodes/bibtex.el Sun Dec 04 14:18:45 1994 +0000 +++ b/lisp/textmodes/bibtex.el Sun Dec 04 14:37:24 1994 +0000 @@ -138,7 +138,6 @@ ;;; user visible variables added: ;;; bibtex-maintain-sorted-entries ;;; new local keybindings: -;;; " tex-insert-quote ;;; C-c$ ispell-bibtex-entry ;;; M-C-a beginning-of-bibtex-entry ;;; M-C-e end-of-bibtex-entry @@ -233,8 +232,6 @@ ;;; these guys typically don't have autoloads...[alarson:19920131.1548CST] ;;; Check for fboundp first so that if user autoloads them from non standard ;;; places, the users bindings will take precedence. -(if (not (fboundp 'tex-insert-quote)) - (autoload 'tex-insert-quote "tex-mode")) (if (not (fboundp 'sort-subr)) (autoload 'sort-subr "sort")) @@ -299,7 +296,6 @@ (define-key km "\C-c\C-d" 'bibtex-empty-field) ;; [alarson:19920131.1543CST] - (define-key km "\"" 'tex-insert-quote) (define-key km "\C-c$" 'ispell-bibtex-entry) (define-key km "\M-\C-a" 'beginning-of-bibtex-entry) (define-key km "\M-\C-e" 'end-of-bibtex-entry)