typo
Ignore-this: 93bcb3455b94dde47d1912bbb29750a7 darcs-hash:20120318012709-c41ad-54bc2df05955ac06897efb4406c77bc3918b09cb
This commit is contained in:
parent
fbc550153e
commit
241e00d0a6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue