emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 82/299: Delete CVS Id keywords from lisp files.


From: Stefan Monnier
Subject: [elpa] 82/299: Delete CVS Id keywords from lisp files.
Date: Sun, 02 Nov 2014 03:10:29 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 5e5e15b700dd1701cbda3f05f1232084e6ead204
Author: Tassilo Horn <address@hidden>
Date:   Mon Apr 8 08:56:38 2013 +0200

    Delete CVS Id keywords from lisp files.
---
 preview/preview.el |    5 +---
 style/article.el   |    2 -
 style/book.el      |    2 -
 style/dk.el        |    4 +--
 style/dutch.el     |    4 +--
 style/foils.el     |    2 -
 style/j-article.el |    2 -
 style/j-book.el    |    2 -
 style/j-report.el  |    2 -
 style/jarticle.el  |    2 -
 style/jbook.el     |    2 -
 style/jreport.el   |    2 -
 style/jsarticle.el |    2 -
 style/jsbook.el    |    2 -
 style/latexinfo.el |    1 -
 style/plfonts.el   |    2 -
 style/plhb.el      |    2 -
 style/prosper.el   |   67 +++++++++++++++++++++++++--------------------------
 style/report.el    |    2 -
 style/scrartcl.el  |    1 -
 20 files changed, 36 insertions(+), 74 deletions(-)

diff --git a/preview/preview.el b/preview/preview.el
index 39f1c49..82ce926 100644
--- a/preview/preview.el
+++ b/preview/preview.el
@@ -22,8 +22,6 @@
 
 ;;; Commentary:
 
-;; $Id: preview.el,v 1.287 2012-12-04 08:01:34 tsdh Exp $
-;;
 ;; This style is for the "seamless" embedding of generated images
 ;; into LaTeX source code.  Please see the README and INSTALL files
 ;; for further instruction.
@@ -36,8 +34,7 @@
 ;; configured by using
 ;; M-x customize-group RET preview RET
 ;;
-;; Please report bugs with M-x preview-report-bug RET
-;;
+;; Please report bugs with M-x preview-report-bug RET.
 
 ;;; Code:
 
diff --git a/style/article.el b/style/article.el
index 2acb566..3b3c06f 100644
--- a/style/article.el
+++ b/style/article.el
@@ -1,7 +1,5 @@
 ;;; article.el - Special code for article style.
 
-;; $Id: article.el,v 1.4 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/book.el b/style/book.el
index 829fa4e..8527989 100644
--- a/style/book.el
+++ b/style/book.el
@@ -1,7 +1,5 @@
 ;;; book.el - Special code for book style.
 
-;; $Id: book.el,v 1.5 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/dk.el b/style/dk.el
index 1a211ab..a508d8d 100644
--- a/style/dk.el
+++ b/style/dk.el
@@ -1,6 +1,4 @@
-;;; dk.el - Setup AUC TeX for editing Danish text.
-
-;; $Id: dk.el,v 1.2 1993-12-15 21:42:40 amanda Exp $
+;;; dk.el - Setup AUCTeX for editing Danish text.
 
 ;;; Code:
 
diff --git a/style/dutch.el b/style/dutch.el
index 5c9a830..3e7c1ec 100644
--- a/style/dutch.el
+++ b/style/dutch.el
@@ -1,6 +1,4 @@
-;;; dutch.el - Setup AUC TeX for editing Dutch text.
-
-;; $Id: dutch.el,v 1.2 1993-12-15 21:42:42 amanda Exp $
+;;; dutch.el - Setup AUCTeX for editing Dutch text.
 
 ;;; Code:
 
diff --git a/style/foils.el b/style/foils.el
index 435bed7..f4e7e77 100644
--- a/style/foils.el
+++ b/style/foils.el
@@ -1,7 +1,5 @@
 ;;; foils.el - Special code for FoilTeX.
 
