bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#29770: 25.1.50; Wrong interactive argument for semantic-ia-show-vari


From: Tobias Zawada
Subject: bug#29770: 25.1.50; Wrong interactive argument for semantic-ia-show-variants
Date: Tue, 19 Dec 2017 05:41:27 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

In File:
https://github.com/emacs-mirror/emacs/blob/master/lisp/cedet/semantic/ia.el

The argument for the interactive form of `semantic-ia-show-variants'
should be "d" (Value of point as number) and not "P" (Prefix arg in raw form).

Context starting at line 253

(defun semantic-ia-show-variants (point)
  "Display a list of all variants for the symbol under POINT."
  (interactive "P")

... )


Best regards,
Tobias Zawada






reply via email to

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