comparison lisp/progmodes/which-func.el @ 90224:2d92f5c9d6ae

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 26 Aug 2005 09:51:52 +0000
parents edf295560b5a fb2cad4cfb30
children 4b3d39451150
comparison
equal deleted inserted replaced
90223:edf295560b5a 90224:2d92f5c9d6ae
137 :foreground "Blue1") 137 :foreground "Blue1")
138 (t 138 (t
139 :foreground "LightSkyBlue")) 139 :foreground "LightSkyBlue"))
140 "Face used to highlight mode line function names." 140 "Face used to highlight mode line function names."
141 :group 'which-func) 141 :group 'which-func)
142 ;; backward-compatibility alias
143 (put 'which-func-face 'face-alias 'which-func)
144 142
145 (defcustom which-func-format 143 (defcustom which-func-format
146 `("[" 144 `("["
147 (:propertize which-func-current 145 (:propertize which-func-current
148 local-map ,which-func-keymap 146 local-map ,which-func-keymap