From d61910789f626522a9e7424dccdeec8a76fb95ce Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Sun, 5 Apr 2015 18:05:07 -0400 Subject: [PATCH] yasnippet.el (yas-initialize): Mark obsolete --- yasnippet.el | 1 + 1 file changed, 1 insertion(+) diff --git a/yasnippet.el b/yasnippet.el index 95c96e46a..16278cca3 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 -- 2.39.2