Skip to content

Commit

Permalink
Merge pull request #6 from LemonBreezes/enable-lexical-binding
Browse files Browse the repository at this point in the history
Enable lexical binding
  • Loading branch information
kanru authored Feb 1, 2024
2 parents 7b728c1 + 10c8521 commit cebbe09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uuidgen.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; uuidgen.el --- Provides various UUID generating functions
;;; uuidgen.el --- Provides various UUID generating functions -*- lexical-binding: t; -*-

;; Copyright (C) 2010, 2011, 2014, 2020, 2022 Kan-Ru Chen

;; Author: Kan-Ru Chen <[email protected]>
;; Created: 08 Nov 2010
;; Version: 1.2
;; Version: 1.3
;; Keywords: extensions, lisp, tools

;; This file is NOT part of GNU Emacs.
Expand Down

0 comments on commit cebbe09

Please sign in to comment.