mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
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:
parent
79b90c9489
commit
d3bb879356
@ -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.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user