opensubscriber
   Find in this group all groups
 
Unknown more information…

e : emacs-devel@gnu.org 16 June 2005 • 9:32PM -0400

(error (format ...
by Juanma Barranquero

REPLY TO AUTHOR
 
REPLY TO GROUP




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

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.