yatex

changeset 318:1336fbc4ab5b dev

Typeset menu ?b for \\ is unreachable.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 24 Apr 2014 22:48:06 +0900
parents b40fe847c16d
children afe97f605d96
files yatex.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Wed Apr 23 08:17:57 2014 +0900
     1.2 +++ b/yatex.el	Thu Apr 24 22:48:06 2014 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed Apr 23 08:17:02 2014 on firestorm
     1.7 +;;; Last modified Thu Apr 24 22:47:19 2014 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -1634,7 +1634,6 @@
    1.12       ((= c ?v) (YaTeX-view-error))
    1.13       ((= c ?l) (YaTeX-lpr arg))
    1.14       ((= c ?m) (YaTeX-switch-mode-menu arg))
    1.15 -     ((= c ?b) (YaTeX-insert-string "\\"))
    1.16       ((= c ?s) (YaTeX-xdvi-remote-search arg)))))
    1.17  
    1.18  (if (fboundp 'wrap-function-to-control-ime)