[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/enriched.el
From: |
Pavel Janík |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/enriched.el |
Date: |
Wed, 02 Jan 2002 08:19:09 -0500 |
Index: emacs/lisp/enriched.el
diff -c emacs/lisp/enriched.el:1.36 emacs/lisp/enriched.el:1.37
*** emacs/lisp/enriched.el:1.36 Mon Dec 31 19:49:56 2001
--- emacs/lisp/enriched.el Wed Jan 2 08:19:09 2002
***************
*** 172,178 ****
Commands:
! \\<enriched-mode-map>\\{enriched-mode-map}"
nil " Enriched" nil
(cond ((null enriched-mode)
;; Turn mode off
--- 172,178 ----
Commands:
! \\{enriched-mode-map}"
nil " Enriched" nil
(cond ((null enriched-mode)
;; Turn mode off
***************
*** 462,469 ****
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)
(if (null old)
(list nil (list annotation param))
(list (list annotation param)))))
--- 462,468 ----
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))))
(if (null old)
(list nil (list annotation param))
(list (list annotation param)))))
- [Emacs-diffs] Changes to emacs/lisp/enriched.el,
Pavel Janík <=