]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix interactive spec of 'semantic-ia-show-variants'
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2017 09:32:38 +0000 (11:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2017 09:32:38 +0000 (11:32 +0200)
* lisp/cedet/semantic/ia.el (semantic-ia-show-variants): Fix the
interactive spec to match the function's expectations.  (Bug#29770)

lisp/cedet/semantic/ia.el

index 625c3ae97576aa27c1ad83d3b96b95594e4c2384..7ca29bd24b9d5218f828f15c00572d4f84c3ad2e 100644 (file)
@@ -252,7 +252,7 @@ Completion options are calculated with `semantic-analyze-possible-completions'."
 ;;;###autoload
 (defun semantic-ia-show-variants (point)
   "Display a list of all variants for the symbol under POINT."
-  (interactive "P")
+  (interactive "d")
   (let* ((ctxt (semantic-analyze-current-context point))
         (comp nil))