Browse Source

Update

master
10sr 3 years ago
parent
commit
3b258bea74
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -1777,7 +1777,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(when (fboundp 'gited-list) (when (fboundp 'gited-list)
(defalias 'gited 'gited-list)) (defalias 'gited 'gited-list))


(when (require 'git-commit nil t)
(when (eval-and-compile (require 'git-commit nil t))
;; git-commit is defined badly and breaks the convention that only loading a ;; git-commit is defined badly and breaks the convention that only loading a
;; library should not change the Emacs behavior: ;; library should not change the Emacs behavior:
;; anyway I enable this manually here. ;; anyway I enable this manually here.


Loading…
Cancel
Save