From d03a0fb409bcd5dedd316d217bf6dc336f105139 Mon Sep 17 00:00:00 2001 From: Yasuyuki Oka Date: Sat, 28 Dec 2013 17:38:49 +0900 Subject: [PATCH] cmake-mode.el: Move header line to the top of file --- Auxiliary/cmake-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el index 79d231961..902f7530c 100644 --- a/Auxiliary/cmake-mode.el +++ b/Auxiliary/cmake-mode.el @@ -1,3 +1,5 @@ +;;; cmake-mode.el --- major-mode for editing CMake sources + ;============================================================================= ; CMake - Cross Platform Makefile Generator ; Copyright 2000-2009 Kitware, Inc., Insight Software Consortium @@ -9,7 +11,6 @@ ; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ; See the License for more information. ;============================================================================= -;;; cmake-mode.el --- major-mode for editing CMake sources ;------------------------------------------------------------------------------