mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 03:55:31 +00:00
Remove unnecessary addition to load-path on compile.
This commit is contained in:
parent
47c154cc1f
commit
88dba8bb25
@ -27,9 +27,6 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile
|
||||
(add-to-list 'load-path default-directory))
|
||||
|
||||
(require 'vlf)
|
||||
|
||||
(defvar vlf-follow-timer nil
|
||||
|
@ -84,7 +84,7 @@ Possible values are: nil to never use it;
|
||||
(cadr mode)
|
||||
mode)))
|
||||
|
||||
(autoload 'vlf "vlf" "View Large FILE in batches.")
|
||||
(autoload 'vlf "vlf" "View Large FILE in batches." t)
|
||||
|
||||
(defadvice abort-if-file-too-large (around vlf-if-file-too-large
|
||||
compile activate)
|
||||
|
@ -27,9 +27,6 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile
|
||||
(add-to-list 'load-path default-directory))
|
||||
|
||||
(require 'vlf)
|
||||
|
||||
(defvar vlf-occur-mode-map
|
||||
|
@ -27,9 +27,6 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile
|
||||
(add-to-list 'load-path default-directory))
|
||||
|
||||
(require 'vlf)
|
||||
|
||||
(defun vlf-re-search (regexp count backward batch-step)
|
||||
|
@ -27,9 +27,6 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile
|
||||
(add-to-list 'load-path default-directory))
|
||||
|
||||
(require 'vlf-base)
|
||||
|
||||
(defun vlf-write ()
|
||||
|
Loading…
Reference in New Issue
Block a user