emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 01/01: * packages/yasnippet: Fix lexical-binding cookie; and requ


From: Stefan Monnier
Subject: [elpa] 01/01: * packages/yasnippet: Fix lexical-binding cookie; and require cl.
Date: Wed, 26 Nov 2014 16:18:20 +0000

monnier pushed a commit to branch master
in repository elpa.

commit 1e5d23192c8cd4bd7d47bfd4d7cd33bfbc2eb500
Author: Stefan Monnier <address@hidden>
Date:   Wed Nov 26 11:18:16 2014 -0500

    * packages/yasnippet: Fix lexical-binding cookie; and require cl.
    
    * packages/yasnippet/yasnippet-tests.el: Fix lexical-binding cookie.
    * packages/yasnippet/yasnippet-debug.el: Require cl.
---
 packages/yasnippet/yasnippet-debug.el |    3 ++-
 packages/yasnippet/yasnippet-tests.el |    8 +++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/packages/yasnippet/yasnippet-debug.el 
b/packages/yasnippet/yasnippet-debug.el
index 9529e7f..248c440 100644
--- a/packages/yasnippet/yasnippet-debug.el
+++ b/packages/yasnippet/yasnippet-debug.el
@@ -1,6 +1,6 @@
 ;;; yasnippet-debug.el --- debug functions for yasnippet
 
-;; Copyright (C) 2010, 2013  Free Software Foundation, Inc.
+;; Copyright (C) 2010, 2013, 2014  Free Software Foundation, Inc.
 
 ;; Author: Jo�o T�vora
 ;; Keywords: emulations, convenience
@@ -25,6 +25,7 @@
 ;;; Code:
 
 (require 'yasnippet)
+(require 'cl)
 
 (defun yas-debug-snippet-vars ()
   "Debug snippets, fields, mirrors and the `buffer-undo-list'."
diff --git a/packages/yasnippet/yasnippet-tests.el 
b/packages/yasnippet/yasnippet-tests.el
index db1fe55..9bf592f 100644
--- a/packages/yasnippet/yasnippet-tests.el
+++ b/packages/yasnippet/yasnippet-tests.el
@@ -1,6 +1,6 @@
-;;; yasnippet-tests.el --- some yasnippet tests
+;;; yasnippet-tests.el --- some yasnippet tests  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2012, 2013  Free Software Foundation, Inc.
+;; Copyright (C) 2012, 2013, 2014  Free Software Foundation, Inc.
 
 ;; Author: Jo�o T�vora <address@hidden>
 ;; Keywords: emulations, convenience
@@ -27,6 +27,7 @@
 (require 'yasnippet)
 (require 'ert)
 (require 'ert-x)
+(require 'cl)
 
 
 ;;; Snippet mechanics
@@ -646,6 +647,3 @@ TODO: be meaner"
 
 (provide 'yasnippet-tests)
 ;;; yasnippet-tests.el ends here
-;; Local Variables:
-;; lexical-binding: t
-;; End:



reply via email to

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