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

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

[nongnu] elpa/spell-fu 7770c005c4 47/86: Cleanup minor name change for s


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu 7770c005c4 47/86: Cleanup minor name change for spell-fu function name
Date: Thu, 7 Jul 2022 12:03:42 -0400 (EDT)

branch: elpa/spell-fu
commit 7770c005c41c7b61e9e92308c6c66671f9c3d648
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup minor name change for spell-fu function name
---
 spell-fu.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spell-fu.el b/spell-fu.el
index 35ff139c31..5ea269a8fb 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -1075,7 +1075,7 @@ Return t when the word is removed."
     (t
       (spell-fu-mode-disable))))
 
-(defun spell-fu-mode--turn-on ()
+(defun spell-fu--mode-turn-on ()
   "Enable the option `spell-fu-mode' where possible."
   (when
     (and
@@ -1088,7 +1088,7 @@ Return t when the word is removed."
     (spell-fu-mode 1)))
 
 ;;;###autoload
-(define-globalized-minor-mode global-spell-fu-mode spell-fu-mode 
spell-fu-mode--turn-on)
+(define-globalized-minor-mode global-spell-fu-mode spell-fu-mode 
spell-fu--mode-turn-on)
 
 (provide 'spell-fu)
 ;;; spell-fu.el ends here



reply via email to

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