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

This commit is contained in:
Yasuyuki Oka 2013-12-28 17:38:49 +09:00 committed by Brad King
parent a846670013
commit d03a0fb409
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
;;; cmake-mode.el --- major-mode for editing CMake sources
;============================================================================= ;=============================================================================
; CMake - Cross Platform Makefile Generator ; CMake - Cross Platform Makefile Generator
; Copyright 2000-2009 Kitware, Inc., Insight Software Consortium ; Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
@ -9,7 +11,6 @@
; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
; See the License for more information. ; See the License for more information.
;============================================================================= ;=============================================================================
;;; cmake-mode.el --- major-mode for editing CMake sources
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------