Revert subr.el workaround for GC bug.

* subr.el (set-transient-map): Comment out previous change.
This commit is contained in:
Richard M. Stallman 2014-04-02 13:21:34 -04:00
parent ed859c7aea
commit 4fd68bf6cc
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2014-04-02 Richard Stallman <rms@gnu.org>
* subr.el (set-transient-map): Comment out previous change.
2014-04-02 Glenn Morris <rgm@gnu.org>
* menu-bar.el (menu-bar-file-menu):

View file

@ -4316,8 +4316,9 @@ lookup sequence then continues."
(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)))