]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding in various ede files
authorStefan Kangas <stefan@marxist.se>
Thu, 11 Feb 2021 19:59:41 +0000 (20:59 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 11 Feb 2021 20:41:58 +0000 (21:41 +0100)
* lisp/cedet/ede/dired.el:
* lisp/cedet/ede/emacs.el:
* lisp/cedet/ede/make.el:
* lisp/cedet/ede/proj-archive.el:
* lisp/cedet/ede/proj-aux.el:
* lisp/cedet/ede/proj-misc.el:
* lisp/cedet/ede/proj-scheme.el:
* lisp/cedet/ede/srecode.el:
* lisp/cedet/ede/system.el: Use lexical-binding.

lisp/cedet/ede/dired.el
lisp/cedet/ede/emacs.el
lisp/cedet/ede/make.el
lisp/cedet/ede/proj-archive.el
lisp/cedet/ede/proj-aux.el
lisp/cedet/ede/proj-misc.el
lisp/cedet/ede/proj-scheme.el
lisp/cedet/ede/srecode.el
lisp/cedet/ede/system.el

index c85d4ee7924ffdb0d87e8a3775bcb0f10cd4c81a..7eb42ed9de8958afd4f5a3b1762ed83a04718c85 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede/dired.el --- EDE extensions to dired.
+;;; ede/dired.el --- EDE extensions to dired.  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1998-2000, 2003, 2009-2021 Free Software Foundation,
 ;; Inc.
index 1eb4c6395a402071294de7b6e7a52044c85cf936..332f09bc5b0d4b932eed0a8ca610980b03a70f87 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede/emacs.el --- Special project for Emacs
+;;; ede/emacs.el --- Special project for Emacs  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
 
index 863d715e4f11f008eef93ad091fd5d6640a5141f..4f86558c626dda9f4725b26a877ba479ba5ae328 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede/make.el --- General information about "make"
+;;; ede/make.el --- General information about "make"  -*- lexical-binding: t -*-
 
 ;;; Copyright (C) 2009-2021 Free Software Foundation, Inc.
 
index 038f994e4f9cd9fa5ca37671c68fef9926f900ee..9da6374d09cb0813bfeec7c1a9fbfbb34019661e 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede/proj-archive.el --- EDE Generic Project archive support
+;;; ede/proj-archive.el --- EDE Generic Project archive support  -*- lexical-binding: t -*-
 
 ;;  Copyright (C) 1998-2001, 2009-2021 Free Software Foundation, Inc.
 
@@ -45,7 +45,7 @@
   "Linker object for creating an archive.")
 
 (cl-defmethod ede-proj-makefile-insert-source-variables :before
-  ((this ede-proj-target-makefile-archive) &optional moresource)
+  ((this ede-proj-target-makefile-archive) &optional _moresource)
   "Insert bin_PROGRAMS variables needed by target THIS.
 We aren't actually inserting SOURCE details, but this is used by the
 Makefile.am generator, so use it to add this important bin program."
index f5bcebdd4cfe8d5fb9f40ac0bde6503f5b76b06f..73259558a624d870057361aa0ef37626156402ba 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede/proj-aux.el --- EDE Generic Project auxiliary file support
+;;; ede/proj-aux.el --- EDE Generic Project auxiliary file support  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1998-2000, 2007, 2009-2021 Free Software Foundation,
 ;; Inc.
index 70132aff6c35c892ea1736322f697f933a156ba4..068e998d1a1e803ecd06af678c9e32eb73adcabc 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support
+;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1998-2001, 2008-2021 Free Software Foundation, Inc.
 
index 51844af5361d21a68be3753618030393ed98ca17..b0e287895f3c6205a15d9c279ef404f4dd70a554 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede/proj-scheme.el --- EDE Generic Project scheme (guile) support
+;;; ede/proj-scheme.el --- EDE Generic Project scheme (guile) support  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1998-2000, 2009-2021 Free Software Foundation, Inc.
 
@@ -40,7 +40,7 @@
    )
   "This target consists of scheme files.")
 
-(cl-defmethod ede-proj-tweak-autoconf ((this ede-proj-target-scheme))
+(cl-defmethod ede-proj-tweak-autoconf ((_this ede-proj-target-scheme))
   "Tweak the configure file (current buffer) to accommodate THIS."
   (autoconf-insert-new-macro "AM_INIT_GUILE_MODULE"))
 
index 5dd0a7ec61498015e3408dcb8299d841c92c9dfa..dd009bfb31a738a0338136d503edc7e2b1a57d85 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede/srecode.el --- EDE utilities on top of SRecoder
+;;; ede/srecode.el --- EDE utilities on top of SRecoder  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
 
@@ -86,7 +86,6 @@ Note: Just like `srecode-insert', but templates found in `ede' app."
                                    (car (cdr dictionary-entries)))
       (setq dictionary-entries
            (cdr (cdr dictionary-entries))))
-
     ))
 
 (provide 'ede/srecode)
index d83d6d1cc695148218c896d90aae1fd1f02b3440..8ef38f0d33e3ddb715e9a86a88e042fd4643670f 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede-system.el --- EDE working with the system (VC, FTP, ETC)
+;;; ede-system.el --- EDE working with the system (VC, FTP, ETC)  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2001-2003, 2009-2021 Free Software Foundation, Inc.