Skip to content

Commit

Permalink
Add lexical-binding local vars to appease the Emacs HEAD byte compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Dec 13, 2023
1 parent da34f18 commit b6703bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion color-theme-sanityinc-tomorrow.el
@@ -1,4 +1,4 @@
;;; color-theme-sanityinc-tomorrow.el --- A version of Chris Kempson's "tomorrow" themes
;;; color-theme-sanityinc-tomorrow.el --- A version of Chris Kempson's "tomorrow" themes -*- lexical-binding: t -*-

;; Copyright (C) 2012-2017 Steve Purcell

Expand Down
1 change: 1 addition & 0 deletions sanityinc-tomorrow-blue-theme.el
@@ -1,2 +1,3 @@
;;; -*- lexical-binding: t -*-
(require 'color-theme-sanityinc-tomorrow)
(color-theme-sanityinc-tomorrow--define-theme blue)
1 change: 1 addition & 0 deletions sanityinc-tomorrow-bright-theme.el
@@ -1,2 +1,3 @@
;;; -*- lexical-binding: t -*-
(require 'color-theme-sanityinc-tomorrow)
(color-theme-sanityinc-tomorrow--define-theme bright)
1 change: 1 addition & 0 deletions sanityinc-tomorrow-day-theme.el
@@ -1,2 +1,3 @@
;;; -*- lexical-binding: t -*-
(require 'color-theme-sanityinc-tomorrow)
(color-theme-sanityinc-tomorrow--define-theme day)
1 change: 1 addition & 0 deletions sanityinc-tomorrow-eighties-theme.el
@@ -1,2 +1,3 @@
;;; -*- lexical-binding: t -*-
(require 'color-theme-sanityinc-tomorrow)
(color-theme-sanityinc-tomorrow--define-theme eighties)
1 change: 1 addition & 0 deletions sanityinc-tomorrow-night-theme.el
@@ -1,2 +1,3 @@
;;; -*- lexical-binding: t -*-
(require 'color-theme-sanityinc-tomorrow)
(color-theme-sanityinc-tomorrow--define-theme night)

0 comments on commit b6703bb

Please sign in to comment.