Changeset 13134
- Timestamp:
- Oct 30, 2009, 2:53:31 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/hemlock/src/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/hemlock/src/macros.lisp
r12856 r13134 348 348 these are errors that a normal user could encounter in the course of editing 349 349 such as a search failing or an attempt to delete past the end of the buffer." 350 (let ((message (and args (apply #'format nil args)))) 351 (abort-current-command message))) 350 (if (current-view) 351 (let ((message (and args (apply #'format nil args)))) 352 (abort-current-command message)) 353 (apply #'error args))) 352 354 353 355
Note:
See TracChangeset
for help on using the changeset viewer.
