]> git.eshelyaron.com Git - emacs.git/commitdiff
Do not set a local value for version-control in version.el
authorGlenn Morris <rgm@gnu.org>
Thu, 24 May 2012 06:38:41 +0000 (23:38 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 24 May 2012 06:38:41 +0000 (23:38 -0700)
There's no reason to; this file isn't auto-generated or anything like
that.

lisp/version.el

index d7fb05ea465a71fce8b8d1d9f4ebdbc5ebf16757..804727a07c2f3ee11a37af824522d18e41bca203 100644 (file)
@@ -1,4 +1,4 @@
-;;; version.el --- record version number of Emacs
+;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*-
 
 ;; Copyright (C) 1985, 1992, 1994-1995, 1999-2012
 ;;   Free Software Foundation, Inc.
@@ -121,9 +121,4 @@ Optional argument DIR is a directory to use instead of `source-directory'."
 (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ?\s (emacs-version))
                  " $\n"))
 
-;; Local Variables:
-;; version-control: never
-;; no-byte-compile: t
-;; End:
-
 ;;; version.el ends here