comparison lisp/packages/func-menu.el @ 171:929b76928fce r20-3b12

Import from CVS: tag r20-3b12
author cvs
date Mon, 13 Aug 2007 09:47:52 +0200
parents 59463afc5666
children bfd6434d15b3
comparison
equal deleted inserted replaced
170:98a42ee61975 171:929b76928fce
834 ;;; 834 ;;;
835 ;;; Paul Filipski & Anthony Girardin <{filipski,girardin}@blackhawk.com> 835 ;;; Paul Filipski & Anthony Girardin <{filipski,girardin}@blackhawk.com>
836 (defvar fume-function-name-regexp-make 836 (defvar fume-function-name-regexp-make
837 "^\\(\\(\\$\\s(\\)?\\(\\w\\|\\.\\)+\\(:sh\\)?\\(\\s)\\)?\\)\\s *\\(::?\\|\\+?=\\)" 837 "^\\(\\(\\$\\s(\\)?\\(\\w\\|\\.\\)+\\(:sh\\)?\\(\\s)\\)?\\)\\s *\\(::?\\|\\+?=\\)"
838 "Expression to get makefile target names") 838 "Expression to get makefile target names")
839 (add-hook 'makefile-mode-hook 'fume-add-menubar-entry) 839 ;;(add-hook 'makefile-mode-hook 'fume-add-menubar-entry)
840 840
841 ;;; Directory Listings 841 ;;; Directory Listings
842 ;;; 842 ;;;
843 ;;; Norbert Kiesel <norbert@i3.informatik.rwth-aachen.de> 843 ;;; Norbert Kiesel <norbert@i3.informatik.rwth-aachen.de>
844 ;;; regexp stolen from font-lock-mode 844 ;;; regexp stolen from font-lock-mode