Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a857ed13
Commit
a857ed13
authored
Jun 10, 1993
by
Richard M. Stallman
Browse files
(bibtex-mode-map): Use tex-insert-quote, not TeX-...
parent
118c9082
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/textmodes/bibtex.el
lisp/textmodes/bibtex.el
+4
-4
No files found.
lisp/textmodes/bibtex.el
View file @
a857ed13
...
...
@@ -138,7 +138,7 @@
;;; user visible variables added:
;;; bibtex-maintain-sorted-entries
;;; new local keybindings:
;;; "
TeX
-insert-quote
;;; "
tex
-insert-quote
;;; C-c$ ispell-bibtex-entry
;;; M-C-a beginning-of-bibtex-entry
;;; M-C-e end-of-bibtex-entry
...
...
@@ -233,8 +233,8 @@
;;; 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
'
tex
-insert-quote
))
(
autoload
'
tex
-insert-quote
"tex-mode"
))
(
if
(
not
(
fboundp
'sort-subr
))
(
autoload
'sort-subr
"sort"
))
...
...
@@ -308,7 +308,7 @@ string and the cdr the value to be inserted.")
(
define-key
km
"\C-c\C-d"
'bibtex-empty-field
)
;; [alarson:19920131.1543CST]
(
define-key
km
"\""
'
TeX
-insert-quote
)
(
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment