Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -*- lexical-binding: t -*- to headers #226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dired-avfs.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; dired-avfs.el --- AVFS support for dired
;;; dired-avfs.el --- AVFS support for dired -*- lexical-binding: t -*-

;; Copyright (C) 2014 Matus Goljer

Expand Down
2 changes: 1 addition & 1 deletion dired-hacks-utils.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; dired-hacks-utils.el --- Utilities and helpers for dired-hacks collection
;;; dired-hacks-utils.el --- Utilities and helpers for dired-hacks collection -*- lexical-binding: t -*-

;; Copyright (C) 2014-2015 Matúš Goljer

Expand Down
2 changes: 1 addition & 1 deletion dired-hacks.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; dired-hacks.el --- Collection of useful dired additions
;;; dired-hacks.el --- Collection of useful dired additions -*- lexical-binding: t -*-

;; Copyright (C) 2014-2015 Matúš Goljer

Expand Down
2 changes: 1 addition & 1 deletion dired-list.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; dired-list.el --- Create dired listings from sources
;;; dired-list.el --- Create dired listings from sources -*- lexical-binding: t -*-

;; Copyright (C) 2014-2015 Matúš Goljer

Expand Down
4 changes: 2 additions & 2 deletions dired-narrow.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; dired-narrow.el --- Live-narrowing of search results for dired
;;; dired-narrow.el --- Live-narrowing of search results for dired -*- lexical-binding: t -*-

;; Copyright (C) 2014-2015 Matúš Goljer

Expand Down Expand Up @@ -227,7 +227,7 @@ Return the count of visible files that are left after update."
visible-files-cnt
(= visible-files-cnt 1))
(when dired-narrow-enable-blinking
(dired-narrow--blink-current-file))
(dired-narrow--blink-current-file))
(exit-minibuffer))))))

(defun dired-narrow--internal (filter-function)
Expand Down
4 changes: 2 additions & 2 deletions dired-open.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; dired-open.el --- Open files from dired using using custom actions
;;; dired-open.el --- Open files from dired using using custom actions -*- lexical-binding: t -*-

;; Copyright (C) 2014-2015 Matúš Goljer

Expand Down Expand Up @@ -164,7 +164,7 @@ string as well."
(if (executable-find "xdg-open")
(let ((file (ignore-errors (dired-get-file-for-visit))))
(call-process-shell-command (concat "xdg-open '" (file-truename file) "'"))
nil)))
nil)))

(defun dired-open-by-extension ()
"Open a file according to its extension.
Expand Down
2 changes: 1 addition & 1 deletion dired-rainbow.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; dired-rainbow.el --- Extended file highlighting according to its type
;;; dired-rainbow.el --- Extended file highlighting according to its type -*- lexical-binding: t -*-

;; Copyright (C) 2014-2017 Matus Goljer

Expand Down
2 changes: 1 addition & 1 deletion dired-ranger.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; dired-ranger.el --- Implementation of useful ranger features for dired
;;; dired-ranger.el --- Implementation of useful ranger features for dired -*- lexical-binding: t -*-

;; Copyright (C) 2014-2015 Matúš Goljer

Expand Down
2 changes: 1 addition & 1 deletion dired-subtree.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; dired-subtree.el --- Insert subdirectories in a tree-like fashion
;;; dired-subtree.el --- Insert subdirectories in a tree-like fashion -*- lexical-binding: t -*-

;; Copyright (C) 2014-2015 Matúš Goljer

Expand Down
2 changes: 1 addition & 1 deletion dired-tagsistant.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; dired-tagsistant.el --- Tagsistant support for dired
;;; dired-tagsistant.el --- Tagsistant support for dired -*- lexical-binding: t -*-

;; Copyright (C) 2014 Matúš Goljer <[email protected]>

Expand Down