emacs-devel
[Top][All Lists]
Advanced

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

(error (format ...


From: Juanma Barranquero
Subject: (error (format ...
Date: Thu, 16 Jun 2005 15:32:55 +0200

Is there any reason for uses like this one from simple.el:

  (error (format "No further undo information%s"
               (if (and transient-mark-mode mark-active)
                   " for region" "")))

instead of simply:

  (error "No further undo information%s"
         (if (and transient-mark-mode mark-active)
             " for region" ""))

-- 
                    /L/e/k/t/u




reply via email to

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