[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/tex-bar.el,v
From: |
Reiner Steib |
Subject: |
[AUCTeX-diffs] Changes to auctex/tex-bar.el,v |
Date: |
Sat, 10 May 2008 20:07:35 +0000 |
CVSROOT: /sources/auctex
Module name: auctex
Changes by: Reiner Steib <rsteib> 08/05/10 20:07:34
Index: tex-bar.el
===================================================================
RCS file: /sources/auctex/auctex/tex-bar.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- tex-bar.el 8 Feb 2008 19:19:15 -0000 1.20
+++ tex-bar.el 10 May 2008 20:07:33 -0000 1.21
@@ -96,12 +96,18 @@
that define a button). For a list of variables that hold such
alists, see variable `TeX-bar-TeX-all-button-alists'."
:type '(list (set :inline t
+ (const new-file)
(const open-file)
+ (const dired)
+ (const kill-buffer)
(const save-buffer)
+ (const write-file)
+ (const undo)
(const cut)
(const copy)
(const paste)
- (const undo)
+ (const search-forward)
+ (const print-buffer)
(const [separator nil])
(const latex)
(const next-error)
@@ -232,12 +238,18 @@
that define a button). For a list of variables that hold such
alists, see variable `TeX-bar-LaTeX-all-button-alists'."
:type '(list (set :inline t
+ (const new-file)
(const open-file)
+ (const dired)
+ (const kill-buffer)
(const save-buffer)
+ (const write-file)
+ (const undo)
(const cut)
(const copy)
(const paste)
- (const undo)
+ (const search-forward)
+ (const print-buffer)
(const [separator nil])
(const latex)
(const next-error)
- [AUCTeX-diffs] Changes to auctex/tex-bar.el,v,
Reiner Steib <=