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.
This commit is contained in:
parent
d3c2d3ca45
commit
7a87f82987
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
;;; icalendar.el --- iCalendar implementation
|
||||
;;; icalendar.el --- iCalendar implementation -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue