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

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

[elpa] externals/smalltalk-mode d3cea5f 25/34: fix typo


From: Stefan Monnier
Subject: [elpa] externals/smalltalk-mode d3cea5f 25/34: fix typo
Date: Tue, 9 Apr 2019 22:30:45 -0400 (EDT)

branch: externals/smalltalk-mode
commit d3cea5ff2e0cbde25e91fdae0ed3d64ef039be8f
Author: Paolo Bonzini <address@hidden>
Commit: Paolo Bonzini <address@hidden>

    fix typo
---
 smalltalk-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smalltalk-mode.el b/smalltalk-mode.el
index d9a4fee..dd74ee0 100644
--- a/smalltalk-mode.el
+++ b/smalltalk-mode.el
@@ -1073,7 +1073,7 @@ Whitespace is defined as spaces, tabs, and comments."
 
 (defun smalltalk-find-message ()
   (save-excursion
-    (smalltalk-goto-begenning-of-statement)
+    (smalltalk-goto-beginning-of-statement)
     (cond
      ((smalltalk-looking-at-unary-send)
       (if (not (smalltalk-has-sender))
@@ -1101,7 +1101,7 @@ Whitespace is defined as spaces, tabs, and comments."
          (smalltalk-forward-sexp 1))
       (error (goto-char prev-point)))))
 
-(defun smalltalk-goto-begenning-of-statement()
+(defun smalltalk-goto-beginning-of-statement ()
   (if (not (looking-back "[ \t\n]"))
       (smalltalk-safe-backward-sexp)))
 



reply via email to

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