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

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

[nongnu] elpa/bison-mode a167ea5 10/29: Fix calling function


From: ELPA Syncer
Subject: [nongnu] elpa/bison-mode a167ea5 10/29: Fix calling function
Date: Sun, 29 Aug 2021 10:58:41 -0400 (EDT)

branch: elpa/bison-mode
commit a167ea58bfb5495f30343e04768be48cbbc2d958
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Fix calling function
    
    Original code makes no sense and causes error.
---
 bison-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bison-mode.el b/bison-mode.el
index e38425d..b3ebceb 100644
--- a/bison-mode.el
+++ b/bison-mode.el
@@ -646,7 +646,7 @@ assumes indenting a new line, i.e. at column 0
              (progn
                (back-to-indentation)
                (just-no-space)
-               (function reset-pt)))))
+               (funcall reset-pt)))))
        
        ((= section bison--bison-decls-section)
        (let ((opener (bison--bison-decl-opener-p bol eol)))



reply via email to

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