summaryrefslogtreecommitdiff
path: root/Auxiliary/cmake-mode.el
diff options
context:
space:
mode:
authorYasuyuki Oka <yasuyk@gmail.com>2013-12-28 17:38:49 +0900
committerBrad King <brad.king@kitware.com>2014-01-02 13:14:15 -0500
commitd03a0fb409bcd5dedd316d217bf6dc336f105139 (patch)
tree277f1299fb870f6c6069ed880c366881d1b939f2 /Auxiliary/cmake-mode.el
parenta8466700136e446136eca8529e1e1c4aade6a2ec (diff)
downloadcmake-d03a0fb409bcd5dedd316d217bf6dc336f105139.tar.gz
cmake-mode.el: Move header line to the top of file
Diffstat (limited to 'Auxiliary/cmake-mode.el')
-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 79d231961f..902f7530cb 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
;------------------------------------------------------------------------------