Change list-ocaml-packages to less generic utop-list-ocaml-packages to avoid clashes

Ignore-this: 13ccbbe0c15950de745c971f176cdc1c

darcs-hash:20120301014430-33bd9-378cbc298ae1a75603eaf6bc894d8fc097be42fd
This commit is contained in:
wojciech.meyer 2012-03-01 02:44:30 +01:00
parent 63b7f5df6e
commit 98f032b5a5
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@ defaults to 0."
(insert-char ?\s (- width (length (elt cols 0))))
(insert (elt cols 1) "\n")))
(defun list-ocaml-packages (&optional query-only buffer)
(defun utop-list-ocaml-packages (&optional buffer)
"Display a list of all ocaml findlib packages"
(interactive)
(unless (bufferp buffer)