From 97f51df1a6a7e15d33ac792f8833f084a2919083 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 2 Jan 2002 13:19:09 +0000 Subject: [PATCH] (enriched-handle-display-prop): Remove unused variables. (enriched-mode): Doc fix. --- lisp/enriched.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/enriched.el b/lisp/enriched.el index 598d16ab53f..dec6c66e483 100644 --- a/lisp/enriched.el +++ b/lisp/enriched.el @@ -172,7 +172,7 @@ etc/enriched.doc in the Emacs distribution directory. Commands: -\\\\{enriched-mode-map}" +\\{enriched-mode-map}" nil " Enriched" nil (cond ((null enriched-mode) ;; Turn mode off @@ -462,8 +462,7 @@ is a list `(CLOSE OPEN)', where CLOSE is a list of annotations to close and OPEN a list of annotations to open. Each of these lists has the form `(ANNOTATION PARAM ...)'." (let ((annotation "x-display") - (param (prin1-to-string (or old new))) - close open) + (param (prin1-to-string (or old new)))) (if (null old) (list nil (list annotation param)) (list (list annotation param))))) -- 2.39.2