]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/letter.el
Update AUCTeX ELPA package to the new 11.87 release.
[gnu-emacs-elpa] / packages / auctex / style / letter.el
index 76ab4d87cb43b92f75bb3687cbf1ad6d3269390c..67a9b5dc2e323b44cce5b0cd1cbcab63d6d63073 100644 (file)
@@ -1,6 +1,27 @@
 ;;; letter.el - Special code for letter style.
 
-;; $Id: letter.el,v 1.4 2008/05/25 06:50:33 angeli Exp $
+;; Copyright (C) 1993 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; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
 
 ;;; Code:
 
@@ -46,7 +67,8 @@
          (newline-and-indent)))
     (if (not (zerop (length date)))
        (progn
-         (insert TeX-esc "def" TeX-esc "today" TeX-grop date TeX-grcl)
+         (insert TeX-esc "renewcommand" TeX-grop TeX-esc "today" TeX-grcl
+                 TeX-grop date TeX-grcl)
          (newline-and-indent)))
     (newline-and-indent)