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
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu....
http://lists.gnu.org/mailman/listinfo/emacs-devel
opensubscriber is not affiliated with the authors of this message nor responsible for its content.