branch: externals/vlf
commit 152462a65498b0f83d956b4ff8aff2cdb4afcd70
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>

    Fix autoloads in last commit.
---
 vlf.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlf.el b/vlf.el
index 9bf8061..d845ead 100644
--- a/vlf.el
+++ b/vlf.el
@@ -159,14 +159,14 @@ You can customize number of bytes displayed by customizing
 (eval-after-load "dired"
   '(define-key dired-mode-map "V" 'dired-vlf))
 
-;;;####autoload
+;;;###autoload
 (defcustom vlf-forbidden-modes-list '(archive-mode tar-mode jka-compr
                                                    git-commit-mode)
   "Major modes which VLF will not be automatically applied to."
   :group 'vlf
   :type '(list symbol))
 
-;;;####autoload
+;;;###autoload
 (defun vlf-determine-major-mode (filename)
   "Determine major mode from FILENAME."
   (let ((name filename)

Reply via email to