emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: annotations problem?


From: Richard Stallman
Subject: Re: annotations problem?
Date: Sat, 5 Jan 2002 17:36:25 -0700 (MST)

The doc string of format-annotate-region was wrong.
The function handle-face-property needs to be defined like this:

(defun handle-face-property (old new)
  (let ((param (prin1-to-string (or old new))))
    (if (null old)
        (cons nil (list (list "x-face" param)))
      (cons (list (list "x-face" param)) nil))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]