emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] ELPA branch, master, updated. 829641e050c37aeecc2750de5eb0b


From: Andrey Kotlarski
Subject: [ELPA-diffs] ELPA branch, master, updated. 829641e050c37aeecc2750de5eb0ba4e47d18971
Date: Tue, 17 Dec 2013 20:52:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ELPA".

The branch, master has been updated
       via  829641e050c37aeecc2750de5eb0ba4e47d18971 (commit)
      from  d1f6155a9b973185ecbd4fc3a17709dc1ce429ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 829641e050c37aeecc2750de5eb0ba4e47d18971
Author: Andrey Kotlarski <address@hidden>
Date:   Tue Dec 17 22:51:33 2013 +0200

    Add comments for autoloaded elements.

diff --git a/packages/vlf/vlf.el b/packages/vlf/vlf.el
index 73b133f..c33e11c 100644
--- a/packages/vlf/vlf.el
+++ b/packages/vlf/vlf.el
@@ -49,6 +49,7 @@
   :type 'integer)
 (put 'vlf-batch-size 'permanent-local t)
 
+;;; used by the autoloaded abort-if-file-too-large advice
 ;;;###autoload
 (defcustom vlf-application 'ask
   "Determines when `vlf' will be offered on opening files.
@@ -168,14 +169,16 @@ You can customize number of bytes displayed by customizing
 (eval-after-load "dired"
   '(define-key dired-mode-map "V" 'dired-vlf))
 
+;;; used by the autoloaded abort-if-file-too-large advice
 ;;;###autoload
 (defcustom vlf-forbidden-modes-list
   '(archive-mode tar-mode jka-compr git-commit-mode image-mode
-                 doc-view-mode doc-view-mode-maybe)
+                 doc-view-mode doc-view-mode-maybe ebrowse-tree-mode)
   "Major modes which VLF will not be automatically applied to."
   :group 'vlf
   :type '(list symbol))
 
+;;; used by the autoloaded abort-if-file-too-large advice
 ;;;###autoload
 (defun vlf-determine-major-mode (filename)
   "Determine major mode from FILENAME."
@@ -206,6 +209,7 @@ You can customize number of bytes displayed by customizing
         (cadr mode)
       mode)))
 
+;;; autoload this so vlf is available as soon as file is opened
 ;;;###autoload
 (defadvice abort-if-file-too-large (around vlf-if-file-too-large
                                            compile activate)

-----------------------------------------------------------------------

Summary of changes:
 packages/vlf/vlf.el |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
ELPA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]