emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/objed 93db5bc 215/216: Fix last commit


From: Stefan Monnier
Subject: [elpa] externals/objed 93db5bc 215/216: Fix last commit
Date: Tue, 8 Jan 2019 12:29:44 -0500 (EST)

branch: externals/objed
commit 93db5bc32f212e65e47830e69223140831151ab0
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Fix last commit
---
 objed.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/objed.el b/objed.el
index cf223d7..b299218 100644
--- a/objed.el
+++ b/objed.el
@@ -1097,7 +1097,7 @@ See `objed-cmd-alist'."
            #'next-line)
        (not (minibufferp))
        (not (and (bobp)
-                 (bound-and-true-p 'git-commit-mode)))
+                 (bound-and-true-p git-commit-mode)))
        (not (and (bobp) (eobp)))
        ;; only for modes which do not
        ;; their their own modal setup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]