emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7a87f82: Turn on lexical-binding in some more libs


From: Mark Oteiza
Subject: [Emacs-diffs] master 7a87f82: Turn on lexical-binding in some more libs
Date: Tue, 1 Nov 2016 00:31:53 +0000 (UTC)

branch: master
commit 7a87f82987f39656899e3e70d448d51e0af98a43
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    Turn on lexical-binding in some more libs
    
    * lisp/calendar/icalendar.el:
    * lisp/emacs-lisp/regexp-opt.el:
    * lisp/emacs-lisp/timer.el:
    * lisp/gnus/message.el:
    * lisp/hex-util.el: Turn on lexical-binding.
---
 lisp/calendar/icalendar.el    |    2 +-
 lisp/emacs-lisp/regexp-opt.el |    2 +-
 lisp/emacs-lisp/timer.el      |    2 +-
 lisp/gnus/message.el          |    2 +-
 lisp/hex-util.el              |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index c88f4ab..e7ad738 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -1,4 +1,4 @@
-;;; icalendar.el --- iCalendar implementation
+;;; icalendar.el --- iCalendar implementation -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
diff --git a/lisp/emacs-lisp/regexp-opt.el b/lisp/emacs-lisp/regexp-opt.el
index ef75285..4003318 100644
--- a/lisp/emacs-lisp/regexp-opt.el
+++ b/lisp/emacs-lisp/regexp-opt.el
@@ -1,4 +1,4 @@
-;;; regexp-opt.el --- generate efficient regexps to match strings
+;;; regexp-opt.el --- generate efficient regexps to match strings -*- 
lexical-binding: t -*-
 
 ;; Copyright (C) 1994-2016 Free Software Foundation, Inc.
 
diff --git a/lisp/emacs-lisp/timer.el b/lisp/emacs-lisp/timer.el
index c01ea49..64aebea 100644
--- a/lisp/emacs-lisp/timer.el
+++ b/lisp/emacs-lisp/timer.el
@@ -1,4 +1,4 @@
-;;; timer.el --- run a function with args at some time in future
+;;; timer.el --- run a function with args at some time in future -*- 
lexical-binding: t -*-
 
 ;; Copyright (C) 1996, 2001-2016 Free Software Foundation, Inc.
 
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index e4e42df..8804513 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -1,4 +1,4 @@
-;;; message.el --- composing mail and news messages
+;;; message.el --- composing mail and news messages -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1996-2016 Free Software Foundation, Inc.
 
diff --git a/lisp/hex-util.el b/lisp/hex-util.el
index 4867359..889bf9b 100644
--- a/lisp/hex-util.el
+++ b/lisp/hex-util.el
@@ -1,4 +1,4 @@
-;;; hex-util.el --- Functions to encode/decode hexadecimal string.
+;;; hex-util.el --- Functions to encode/decode hexadecimal string -*- 
lexical-binding: t -*-
 
 ;; Copyright (C) 1999, 2001-2016 Free Software Foundation, Inc.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]