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

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

[elpa] externals/vlf d1af56d 167/310: Fix opening of files for GNU Emacs


From: Stefan Monnier
Subject: [elpa] externals/vlf d1af56d 167/310: Fix opening of files for GNU Emacs 23.
Date: Sat, 28 Nov 2020 00:33:08 -0500 (EST)

branch: externals/vlf
commit d1af56d7761ab9e29da9a640c03b9fd073f51d39
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    Fix opening of files for GNU Emacs 23.
---
 vlf.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vlf.el b/vlf.el
index d845ead..ad81879 100644
--- a/vlf.el
+++ b/vlf.el
@@ -208,6 +208,7 @@ allow user to view file with `vlf', open it normally, or 
abort.
 OP-TYPE specifies the file operation being performed over FILENAME."
   (cond
    ((or (not vlf-application)
+        (not filename)
         (memq (vlf-determine-major-mode filename)
               vlf-forbidden-modes-list))
     ad-do-it)



reply via email to

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