emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/last-cedet-merge 7308eaf 18/37: semantic: Accept F


From: David Engster
Subject: [Emacs-diffs] scratch/last-cedet-merge 7308eaf 18/37: semantic: Accept FLAGS parameter for makefile-mode for analyzing completions
Date: Sun, 22 Jan 2017 21:26:32 +0000 (UTC)

branch: scratch/last-cedet-merge
commit 7308eaf0b48488d199e09bc9f1ae0433d17571d5
Author: Eric Ludlam <address@hidden>
Commit: David Engster <address@hidden>

    semantic: Accept FLAGS parameter for makefile-mode for analyzing completions
    
    * lisp/cedet/semantic/bovine/make.el
      (semantic-analyze-possible-completions): Add support for FLAGS
      arg (currently ignored)
---
 lisp/cedet/semantic/bovine/make.el |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/cedet/semantic/bovine/make.el 
b/lisp/cedet/semantic/bovine/make.el
index 2a224bd..78a0926 100644
--- a/lisp/cedet/semantic/bovine/make.el
+++ b/lisp/cedet/semantic/bovine/make.el
@@ -175,9 +175,10 @@ This is the same as a regular prototype."
   (semantic-format-tag-prototype tag parent color))
 
 (define-mode-local-override semantic-analyze-possible-completions
-  makefile-mode (context)
+  makefile-mode (context &rest flags)
   "Return a list of possible completions in a Makefile.
-Uses default implementation, and also gets a list of filenames."
+Uses default implementation, and also gets a list of filenames.
+Any extra FLAGS are ignored."
   (require 'semantic/analyze/complete)
   (with-current-buffer (oref context buffer)
     (let* ((normal (semantic-analyze-possible-completions-default context))



reply via email to

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