auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/style/foils.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/foils.el,v
Date: Mon, 28 Jul 2008 20:40:18 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/07/28 20:40:18

Index: foils.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/foils.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- foils.el    25 May 2008 06:50:32 -0000      1.4
+++ foils.el    28 Jul 2008 20:40:18 -0000      1.5
@@ -1,9 +1,11 @@
 ;;; foils.el - Special code for FoilTeX.
 
-;; $Id: foils.el,v 1.4 2008/05/25 06:50:32 angeli Exp $
+;; $Id: foils.el,v 1.5 2008/07/28 20:40:18 angeli Exp $
 
 ;;; Code:
 
+(require 'timezone)
+
 (TeX-add-style-hook "foils"
  (function
   (lambda ()
@@ -15,7 +17,6 @@
 
 (defun LaTeX-style-foils nil
   "Prompt for and insert foiltex options."
-  (require 'timezone)
   (let* ((date (timezone-parse-date (current-time-string)))
         (year   (string-to-number (aref date 0)))
         (month  (string-to-number (aref date 1)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]