We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643b813 commit 62a4408Copy full SHA for 62a4408
extras/perlcritic.el
@@ -650,9 +650,8 @@ require that the perl document exist in a file anywhere."
650
;; Set it.
651
(> (prefix-numeric-value arg) 0)))
652
653
- (make-local-hook 'write-file-hooks)
654
(if perlcritic-mode
655
- (add-hook 'write-file-hooks 'perlcritic-write-hook)
+ (add-hook 'write-file-hooks 'perlcritic-write-hook nil "local")
656
(remove-hook 'write-file-hooks 'perlcritic-write-hook)))
657
658
;; Make a nice name for perl critic mode. This string will appear at
0 commit comments