1
0
mirror of https://github.com/m00natic/vlfi.git synced 2024-10-05 18:30:51 +01:00

Fix opening of files for GNU Emacs 23.

This commit is contained in:
Andrey Kotlarski 2013-12-11 16:07:14 +02:00
parent 152462a654
commit d1af56d776

1
vlf.el
View File

@ -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)