mirror of
https://github.com/m00natic/vlfi.git
synced 2025-07-21 22:39:25 +01:00
Remove unnecessary addition to load-path on compile.
This commit is contained in:
@@ -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 ()
|
||||
|
3
vlf.el
3
vlf.el
@@ -39,9 +39,6 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile
|
||||
(add-to-list 'load-path default-directory))
|
||||
|
||||
(require 'vlf-base)
|
||||
|
||||
(autoload 'vlf-write "vlf-write" "Write current chunk to file.")
|
||||
|
Reference in New Issue
Block a user