yatex

diff yatexsec.el @ 63:6ad4a2399731

pcs39334@asciinet.or.jp removed
author yuuji
date Sat, 13 Dec 1997 12:41:43 +0000
parents 3a7c0c2bf16d
children 36a48185b95a
line diff
     1.1 --- a/yatexsec.el	Thu Feb 01 18:55:47 1996 +0000
     1.2 +++ b/yatexsec.el	Sat Dec 13 12:41:43 1997 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX sectioning browser.
     1.5  ;;; yatexsec.el
     1.6  ;;; (c ) 1994 by HIROSE Yuuji [yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Thu Jan 11 01:07:53 1996 on VFR
     1.8 +;;; Last modified Mon Feb 17 11:26:44 1997 on supra
     1.9  ;;; $Id$
    1.10  
    1.11  (defvar YaTeX-sectioning-level
    1.12 @@ -86,6 +86,7 @@
    1.13    (define-key YaTeX-sectioning-buffer-map "o"  'other-window)
    1.14    (define-key YaTeX-sectioning-buffer-map "-"  'shrink-window)
    1.15    (define-key YaTeX-sectioning-buffer-map "+"  'enlarge-window)
    1.16 +  (define-key YaTeX-sectioning-buffer-map "q"  'delete-window)
    1.17    (define-key YaTeX-sectioning-buffer-map "\C-_" 'YaTeX-shift-section-undo)
    1.18    (and YaTeX-emacs-19 (boundp 'window-system) (eq window-system 'x)
    1.19         (define-key YaTeX-sectioning-buffer-map [?\C-/]