[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
- [elpa] master df58222 089/177: yas--document-symbols: respect level arg, raise to 1, (continued)
- [elpa] master df58222 089/177: yas--document-symbols: respect level arg, raise to 1, Jo�o T�vora, 2015/03/28
- [elpa] master f94c38e 091/177: Merge pull request #449 from nibua-r/https-submodules, Jo�o T�vora, 2015/03/28
- [elpa] master 3002043 093/177: Sync git submodule for yasmate repo, Jo�o T�vora, 2015/03/28
- [elpa] master 0f8c2ab 094/177: Add `yas-after-reload-hook' and run it at the end of `yas-reload-all', Jo�o T�vora, 2015/03/28
- [elpa] master 987942c 095/177: update snippets submodule, Jo�o T�vora, 2015/03/28
- [elpa] master c128580 096/177: yasnippet templates don't add newlines, Jo�o T�vora, 2015/03/28
- [elpa] master 83c174c 097/177: Merge pull request #464 from kidd/master, Jo�o T�vora, 2015/03/28
- [elpa] master 12b7f82 092/177: Add Travis CI and update tests. Start a Changelog., Jo�o T�vora, 2015/03/28
- [elpa] master 3744f92 098/177: avoid double choices reversing, Jo�o T�vora, 2015/03/28
- [elpa] master 1fc858f 099/177: Remove experimental Changelog file, Jo�o T�vora, 2015/03/28
- [elpa] master 4d220f7 100/177: Remove an obsolete hack notice,
Jo�o T�vora <=
- [elpa] master 4470110 101/177: display-fn isn't actually used for filtering, Jo�o T�vora, 2015/03/28
- [elpa] master c07db05 102/177: yas-x-prompt: remove dead code, Jo�o T�vora, 2015/03/28
- [elpa] master 43a501a 103/177: remove yas--x-pretty-prompt-templates, Jo�o T�vora, 2015/03/28
- [elpa] master 8e7295b 108/177: Closes #403: more uniform behaviour for `yas-use-menu', Jo�o T�vora, 2015/03/28
- [elpa] master 498cbe4 105/177: Closes #469: Don't use `yas--init-minor-keymap', Jo�o T�vora, 2015/03/28
- [elpa] master e7599b9 104/177: Merge pull request #466 from npostavs/no-reverse, Jo�o T�vora, 2015/03/28
- [elpa] master a4e04f9 109/177: update doc for org 8.x, Jo�o T�vora, 2015/03/28
- [elpa] master a0c2217 110/177: Merge pull request #473 from npostavs/org8, Jo�o T�vora, 2015/03/28
- [elpa] master b36a4f7 107/177: Properly closes #469: Don't use `yas--init-minor-keymap', Jo�o T�vora, 2015/03/28
- [elpa] master d809e88 106/177: Revert "Closes #469: Don't use `yas--init-minor-keymap'", Jo�o T�vora, 2015/03/28