summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-10-15 17:50:56 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-10-15 17:50:56 +0000
commitdef31744f996fecdb187d43de38ddae2ff3ab881 (patch)
tree13c19fb7d95f21bb0f8b1ab437d38977f2214577 /emacs
parent0a6f6a78570284f9476171216050986ea00f89db (diff)
downloadocaml-def31744f996fecdb187d43de38ddae2ff3ab881.tar.gz
remove all $Id keywords
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13013 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'emacs')
-rw-r--r--emacs/Makefile2
-rw-r--r--emacs/caml-compat.el2
-rw-r--r--emacs/caml-emacs.el2
-rw-r--r--emacs/caml-font-old.el2
-rw-r--r--emacs/caml-help.el2
-rw-r--r--emacs/caml-hilit.el2
-rw-r--r--emacs/caml-types.el2
-rw-r--r--emacs/caml-xemacs.el2
-rw-r--r--emacs/caml.el2
-rw-r--r--emacs/camldebug.el2
-rw-r--r--emacs/inf-caml.el2
-rw-r--r--emacs/ocamltags.in3
12 files changed, 0 insertions, 25 deletions
diff --git a/emacs/Makefile b/emacs/Makefile
index 5fad5e3373..22b2a19bae 100644
--- a/emacs/Makefile
+++ b/emacs/Makefile
@@ -10,8 +10,6 @@
# #
#########################################################################
-# $Id$
-
include ../config/Makefile
# Files to install
diff --git a/emacs/caml-compat.el b/emacs/caml-compat.el
index da54cd0dc0..a5cff879ea 100644
--- a/emacs/caml-compat.el
+++ b/emacs/caml-compat.el
@@ -10,8 +10,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
;; function definitions for old versions of emacs
;; indent-line-to
diff --git a/emacs/caml-emacs.el b/emacs/caml-emacs.el
index 06cabf3025..13dc297a38 100644
--- a/emacs/caml-emacs.el
+++ b/emacs/caml-emacs.el
@@ -10,8 +10,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
;; for caml-help.el
(defalias 'caml-info-other-window 'info-other-window)
diff --git a/emacs/caml-font-old.el b/emacs/caml-font-old.el
index 12c318c90f..7456e8c583 100644
--- a/emacs/caml-font-old.el
+++ b/emacs/caml-font-old.el
@@ -10,8 +10,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
;; useful colors
(cond
diff --git a/emacs/caml-help.el b/emacs/caml-help.el
index 101963294f..99af471a9c 100644
--- a/emacs/caml-help.el
+++ b/emacs/caml-help.el
@@ -10,8 +10,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
;; caml-info.el --- contextual completion and help to caml-mode
;; Didier Remy, November 2001.
diff --git a/emacs/caml-hilit.el b/emacs/caml-hilit.el
index 25376eb2a4..13735594fd 100644
--- a/emacs/caml-hilit.el
+++ b/emacs/caml-hilit.el
@@ -10,8 +10,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
; Highlighting patterns for hilit19 under caml-mode
; defined also in caml.el
diff --git a/emacs/caml-types.el b/emacs/caml-types.el
index ac3fb1bf80..9fd613e1ca 100644
--- a/emacs/caml-types.el
+++ b/emacs/caml-types.el
@@ -10,8 +10,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
; An emacs-lisp complement to the "-annot" option of ocamlc and ocamlopt.
;; XEmacs compatibility
diff --git a/emacs/caml-xemacs.el b/emacs/caml-xemacs.el
index 79321e0057..f74c883c8d 100644
--- a/emacs/caml-xemacs.el
+++ b/emacs/caml-xemacs.el
@@ -10,8 +10,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
(require 'overlay)
;; for caml-help.el
diff --git a/emacs/caml.el b/emacs/caml.el
index 5eda10b8a4..a246c55ea9 100644
--- a/emacs/caml.el
+++ b/emacs/caml.el
@@ -10,8 +10,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
;;; caml.el --- OCaml code editing commands for Emacs
;; Xavier Leroy, july 1993.
diff --git a/emacs/camldebug.el b/emacs/camldebug.el
index 790eb6eb43..74f096cfb8 100644
--- a/emacs/camldebug.el
+++ b/emacs/camldebug.el
@@ -10,8 +10,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
;;; Run camldebug under Emacs
;;; Derived from gdb.el.
;;; gdb.el is Copyright (C) 1988 Free Software Foundation, Inc, and is part
diff --git a/emacs/inf-caml.el b/emacs/inf-caml.el
index 5b864efcb0..7f16611aa4 100644
--- a/emacs/inf-caml.el
+++ b/emacs/inf-caml.el
@@ -10,8 +10,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
;;; inf-caml.el --- run the OCaml toplevel in an Emacs buffer
;; Xavier Leroy, july 1993.
diff --git a/emacs/ocamltags.in b/emacs/ocamltags.in
index 2a6aadbfb7..7b1f41cf0c 100644
--- a/emacs/ocamltags.in
+++ b/emacs/ocamltags.in
@@ -12,8 +12,6 @@
;(* *)
;(***********************************************************************)
-;(* $Id$ *)
-
;; Copyright (C) 1998 Ian Zimmerman <itz@transbay.net>
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
@@ -24,7 +22,6 @@
;; 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.
-;; $Id$
(require 'caml)