comparison lisp/which-func.el @ 49597:e88404e8f2cf

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 12:29:42 +0000
parents f00337f04e78
children c2fa5aacd170
comparison
equal deleted inserted replaced
49596:b06535145619 49597:e88404e8f2cf
63 63
64 ;;; Code: 64 ;;; Code:
65 65
66 ;; Variables for customization 66 ;; Variables for customization
67 ;; --------------------------- 67 ;; ---------------------------
68 ;; 68 ;;
69 (defvar which-func-unknown "???" 69 (defvar which-func-unknown "???"
70 "String to display in the mode line when current function is unknown.") 70 "String to display in the mode line when current function is unknown.")
71 71
72 (defgroup which-func nil 72 (defgroup which-func nil
73 "Mode to display the current function name in the modeline." 73 "Mode to display the current function name in the modeline."