1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-18 20:10:47 +00:00

Fix autoloads in last commit.

This commit is contained in:
Andrey Kotlarski 2013-12-11 16:01:12 +02:00
parent 9c50487982
commit 152462a654

4
vlf.el
View File

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