--- util-modes.el.orig 2016-11-15 20:24:36.182759749 +0800 +++ util-modes.el 2016-11-15 20:24:46.952711816 +0800 @@ -712,7 +712,7 @@ ;; Disable minor mode if semantic stuff not available (setq semantic-stickyfunc-mode nil) (error "Buffer %s was not set up for parsing" (buffer-name))) - (unless (boundp 'default-header-line-format) + (unless (boundp 'header-line-format) ;; Disable if there are no header lines to use. (setq semantic-stickyfunc-mode nil) (error "Sticky Function mode requires Emacs"))