[Top][All Lists]
[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
- (error (format ...,
Juanma Barranquero <=