X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1b589bba5f75a9ff86de6069604006c01b021578..fe623377defcfb3a80ce30b2b4c8f62d9999818f:/packages/auctex/style/letter.el diff --git a/packages/auctex/style/letter.el b/packages/auctex/style/letter.el index 76ab4d87c..67a9b5dc2 100644 --- a/packages/auctex/style/letter.el +++ b/packages/auctex/style/letter.el @@ -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 +;; 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)