# # patch "ChangeLog" # from [418536824c01d013b8d0412af3fe2fb0dd3426e6] # to [13b67c36e26a36564e376c145054088d584a7529] # # patch "contrib/monotone.el" # from [fb4aafa81c1dea4881c5b9f42cf17363ebbdab47] # to [ef5d228764e688e436312297e3d4da9e0a3fc199] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-05-04 Brian Campbell + + * contrib/monotone.el (monotone-vc-register): Fix arguments to + monotone-cmd-buf, to make work. + 2005-05-03 Nathaniel Smith * file_io.cc (read_data_for_command_line): Check that file exists, --- contrib/monotone.el +++ contrib/monotone.el @@ -708,7 +708,7 @@ "Register this file with monotone for the next commit." (interactive) (if buffer-file-name - (monotone-cmd-buf 'file "add" (current-buffer)) + (monotone-cmd-buf 'file '("add") (current-buffer)) (error "This buffer does not have a file name"))) (defun monotone-vc-status ()