summaryrefslogtreecommitdiffstats
path: root/Auxiliary
diff options
context:
space:
mode:
authorYasuyuki Oka <yasuyk@gmail.com>2013-12-28 08:38:49 (GMT)
committerBrad King <brad.king@kitware.com>2014-01-02 18:14:15 (GMT)
commitd03a0fb409bcd5dedd316d217bf6dc336f105139 (patch)
tree277f1299fb870f6c6069ed880c366881d1b939f2 /Auxiliary
parenta8466700136e446136eca8529e1e1c4aade6a2ec (diff)
downloadCMake-d03a0fb409bcd5dedd316d217bf6dc336f105139.zip
CMake-d03a0fb409bcd5dedd316d217bf6dc336f105139.tar.gz
CMake-d03a0fb409bcd5dedd316d217bf6dc336f105139.tar.bz2
cmake-mode.el: Move header line to the top of file
Diffstat (limited to 'Auxiliary')
-rw-r--r--Auxiliary/cmake-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el
index 79d2319..902f753 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
;------------------------------------------------------------------------------