branch: elpa/magit
commit 0d951ee9d694d6ccb0423cf6070775dd524db6c4
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-diff.el: Move misplaced form
---
 lisp/magit-diff.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index cda4d8ef21b..021c5aee775 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -205,6 +205,8 @@ keep their distinct foreground colors."
                  (const :tag "Immediately refine all hunks" all)
                  (const :tag "Refine each hunk when moving to it" t)))
 
+(put 'magit-diff-refine-hunk 'permanent-local t)
+
 (defcustom magit-diff-refine-ignore-whitespace smerge-refine-ignore-whitespace
   "Whether to ignore whitespace changes in word-granularity differences."
   :package-version '(magit . "3.0.0")
@@ -213,8 +215,6 @@ keep their distinct foreground colors."
   :safe 'booleanp
   :type 'boolean)
 
-(put 'magit-diff-refine-hunk 'permanent-local t)
-
 (defcustom magit-diff-adjust-tab-width nil
   "Whether to adjust the width of tabs in diffs.
 

Reply via email to