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

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

[elpa] master d619107 03/60: yasnippet.el (yas-initialize): Mark obsolet


From: João Távora
Subject: [elpa] master d619107 03/60: yasnippet.el (yas-initialize): Mark obsolete
Date: Thu, 21 Jan 2016 22:35:48 +0000

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

    yasnippet.el (yas-initialize): Mark obsolete
---
 yasnippet.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/yasnippet.el b/yasnippet.el
index 95c96e4..16278cc 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -4434,6 +4434,7 @@ and return the directory.  Return nil if not found."
 
 (defun yas-initialize ()
   "For backward compatibility, enable `yas-minor-mode' globally."
+  (declare (obsolete "Use (yas-global-mode 1) instead." "0.8"))
   (yas-global-mode 1))
 
 (defvar yas--backported-syms '(;; `defcustom's



reply via email to

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