comparison lisp/outline.el @ 65294:ecfa88bd9638

(font-lock-warning-face): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 31 Aug 2005 13:51:07 +0000
parents aefa34357e06
children 6b4c115f4d14 a3716f7538f2
comparison
equal deleted inserted replaced
65293:f3b1607acf96 65294:ecfa88bd9638
34 ;; - subtree-terminators 34 ;; - subtree-terminators
35 ;; - better handle comments before function bodies (i.e. heading) 35 ;; - better handle comments before function bodies (i.e. heading)
36 ;; - don't bother hiding whitespace 36 ;; - don't bother hiding whitespace
37 37
38 ;;; Code: 38 ;;; Code:
39
40 (defvar font-lock-warning-face)
41
39 42
40 (defgroup outlines nil 43 (defgroup outlines nil
41 "Support for hierarchical outlining." 44 "Support for hierarchical outlining."
42 :prefix "outline-" 45 :prefix "outline-"
43 :group 'editing) 46 :group 'editing)