emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112624: Fix typos in previous subwor


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112624: Fix typos in previous subword.el change
Date: Fri, 17 May 2013 19:18:15 -0400
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112624
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-05-17 19:18:15 -0400
message:
  Fix typos in previous subword.el change
modified:
  lisp/progmodes/subword.el
=== modified file 'lisp/progmodes/subword.el'
--- a/lisp/progmodes/subword.el 2013-05-15 23:55:41 +0000
+++ b/lisp/progmodes/subword.el 2013-05-17 23:18:15 +0000
@@ -148,8 +148,8 @@
 
 ;;;###autoload
 (define-global-minor-mode global-subword-mode subword-mode
-  :group 'convenience
-  (lambda () (subword-mode 1)))
+  (lambda () (subword-mode 1))
+  :group 'convenience)
 
 (defun subword-forward (&optional arg)
   "Do the same as `forward-word' but on subwords.
@@ -302,8 +302,8 @@
 
 ;;;###autoload
 (define-global-minor-mode global-superword-mode superword-mode
-  :group 'convenience
-  (lambda () (superword-mode 1)))
+  (lambda () (superword-mode 1))
+  :group 'convenience)
 
 
 ;;


reply via email to

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