mirror of
https://github.com/m00natic/vlfi.git
synced 2025-04-18 16:50:19 +01:00
Add lexical-bind declaration.
This commit is contained in:
parent
e43725e8d4
commit
59d5d2c487
5
vlf.el
5
vlf.el
@ -1,4 +1,5 @@
|
||||
;;; vlf.el --- View Large Files
|
||||
;;; -*- lexical-bind: t -*-
|
||||
|
||||
;; Copyright (C) 2006, 2012, 2013 Free Software Foundation, Inc.
|
||||
|
||||
@ -192,8 +193,8 @@ With FROM-END prefix, view from the back."
|
||||
"If file SIZE larger than `large-file-warning-threshold', \
|
||||
allow user to view file with `vlf', open it normally or abort.
|
||||
OP-TYPE specifies the file operation being performed over FILENAME."
|
||||
(when (and large-file-warning-threshold size
|
||||
(> size large-file-warning-threshold))
|
||||
(and large-file-warning-threshold size
|
||||
(> size large-file-warning-threshold)
|
||||
(let ((char nil))
|
||||
(while (not (memq (setq char
|
||||
(read-event
|
||||
|
Loading…
x
Reference in New Issue
Block a user