Mercurial > emacs
changeset 42479:d9873c0f6418
(enriched-handle-display-prop): Remove unused variables.
(enriched-mode): Doc fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 02 Jan 2002 13:19:09 +0000 |
parents | 33cb2c45885b |
children | 749856909d2d |
files | lisp/enriched.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/enriched.el Wed Jan 02 06:11:07 2002 +0000 +++ b/lisp/enriched.el Wed Jan 02 13:19:09 2002 +0000 @@ -172,7 +172,7 @@ Commands: -\\<enriched-mode-map>\\{enriched-mode-map}" +\\{enriched-mode-map}" nil " Enriched" nil (cond ((null enriched-mode) ;; Turn mode off @@ -462,8 +462,7 @@ 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)))))