mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
yasnippet.el (yas-initialize): Mark obsolete
This commit is contained in:
parent
4fd8ab166b
commit
d61910789f
@ -4434,6 +4434,7 @@ and return the directory. Return nil if not found."
|
|||||||
|
|
||||||
(defun yas-initialize ()
|
(defun yas-initialize ()
|
||||||
"For backward compatibility, enable `yas-minor-mode' globally."
|
"For backward compatibility, enable `yas-minor-mode' globally."
|
||||||
|
(declare (obsolete "Use (yas-global-mode 1) instead." "0.8"))
|
||||||
(yas-global-mode 1))
|
(yas-global-mode 1))
|
||||||
|
|
||||||
(defvar yas--backported-syms '(;; `defcustom's
|
(defvar yas--backported-syms '(;; `defcustom's
|
||||||
|
Loading…
x
Reference in New Issue
Block a user