aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/version.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/version.el')
-rw-r--r--lisp/version.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/version.el b/lisp/version.el
index d7fb05ea465..804727a07c2 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -1,4 +1,4 @@
1;;; version.el --- record version number of Emacs 1;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*-
2 2
3;; Copyright (C) 1985, 1992, 1994-1995, 1999-2012 3;; Copyright (C) 1985, 1992, 1994-1995, 1999-2012
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
@@ -121,9 +121,4 @@ Optional argument DIR is a directory to use instead of `source-directory'."
121(purecopy (concat "\n$Id: " (subst-char-in-string ?\n ?\s (emacs-version)) 121(purecopy (concat "\n$Id: " (subst-char-in-string ?\n ?\s (emacs-version))
122 " $\n")) 122 " $\n"))
123 123
124;; Local Variables:
125;; version-control: never
126;; no-byte-compile: t
127;; End:
128
129;;; version.el ends here 124;;; version.el ends here