emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master d3bb879 05/42: Remove last-buffer-undo-list compat definit


From: Noam Postavsky
Subject: [elpa] master d3bb879 05/42: Remove last-buffer-undo-list compat definition
Date: Sun, 22 Dec 2019 17:37:56 -0500 (EST)

branch: master
commit d3bb879356288ef38975fbf85947c7371b8c9759
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]