aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/which-func.el
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 12:29:42 +0000
committerJuanma Barranquero2003-02-04 12:29:42 +0000
commitf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch)
tree626b0db999b924834efc1f437eb47776ea6bd797 /lisp/which-func.el
parent37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff)
downloademacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz
emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip
Trailing whitespace deleted.
Diffstat (limited to 'lisp/which-func.el')
-rw-r--r--lisp/which-func.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/which-func.el b/lisp/which-func.el
index aba47b964e4..1d31b3d304a 100644
--- a/lisp/which-func.el
+++ b/lisp/which-func.el
@@ -65,7 +65,7 @@
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