]> git.eshelyaron.com Git - emacs.git/commitdiff
(enriched-handle-display-prop): Remove unused variables.
authorPavel Janík <Pavel@Janik.cz>
Wed, 2 Jan 2002 13:19:09 +0000 (13:19 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 2 Jan 2002 13:19:09 +0000 (13:19 +0000)
(enriched-mode): Doc fix.

lisp/enriched.el

index 598d16ab53f52caa618f61fff084fc993b9954e4..dec6c66e4834625e22fef4fce1070209a0735be7 100644 (file)
@@ -172,7 +172,7 @@ etc/enriched.doc in the Emacs distribution directory.
 
 Commands:
 
-\\<enriched-mode-map>\\{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)))))