mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 12:05: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:
|
;;; Code:
|
||||||
|
|
||||||
(eval-when-compile
|
|
||||||
(add-to-list 'load-path default-directory))
|
|
||||||
|
|
||||||
(require 'vlf)
|
(require 'vlf)
|
||||||
|
|
||||||
(defvar vlf-follow-timer nil
|
(defvar vlf-follow-timer nil
|
||||||
|
@ -84,7 +84,7 @@ Possible values are: nil to never use it;
|
|||||||
(cadr mode)
|
(cadr mode)
|
||||||
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
|
(defadvice abort-if-file-too-large (around vlf-if-file-too-large
|
||||||
compile activate)
|
compile activate)
|
||||||
|
@ -27,9 +27,6 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(eval-when-compile
|
|
||||||
(add-to-list 'load-path default-directory))
|
|
||||||
|
|
||||||
(require 'vlf)
|
(require 'vlf)
|
||||||
|
|
||||||
(defvar vlf-occur-mode-map
|
(defvar vlf-occur-mode-map
|
||||||
|
@ -27,9 +27,6 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(eval-when-compile
|
|
||||||
(add-to-list 'load-path default-directory))
|
|
||||||
|
|
||||||
(require 'vlf)
|
(require 'vlf)
|
||||||
|
|
||||||
(defun vlf-re-search (regexp count backward batch-step)
|
(defun vlf-re-search (regexp count backward batch-step)
|
||||||
|
@ -27,9 +27,6 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(eval-when-compile
|
|
||||||
(add-to-list 'load-path default-directory))
|
|
||||||
|
|
||||||
(require 'vlf-base)
|
(require 'vlf-base)
|
||||||
|
|
||||||
(defun vlf-write ()
|
(defun vlf-write ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user