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

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

[elpa] master e8cebf1 13/78: Make arg optional in avy-goto-subword-1


From: Oleh Krehel
Subject: [elpa] master e8cebf1 13/78: Make arg optional in avy-goto-subword-1
Date: Sat, 23 Jan 2016 13:59:41 +0000

branch: master
commit e8cebf1616ab7e976aa9607434a1d7290883a570
Author: Dror Levin <address@hidden>
Commit: Dror Levin <address@hidden>

    Make arg optional in avy-goto-subword-1
---
 avy.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/avy.el b/avy.el
index 11cf738..b73e372 100644
--- a/avy.el
+++ b/avy.el
@@ -884,7 +884,7 @@ should return true."
       (avy--process candidates (avy--style-fn avy-style)))))
 
 ;;;###autoload
-(defun avy-goto-subword-1 (char arg)
+(defun avy-goto-subword-1 (char &optional arg)
   "Jump to the currently visible CHAR at a subword start.
 The window scope is determined by `avy-all-windows' (ARG negates it).
 The case of CHAR is ignored."



reply via email to

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