branch: master commit d3bb879356288ef38975fbf85947c7371b8c9759 Author: Noam Postavsky <npost...@users.sourceforge.net> Commit: Noam Postavsky <npost...@users.sourceforge.net>
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). --- yasnippet.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/yasnippet.el b/yasnippet.el index 6f749a5..46624ed 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -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.")