From c7bce5f21f8802b9c3be7691b6505162c230c232 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 24 Mar 2002 19:17:10 +0000 Subject: [PATCH] (facemenu-get-face): Remove unised variable `foreground'. --- lisp/facemenu.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/facemenu.el b/lisp/facemenu.el index ce1c859e059..e6b73b52d1f 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el @@ -799,8 +799,7 @@ use the selected frame. If t, then the global, non-frame faces are used." (defun facemenu-get-face (symbol) "Make sure FACE exists. If not, create it and add it to the appropriate menu. Return the SYMBOL." - (let ((name (symbol-name symbol)) - foreground) + (let ((name (symbol-name symbol))) (cond ((facep symbol)) (t (make-face symbol)))) symbol) -- 2.39.2