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

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

[ELPA-diffs] elpa r426: * packages/vlf/vlf.el: Set "Maintainer:".


From: Stefan Monnier
Subject: [ELPA-diffs] elpa r426: * packages/vlf/vlf.el: Set "Maintainer:".
Date: Mon, 22 Jul 2013 06:39:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 426
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: elpa
timestamp: Mon 2013-07-22 02:39:01 -0400
message:
  * packages/vlf/vlf.el: Set "Maintainer:".
modified:
  packages/vlf/vlf.el            vlf.el-20120614203028-urlm47rgs71aoaqu-2
=== modified file 'packages/vlf/vlf.el'
--- a/packages/vlf/vlf.el       2013-07-22 06:32:19 +0000
+++ b/packages/vlf/vlf.el       2013-07-22 06:39:01 +0000
@@ -4,6 +4,7 @@
 
 ;; Version: 0.9
 ;; Keywords: large files, utilities
+;; Maintainer: Andrey Kotlarski <address@hidden>
 ;; Authors: 2006 Mathias Dahl <address@hidden>
 ;;          2012 Sam Steingold <address@hidden>
 ;;          2013 Andrey Kotlarski <address@hidden>
@@ -120,7 +121,7 @@
 ;;;###autoload
 (defun vlf-if-file-too-large (size op-type &optional filename)
   "If file SIZE larger than `large-file-warning-threshold', \
-allow user to view file with `vlf', open it normally or abort.
+allow user to view file with `vlf', open it normally, or abort.
 OP-TYPE specifies the file operation being performed over FILENAME."
   (and large-file-warning-threshold size
        (> size large-file-warning-threshold)
@@ -226,10 +227,9 @@
   (interactive)
   (vlf-insert-file t))
 
-(defun vlf-revert (&optional ignore-auto noconfirm)
+(defun vlf-revert (&optional _ignore-auto noconfirm)
   "Revert current chunk.  Ignore IGNORE-AUTO.
 Ask for confirmation if NOCONFIRM is nil."
-  (ignore ignore-auto)
   (or noconfirm
       (yes-or-no-p (format "Revert buffer from file %s? "
                            buffer-file-name))


reply via email to

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