AUCTeX Sync -- Updated Style Files.
[packages] / xemacs-packages / auctex / style / foils.el
index e3fedd8..d450090 100644 (file)
@@ -1,5 +1,26 @@
 ;;; foils.el - Special code for FoilTeX.
 
+;; Copyright (C) 1994-2014 Free Software Foundation, Inc.
+
+;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
+;; Maintainer: auctex-devel@gnu.org
+;; Keywords: tex
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by the
+;; Free Software Foundation; either version 3, or (at your option) any
+;; later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but WITHOUT
+;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+;; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+;; for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX.  If not, see <http://www.gnu.org/licenses/>.
+
 ;;; Code:
 
 (require 'timezone)
@@ -20,7 +41,7 @@
         (year   (string-to-number (aref date 0)))
         (month  (string-to-number (aref date 1)))
         (day    (string-to-number (aref date 2)))
-        (title (read-string "Title: ")))
+        (title (TeX-read-string "Title: ")))
     (save-excursion
       (goto-char (point-max))
       (re-search-backward ".begin.document.")