emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 64fbdc9 2/2: Add mode local overrides to xref-f


From: Dmitry Gutov
Subject: Re: [Emacs-diffs] master 64fbdc9 2/2: Add mode local overrides to xref-find-definitions
Date: Thu, 27 Aug 2015 02:45:46 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0

On 08/27/2015 12:59 AM, Stephen Leake wrote:

+(require 'find-func)
+;; For find-function-regexp-alist. It is tempting to replace this
+;; ‘require‘ by (defvar find-function-regexp-alist) and
+;; with-eval-after-load, but model-local.el is typically loaded when a
+;; semantic autoload is invoked, and something in semantic loads
+;; find-func.el before mode-local.el, so the eval-after-load is lost.

If FILE has already been loaded, eval-after-load evaluates FORM immediately.



reply via email to

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