emacs-devel
[Top][All Lists]
Advanced

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

C++ qualified method names


From: Eli Zaretskii
Subject: C++ qualified method names
Date: Fri, 26 May 2017 12:39:00 +0300

In the C++ method below:

  void
  regcache::raw_supply_integer (int foo)
  {
    whatever (foo);
  }

invoking "M-: (c-defun-name) RET" produces "raw_supply_integer".  Why
does it exclude the class qualification?  Is there a way to have that
included?  This is important e.g. when producing a ChangeLog entry for
such methods.



reply via email to

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