emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 689526b: Fix interactive spec of 'semantic-ia-sho


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 689526b: Fix interactive spec of 'semantic-ia-show-variants'
Date: Fri, 22 Dec 2017 04:33:17 -0500 (EST)

branch: emacs-26
commit 689526b714c3b4182110dc1ee59ff207b98d2fb6
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix interactive spec of 'semantic-ia-show-variants'
    
    * 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/cedet/semantic/ia.el b/lisp/cedet/semantic/ia.el
index 625c3ae..7ca29bd 100644
--- a/lisp/cedet/semantic/ia.el
+++ b/lisp/cedet/semantic/ia.el
@@ -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))
 



reply via email to

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