emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 4d220f7 100/177: Remove an obsolete hack notice


From: João Távora
Subject: [elpa] master 4d220f7 100/177: Remove an obsolete hack notice
Date: Sat, 28 Mar 2015 15:41:13 +0000

branch: master
commit 4d220f726a5c8adf51b3a330ca53a20141c3e0aa
Author: Joao Tavora <address@hidden>
Commit: Joao Tavora <address@hidden>

    Remove an obsolete hack notice
    
    * yasnippet.el (yas-x-prompt): Remove hack notice.
---
 yasnippet.el |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/yasnippet.el b/yasnippet.el
index 608cccf..b3b5157 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]