# HG changeset patch # User HIROSE Yuuji # Date 1440989919 -32400 # Node ID e1e67b1b70e6d825f2eee69cb8538df22448ec2e # Parent 5e7b06dcab9cca9b3c1212160c50e41b72494640 typo fixed diff -r 5e7b06dcab9c -r e1e67b1b70e6 yatexadd.el --- a/yatexadd.el Fri Aug 28 21:03:27 2015 +0900 +++ b/yatexadd.el Mon Aug 31 11:58:39 2015 +0900 @@ -1,6 +1,6 @@ ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*- ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Fri Aug 28 20:52:57 2015 on zxr +;;; Last modified Mon Aug 31 11:57:05 2015 on zxr ;;; $Id$ ;;; Code: @@ -2107,7 +2107,7 @@ ;;; -------------------- beamer stuff -------------------- (defvar YaTeX:frame-option-alist-default - '(("plain") ("containverbatim") ("shrink") ("squeeze") + '(("plain") ("containsverbatim") ("shrink") ("squeeze") ("allowframebreaks") ("label="))) (defvar YaTeX:frame-option-alist-private nil "*Alist for completion list of the argument for `frame' environemnt")