mirror of
https://github.com/m00natic/vlfi.git
synced 2025-02-25 14:28:05 +00:00
Fix opening of files for GNU Emacs 23.
This commit is contained in:
parent
152462a654
commit
d1af56d776
1
vlf.el
1
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user