]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove an obsolete hack notice
authorJoao Tavora <joaotavora@gmail.com>
Mon, 3 Mar 2014 08:53:20 +0000 (08:53 +0000)
committerJoao Tavora <joaotavora@gmail.com>
Mon, 3 Mar 2014 08:53:20 +0000 (08:53 +0000)
* yasnippet.el (yas-x-prompt): Remove hack notice.

yasnippet.el

index 608cccf6bcd55b1eb4d4aba17180a06d0a215ce8..b3b51573b231d2a87bb0c97a68aee8881a45809a 100644 (file)
@@ -1534,13 +1534,6 @@ Optional PROMPT sets the prompt to use."
 
 (defun yas-x-prompt (prompt choices &optional display-fn)
   "Display choices in a x-window prompt."
-  ;; FIXME: HACK: if we notice that one of the objects in choices is
-  ;; actually a `yas--template', defer to `yas--x-prompt-pretty-templates'
-  ;;
-  ;; This would be better implemented by passing CHOICES as a
-  ;; structured tree rather than a list. Modifications would go as far
-  ;; up as `yas--all-templates' I think.
-  ;;
   (when (and window-system choices)
     (let ((chosen
            (let (menu d) ;; d for display