瀏覽代碼

cmake-mode.el: Move header line to the top of file

Yasuyuki Oka 12 年之前
父節點
當前提交
d03a0fb409
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Auxiliary/cmake-mode.el

+ 2 - 1
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
 
 ;------------------------------------------------------------------------------