summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/quilt-el/files/50quilt-el-gentoo.el')
-rw-r--r--app-emacs/quilt-el/files/50quilt-el-gentoo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/quilt-el/files/50quilt-el-gentoo.el b/app-emacs/quilt-el/files/50quilt-el-gentoo.el
index ccdd69d19ab9..e5b51e318d73 100644
--- a/app-emacs/quilt-el/files/50quilt-el-gentoo.el
+++ b/app-emacs/quilt-el/files/50quilt-el-gentoo.el
@@ -3,5 +3,5 @@
"Toggle quilt-mode. With positive arg, enable quilt-mode." t)
(autoload 'quilt-hook "quilt"
"Enable quilt mode for quilt-controlled files.")
-(add-hook 'find-file-hooks 'quilt-hook)
+(add-hook 'find-file-hook 'quilt-hook)
(add-hook 'after-revert-hook 'quilt-hook)