branch: externals/vlf
commit 4eaf763cadac62d7a74f7b2d2436d7793c8f7b43
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
Rename vlf-integrate.el to vlf-setup.el
---
README.org | 2 +-
vlf-integrate.el => vlf-setup.el | 8 ++++----
vlf.el | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.org b/README.org
index e5bc0bb..f98b163 100644
--- a/README.org
+++ b/README.org
@@ -52,7 +52,7 @@ integer value).
To have *vlf* offered as choice when opening large files:
#+BEGIN_SRC emacs-lisp
- (require 'vlf-integrate)
+ (require 'vlf-setup)
#+END_SRC
You can control when *vlf-mode* is invoked or offered with the
diff --git a/vlf-integrate.el b/vlf-setup.el
similarity index 96%
rename from vlf-integrate.el
rename to vlf-setup.el
index c1b0279..8ce7dad 100644
--- a/vlf-integrate.el
+++ b/vlf-setup.el
@@ -1,6 +1,6 @@
-;;; vlf-integrate.el --- VLF integration with other packages -*-
lexical-binding: t -*-
+;;; vlf-setup.el --- VLF integration with other packages -*- lexical-binding:
t -*-
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2015 Free Software Foundation, Inc.
;; Keywords: large files, integration
;; Author: Andrey Kotlarski <[email protected]>
@@ -155,6 +155,6 @@ defined in FILE."
(eval-after-load "dired"
'(define-key dired-mode-map "V" 'dired-vlf))
-(provide 'vlf-integrate)
+(provide 'vlf-setup)
-;;; vlf-integrate.el ends here
+;;; vlf-setup.el ends here
diff --git a/vlf.el b/vlf.el
index cc251ba..e695c2c 100644
--- a/vlf.el
+++ b/vlf.el
@@ -1,13 +1,13 @@
;;; vlf.el --- View Large Files -*- lexical-binding: t -*-
-;; Copyright (C) 2006, 2012-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2012-2015 Free Software Foundation, Inc.
;; Version: 1.7
;; Keywords: large files, utilities
;; Maintainer: Andrey Kotlarski <[email protected]>
;; Authors: 2006 Mathias Dahl <[email protected]>
;; 2012 Sam Steingold <[email protected]>
-;; 2013-2014 Andrey Kotlarski <[email protected]>
+;; 2013-2015 Andrey Kotlarski <[email protected]>
;; URL: https://github.com/m00natic/vlfi
;; This file is free software; you can redistribute it and/or modify
@@ -31,7 +31,7 @@
;; which provides several commands for moving around, searching,
;; comparing and editing selected part of file.
;; To have it offered when opening large files:
-;; (require 'vlf-integrate)
+;; (require 'vlf-setup)
;; This package was inspired by a snippet posted by Kevin Rodgers,
;; showing how to use `insert-file-contents' to extract part of a