Ignore-this: 93bcb3455b94dde47d1912bbb29750a7

darcs-hash:20120318012709-c41ad-54bc2df05955ac06897efb4406c77bc3918b09cb
This commit is contained in:
Jeremie Dimino 2012-03-18 02:27:09 +01:00
parent fbc550153e
commit 241e00d0a6
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ Useful as file variable.")
(signal 'text-read-only '("You cannot edit the buffer while waiting for completion")))
((eq utop-state 'copy)
(signal 'text-read-only '("You cannot edit the buffer while waiting for copy of last input")))
((eq utop-state 'history)
((eq utop-state 'hist)
(signal 'text-read-only '("You cannot edit the buffer while waiting for history")))))
(defun utop-before-change (start stop)