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

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

[elpa] master 3cd64b7 45/60: yasnippet.el (yas--called-interactively-p):


From: João Távora
Subject: [elpa] master 3cd64b7 45/60: yasnippet.el (yas--called-interactively-p): Remove.
Date: Thu, 21 Jan 2016 22:36:04 +0000

branch: master
commit 3cd64b74b3ce49975460c62d8bffabe35968929c
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    yasnippet.el (yas--called-interactively-p): Remove.
    
    It's unused since "fix: more idiomatic elisp..." 29 Aug 2013
    (13d87aa3c0b0289ed918bab545d2b423974688a5).
---
 yasnippet.el |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/yasnippet.el b/yasnippet.el
index b670aea..9e63968 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -1390,16 +1390,6 @@ them all in `yas--menu-table'"
                     :visible (yas--show-menu-p ',mode)))
     menu-keymap))
 
-
-(defmacro yas--called-interactively-p (&optional kind)
-  "A backward-compatible version of `called-interactively-p'.
-
-Optional KIND is as documented at `called-interactively-p'
-in GNU Emacs 24.1 or higher."
-  (if (string< emacs-version "24.1")
-      '(called-interactively-p)
-    `(called-interactively-p ,kind)))
-
 
 ;;; Template-related and snippet loading functions
 



reply via email to

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