emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-26 e5a2933: lisp/vc/: documentation fixes


From: Dmitry Gutov
Subject: Re: [Emacs-diffs] emacs-26 e5a2933: lisp/vc/: documentation fixes
Date: Tue, 20 Feb 2018 02:06:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Thunderbird/59.0

Hi all,

On 2/17/18 5:40 PM, Charles A. Roelli wrote:

  (defun change-log-get-method-definition ()
-"For Objective C, return the method name if we are in a method."
+  "For Objective C, return the method name if we are in a method."
    (let ((change-log-get-method-definition-md "["))
      (save-excursion
        (if (re-search-backward "address@hidden([A-Za-z_]*\\)" nil t)

Isn't it weird how we have an Objective-C specific function inside add-log.el?

It isn't used anywhere in Emacs these days, AFAICT.



reply via email to

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