diff yatexsec.el @ 61:b9f753846b6b

Bug fix release
author yuuji
date Mon, 07 Apr 1997 20:07:48 +0000
parents 3a7c0c2bf16d
children 36a48185b95a
line wrap: on
line diff
--- a/yatexsec.el	Fri Jan 24 09:04:06 1997 +0000
+++ b/yatexsec.el	Mon Apr 07 20:07:48 1997 +0000
@@ -2,7 +2,7 @@
 ;;; YaTeX sectioning browser.
 ;;; yatexsec.el
 ;;; (c ) 1994 by HIROSE Yuuji [yuuji@ae.keio.ac.jp]
-;;; Last modified Thu Jan 11 01:07:53 1996 on VFR
+;;; Last modified Mon Feb 17 11:26:44 1997 on supra
 ;;; $Id$
 
 (defvar YaTeX-sectioning-level
@@ -86,6 +86,7 @@
   (define-key YaTeX-sectioning-buffer-map "o"  'other-window)
   (define-key YaTeX-sectioning-buffer-map "-"  'shrink-window)
   (define-key YaTeX-sectioning-buffer-map "+"  'enlarge-window)
+  (define-key YaTeX-sectioning-buffer-map "q"  'delete-window)
   (define-key YaTeX-sectioning-buffer-map "\C-_" 'YaTeX-shift-section-undo)
   (and YaTeX-emacs-19 (boundp 'window-system) (eq window-system 'x)
        (define-key YaTeX-sectioning-buffer-map [?\C-/]

yatex.org