yatex
changeset 385:0f66df4d0477 dev
%#BEGIN..%#END enclosing called by ?B in %-menu, instead of ?b
author | HIROSE Yuuji <yuuji@gentei.org> |
---|---|
date | Tue, 06 Jan 2015 23:14:31 +0900 |
parents | e95ae850eefb |
children | 8d17b1902bdd |
files | yatex.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/yatex.el Tue Jan 06 20:38:34 2015 +0900 1.2 +++ b/yatex.el Tue Jan 06 23:14:31 2015 +0900 1.3 @@ -1,6 +1,6 @@ 1.4 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*- 1.5 ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org] 1.6 -;;; Last modified Tue Jan 6 08:53:32 2015 on firestorm 1.7 +;;; Last modified Tue Jan 6 23:02:32 2015 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 @@ -8,7 +8,7 @@ 1.12 ;;; Code: 1.13 (require 'comment) 1.14 (require 'yatexlib) 1.15 -(defconst YaTeX-revision-number "1.78.4" 1.16 +(defconst YaTeX-revision-number "1.78.5" 1.17 "Revision number of running yatex.el") 1.18 1.19 ;---------- Local variables ---------- 1.20 @@ -1669,7 +1669,7 @@ 1.21 (?b . "BIBTEX"))))) 1.22 (YaTeX-getset-builtin key t)) 1.23 1.24 - ((= c ?b) ;%#BEGIN %#END region 1.25 + ((= c ?B) ;%#BEGIN %#END region 1.26 (or end (setq beg (min (point) (mark)) end (max (point) (mark)))) 1.27 (set-marker b beg) 1.28 (set-marker e end)