branch: elpa/git-commit
commit cb8a0ba65ba645057b9e78dbfbc80105a099435c
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-section-mode: Remove commented code
---
 lisp/magit-section.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index adddffd922..3432fa4a32 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -459,7 +459,6 @@ Magit-Section is documented in info node `(magit-section)'."
   (setq show-trailing-whitespace nil)
   (setq-local symbol-overlay-inhibit-map t)
   (setq list-buffers-directory (abbreviate-file-name default-directory))
-  ;; (hack-dir-local-variables-non-file-buffer)
   (make-local-variable 'text-property-default-nonsticky)
   (push (cons 'keymap t) text-property-default-nonsticky)
   (add-hook 'pre-command-hook #'magit-section-pre-command-hook nil t)

Reply via email to