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

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

[elpa] master 61261c9 53/60: Fix #576; don't override yas-prompt-functio


From: João Távora
Subject: [elpa] master 61261c9 53/60: Fix #576; don't override yas-prompt-functions
Date: Thu, 21 Jan 2016 22:36:07 +0000

branch: master
commit 61261c9bb4608d6b1d9c242f4cf3dd4f6b0aa04f
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Fix #576; don't override yas-prompt-functions
    
    * yasnippet.el (yas-visit-snippet-file): Don't override
      `yas-prompt-functions'.
---
 yasnippet.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/yasnippet.el b/yasnippet.el
index 5d803c8..b74cc10 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -2351,7 +2351,6 @@ visited file in `snippet-mode'."
   (interactive)
   (let* ((yas-buffer-local-condition 'always)
          (templates (yas--all-templates (yas--get-snippet-tables)))
-         (yas-prompt-functions '(yas-ido-prompt yas-completing-prompt))
          (template (and templates
                         (or (yas--prompt-for-template templates
                                                      "Choose a snippet 
template to edit: ")



reply via email to

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