]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/style/letter.el
Reverted commits 312, 313, and 315.
[gnu-emacs-elpa] / packages / auctex / style / letter.el
index fa269a4bb77087ae04b8342c087d09c6bc9ba584..76ab4d87cb43b92f75bb3687cbf1ad6d3269390c 100644 (file)
@@ -1,27 +1,6 @@
 ;;; letter.el - Special code for letter style.
 
-;; Copyright (C) 1993, 2012  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.
+;; $Id: letter.el,v 1.4 2008/05/25 06:50:33 angeli Exp $
 
 ;;; Code:
 
@@ -67,8 +46,7 @@
          (newline-and-indent)))
     (if (not (zerop (length date)))
        (progn
-         (insert TeX-esc "renewcommand" TeX-grop TeX-esc "today" TeX-grcl
-                 TeX-grop date TeX-grcl)
+         (insert TeX-esc "def" TeX-esc "today" TeX-grop date TeX-grcl)
          (newline-and-indent)))
     (newline-and-indent)