mirror of
https://github.com/m00natic/vlfi.git
synced 2025-02-07 13:40:49 +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."
|
OP-TYPE specifies the file operation being performed over FILENAME."
|
||||||
(cond
|
(cond
|
||||||
((or (not vlf-application)
|
((or (not vlf-application)
|
||||||
|
(not filename)
|
||||||
(memq (vlf-determine-major-mode filename)
|
(memq (vlf-determine-major-mode filename)
|
||||||
vlf-forbidden-modes-list))
|
vlf-forbidden-modes-list))
|
||||||
ad-do-it)
|
ad-do-it)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user