-;; $Id: foils.el,v 1.5 2008-07-28 20:40:18 angeli Exp $
-
 ;;; Code:
 
 (require 'timezone)
diff --git a/style/j-article.el b/style/j-article.el
index 2408e7e..bf0b790 100644
--- a/style/j-article.el
+++ b/style/j-article.el
@@ -1,7 +1,5 @@
 ;;; j-article.el - Special code for j-article style.
 
-;; $Id: j-article.el,v 1.4 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/j-book.el b/style/j-book.el
index 92d11b2..82db61e 100644
--- a/style/j-book.el
+++ b/style/j-book.el
@@ -1,7 +1,5 @@
 ;;; j-book.el - Special code for j-book style.
 
-;; $Id: j-book.el,v 1.3 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/j-report.el b/style/j-report.el
index 437616f..a70da4f 100644
--- a/style/j-report.el
+++ b/style/j-report.el
@@ -1,7 +1,5 @@
 ;;; j-report.el - Special code for j-report style.
 
-;; $Id: j-report.el,v 1.3 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/jarticle.el b/style/jarticle.el
index 010725e..98d3ae0 100644
--- a/style/jarticle.el
+++ b/style/jarticle.el
@@ -1,7 +1,5 @@
 ;;; jarticle.el - Special code for jarticle style.
 
-;; $Id: jarticle.el,v 1.4 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/jbook.el b/style/jbook.el
index a678ebc..0200200 100644
--- a/style/jbook.el
+++ b/style/jbook.el
@@ -1,7 +1,5 @@
 ;;; jbook.el - Special code for jbook style.
 
-;; $Id: jbook.el,v 1.3 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/jreport.el b/style/jreport.el
index d2f3f33..8bf93cf 100644
--- a/style/jreport.el
+++ b/style/jreport.el
@@ -1,7 +1,5 @@
 ;;; jreport.el - Special code for jreport style.
 
-;; $Id: jreport.el,v 1.3 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/jsarticle.el b/style/jsarticle.el
index 36fc54a..2c8755d 100644
--- a/style/jsarticle.el
+++ b/style/jsarticle.el
@@ -1,7 +1,5 @@
 ;;; jsarticle.el - Special code for jsarticle style.
 
-;; $Id: jsarticle.el,v 1.2 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/jsbook.el b/style/jsbook.el
index 3dff339..0505861 100644
--- a/style/jsbook.el
+++ b/style/jsbook.el
@@ -1,7 +1,5 @@
 ;;; jsbook.el - Special code for jsbook style.
 
-;; $Id: jsbook.el,v 1.2 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/latexinfo.el b/style/latexinfo.el
index f1fdd5d..7595d0a 100644
--- a/style/latexinfo.el
+++ b/style/latexinfo.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1993 Marc Gemis <address@hidden>
 
 ;; Author: Marc Gemis <address@hidden>
-;; Version: $Id: latexinfo.el,v 1.7 2008-02-03 14:53:30 angeli Exp $
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/style/plfonts.el b/style/plfonts.el
index 809017c..9576501 100644
--- a/style/plfonts.el
+++ b/style/plfonts.el
@@ -1,7 +1,5 @@
 ;;; plfonts.el - Setup AUC TeX for editing Polish text with plfonts.sty
 
-;; $Id: plfonts.el,v 1.1 1994-01-30 21:17:25 amanda Exp $
-
 ;;; Commentary:
 ;;
 ;; `plfonts.sty' use `"' to make next character Polish.
diff --git a/style/plhb.el b/style/plhb.el
index 7d0749b..918c1e0 100644
--- a/style/plhb.el
+++ b/style/plhb.el
@@ -1,7 +1,5 @@
 ;;; plhb.el - Setup AUC TeX for editing Polish text with plhb.sty
 
-;; $Id: plhb.el,v 1.1 1994-01-30 21:17:27 amanda Exp $
-
 ;;; Commentary:
 ;;
 ;; `plhb.sty' use `"' to make next character Polish.
diff --git a/style/prosper.el b/style/prosper.el
index 8c7f34e..77b63e0 100644
--- a/style/prosper.el
+++ b/style/prosper.el
@@ -18,23 +18,23 @@
 ;; This is a propser (http://prosper.sourceforge.net/) style file for
 ;; AUCTeX.
 
-;;; Installation: 
-;; 
-;; For this file to work you need to have a working installation of 
-;; AucTeX. After that installtion is simple. Put this file into one of 
-;; the directories specified in `TeX-style-path', with the name 
-;; "style" rather than "auto" as it might get over written in the 
-;; latter.  
-;; 
-;; Then stick the current for into your .emacs 
-;; (eval-after-load "latex" 
-;;   '(add-to-list 'LaTeX-style-list '("prosper"))) 
-;;  
+;;; Installation:
 ;;
-;; And that should be it. You check whether it's worked or not by 
-;; opening a prosper document, and trying `LaTeX-environment'. "slide" 
-;; should be available by tab completion and it should ask you about 
-;; overlays.  
+;; For this file to work you need to have a working installation of
+;; AucTeX. After that installtion is simple. Put this file into one of
+;; the directories specified in `TeX-style-path', with the name
+;; "style" rather than "auto" as it might get over written in the
+;; latter.
+;;
+;; Then stick the current for into your .emacs
+;; (eval-after-load "latex"
+;;   '(add-to-list 'LaTeX-style-list '("prosper")))
+;;
+;;
+;; And that should be it. You check whether it's worked or not by
+;; opening a prosper document, and trying `LaTeX-environment'. "slide"
+;; should be available by tab completion and it should ask you about
+;; overlays.
 ;;
 ;; The environment "prosper" should be inserted immediately after the
 ;; document environment.  It will prompt you for options available
@@ -45,7 +45,7 @@
 ;; Currently the documentclass expansion doesn't work, unless you
 ;; enter a documentclass line to let auctex know which style files to
 ;; load. Then delete this and do it again. Not good. I know no way
-;; around this. 
+;; around this.
 
 ;;; Code:
 
@@ -61,8 +61,7 @@
 
 
 
-(defconst LaTeX-prosper-version
-  "$Id: prosper.el,v 1.5 2008-05-25 06:50:33 angeli Exp $"
+(defconst LaTeX-prosper-version "2008-05-25"
   "prosper.el version.")
 
 (defconst LaTeX-prosper-transition-styles '("Split"
@@ -78,7 +77,7 @@
   '("alienglow" "autumn" "azure"
     "contemporain" "darkblue" "default" "frames"
     "lignesbleues" "nuancegris" "troispoints"
-    "alcatel" "gyom" "pascal" "rico"    
+    "alcatel" "gyom" "pascal" "rico"
     ))
 
 (defun LaTeX-prosper-insert-title (optional)
@@ -99,8 +98,8 @@
               (car LaTeX-prosper-transition-history)
             "Replace")))
     (TeX-argument-insert
-     (completing-read 
-      (TeX-argument-prompt nil 
+     (completing-read
+      (TeX-argument-prompt nil
                            (format "Transition (Default %s) " default)
                            t)
       (mapcar 'list LaTeX-prosper-transition-styles)
@@ -116,8 +115,8 @@
    "Slide Style?"
    (mapcar 'list LaTeX-prosper-slide-styles)
    nil nil nil nil "default" ))
-   
-   
+
+
 (defun LaTeX-prosper-insert-options(environment)
   (insert "[" )
   (insert (LaTeX-prosper-slide-style-prompt) " ")
@@ -132,15 +131,15 @@
   (delete-char -1)
   (insert "]"))
 
-(defun LaTeX-prosper-insert-slide (environment) 
-  (if (y-or-n-p "Surround with overlay ?") 
-      (progn (TeX-insert-macro "overlays") 
-             (if (search-backward "{" 0 t) 
-                 (progn 
-                   (goto-char (+ 1 (point))) 
-                   (insert "%\n"))))) 
-  (let ((title (read-string "Title: "))) 
-    (LaTeX-insert-environment "slide" (concat TeX-grop title TeX-grcl)))) 
+(defun LaTeX-prosper-insert-slide (environment)
+  (if (y-or-n-p "Surround with overlay ?")
+      (progn (TeX-insert-macro "overlays")
+             (if (search-backward "{" 0 t)
+                 (progn
+                   (goto-char (+ 1 (point)))
+                   (insert "%\n")))))
+  (let ((title (read-string "Title: ")))
+    (LaTeX-insert-environment "slide" (concat TeX-grop title TeX-grcl))))
 
 
 
@@ -153,7 +152,7 @@
                        '("itemstep" LaTeX-env-item)
                        '("Itemize" LaTeX-env-item))
                        (TeX-add-symbols
-                        '("documentclass" 
+                        '("documentclass"
                           LaTeX-prosper-insert-options
                           LaTeX-prosper-insert-title)
                         '("title" "Title of the presentation")
diff --git a/style/report.el b/style/report.el
index 6791f42..900ddf2 100644
--- a/style/report.el
+++ b/style/report.el
@@ -1,7 +1,5 @@
 ;;; report.el - Special code for report style.
 
-;; $Id: report.el,v 1.3 2005-03-17 10:02:06 angeli Exp $
-
 ;;; Code:
 
 (TeX-add-style-hook
diff --git a/style/scrartcl.el b/style/scrartcl.el
index fb69221..88b3e0a 100644
--- a/style/scrartcl.el
+++ b/style/scrartcl.el
@@ -6,7 +6,6 @@
 
 ;; Author: Mark Trettin <address@hidden>
 ;; Created: 2002-09-26
-;; Version: $Id: scrartcl.el,v 1.4 2005-03-17 10:02:06 angeli Exp $
 ;; Keywords: tex
 
 ;;; Commentary:



reply via email to

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