Mercurial > hg > xemacs-beta
diff lisp/modes/make-mode.el @ 20:859a2309aef8 r19-15b93
Import from CVS: tag r19-15b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:05 +0200 |
parents | d95e72db5c07 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/modes/make-mode.el Mon Aug 13 08:49:44 2007 +0200 +++ b/lisp/modes/make-mode.el Mon Aug 13 08:50:05 2007 +0200 @@ -1107,7 +1107,9 @@ (setq makefile-browser-client (current-buffer)) (makefile-pickup-targets) (makefile-pickup-macros) - (makefile-browse makefile-target-table makefile-macro-table)) + (makefile-browse makefile-target-table + ;; take out the runtime macros which were added for completion sake -gk + (set-difference makefile-macro-table makefile-runtime-macros-list)))