summaryrefslogtreecommitdiffstats
path: root/Auxiliary
diff options
context:
space:
mode:
authorKonstantin Kharlamov <Hi-Angel@yandex.ru>2024-04-11 15:23:48 (GMT)
committerKonstantin Kharlamov <Hi-Angel@yandex.ru>2024-04-11 15:23:48 (GMT)
commitc1e5c9f162351134e6908a509f8af317c8198133 (patch)
treecfe4c00e8ed6649044a30d4edfb9fd2191e1fdb5 /Auxiliary
parent96a9dd7544a35b949759a7ed93ed5aad73c2e743 (diff)
downloadCMake-c1e5c9f162351134e6908a509f8af317c8198133.zip
CMake-c1e5c9f162351134e6908a509f8af317c8198133.tar.gz
CMake-c1e5c9f162351134e6908a509f8af317c8198133.tar.bz2
cmake-mode.el: fix "no lexical-binding directive" warning
Fixes: In toplevel form: cmake-mode.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line
Diffstat (limited to 'Auxiliary')
-rw-r--r--Auxiliary/cmake-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el
index b5e5ff4..08774df 100644
--- a/Auxiliary/cmake-mode.el
+++ b/Auxiliary/cmake-mode.el
@@ -1,4 +1,4 @@
-;;; cmake-mode.el --- major-mode for editing CMake sources
+;;; cmake-mode.el --- major-mode for editing CMake sources -*- lexical-binding: t; -*-
;; Package-Requires: ((emacs "24.1"))