projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ca37f
)
Fix interactive spec of 'semantic-ia-show-variants'
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 22 Dec 2017 09:32:38 +0000
(11:32 +0200)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/ia.el
b/lisp/cedet/semantic/ia.el
index 625c3ae97576aa27c1ad83d3b96b95594e4c2384..7ca29bd24b9d5218f828f15c00572d4f84c3ad2e 100644
(file)
--- 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))