Remove last-buffer-undo-list compat definition

* yasnippet.el (last-buffer-undo-list): Remove, apparently it works
around some bug in "Carbon Emacs", but yasnippet is probably not the
right place for such a workaround anyway (yasnippet does not use
last-buffer-undo-list).
This commit is contained in:
Noam Postavsky 2018-05-21 22:14:40 -04:00
parent 79b90c9489
commit d3bb879356

View File

@ -618,9 +618,6 @@ override bindings from other packages (e.g., `company-mode')."
;;; Minor mode stuff
;; XXX: `last-buffer-undo-list' is somehow needed in Carbon Emacs for MacOSX
(defvar last-buffer-undo-list nil)
(defvar yas--minor-mode-menu nil
"Holds the YASnippet menu.")