emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116930: Revert subr.el workaround for GC bug.


From: Richard M. Stallman
Subject: [Emacs-diffs] trunk r116930: Revert subr.el workaround for GC bug.
Date: Wed, 02 Apr 2014 17:26:24 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116930
revision-id: address@hidden
parent: address@hidden
author: Richard Stallman
committer: Richard Stallman <address@hidden>
branch nick: trunk
timestamp: Wed 2014-04-02 13:21:34 -0400
message:
  Revert subr.el workaround for GC bug.
  
  * subr.el (set-transient-map): Comment out previous change.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/subr.el                   subr.el-20091113204419-o5vbwnq5f7feedwu-151
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-04-02 15:14:50 +0000
+++ b/lisp/ChangeLog    2014-04-02 17:21:34 +0000
@@ -1,3 +1,7 @@
+2014-04-02  Richard Stallman  <address@hidden>
+
+       * subr.el (set-transient-map): Comment out previous change.
+
 2014-04-02  Glenn Morris  <address@hidden>
 
        * menu-bar.el (menu-bar-file-menu):

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2014-03-22 22:12:52 +0000
+++ b/lisp/subr.el      2014-04-02 17:21:34 +0000
@@ -4316,8 +4316,9 @@
                 (remove-hook 'pre-command-hook clearfun)
                (when on-exit (funcall on-exit))
 ;; Comment out the fset if you want to debug the GC bug.
-               (fset clearfun nil)
-                (set clearfun nil)))))
+;;;            (fset clearfun nil)
+;;;             (set clearfun nil)
+               ))))
     (add-hook 'pre-command-hook clearfun)
     (internal-push-keymap map 'overriding-terminal-local-map)))
 


reply via email to

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