remove un-neeeded argument to utop-mode

Ignore-this: abdd824025eb57f6c235c14f95e74e9f

darcs-hash:20120303195057-33bd9-42d4d88a374a05d1afe09b15ca12985ca844acb4
This commit is contained in:
wojciech.meyer 2012-03-03 20:50:57 +01:00
parent b09cf8da02
commit cc3743324b
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ If ADD-TO-HISTORY is t then the input will be added to history."
;; Make it appear
(display-buffer buf)
;; Put it in utop mode
(with-current-buffer buf (utop-mode arguments))))))))
(with-current-buffer buf (utop-mode))))))))
(defun utop-eval (start end)
"Eval the given region in utop."