monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 3f4b3d65c7aa32bf2d0629bf88e61b2b83211ade
Author: Mosè Giordano <[email protected]>
Date: Sat Nov 23 16:58:13 2013 +0100
Fix of the fix, my fault.
---
latex.el | 2 +-
tex.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/latex.el b/latex.el
index 45aaf81..e56e7b0 100644
--- a/latex.el
+++ b/latex.el
@@ -6013,7 +6013,7 @@ i.e. you do _not_ have to cater for this yourself by
adding \\\\' or $."
(easy-menu-add LaTeX-mode-menu LaTeX-mode-map)
(easy-menu-add LaTeX-mode-command-menu LaTeX-mode-map)
- (define-key LaTeX-map "C-xne" 'LaTeX-narrow-to-environment))
+ (define-key LaTeX-mode-map "\C-xne" 'LaTeX-narrow-to-environment))
(defun LaTeX-imenu-create-index-function ()
"Imenu support function for LaTeX."
diff --git a/tex.el b/tex.el
index 2c3cf5e..07c452e 100644
--- a/tex.el
+++ b/tex.el
@@ -3141,7 +3141,7 @@ The algorithm is as follows:
(make-local-variable 'TeX-auto-update)
(setq TeX-auto-update t)
- (define-key TeX-map "C-xng" 'TeX-narrow-to-group)
+ (define-key TeX-mode-map "\C-xng" 'TeX-narrow-to-group)
;; Minor modes
(when TeX-source-correlate-mode