From 688dbb9ff939d9cd43c6b9b2487fa5e91cfc8bcd Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 1 Mar 2001 18:28:48 +0000 Subject: [PATCH] (customize-face): Default to face at point. (hook): Use functionp, not fboundp. (custom-hook-convert-widget): Allow symbols as well as (defined) functions. --- lisp/cus-edit.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index d69e051e8ce..fa68f53a06f 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1446,7 +1446,8 @@ item in another window.\n\n")) (defun custom-browse-insert-prefix (prefix) "Insert PREFIX. On XEmacs convert it to line graphics." - ;; Fixme: do graphics. + ;; Fixme: do graphics. Better: use box-drawing characters from + ;; Unicode or jisx. (if nil ; (string-match "XEmacs" emacs-version) (progn (insert "*") -- 2.39.5