Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4fd68bf6
Commit
4fd68bf6
authored
Apr 02, 2014
by
Richard M. Stallman
Browse files
Revert subr.el workaround for GC bug.
* subr.el (set-transient-map): Comment out previous change.
parent
ed859c7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/subr.el
lisp/subr.el
+3
-2
No files found.
lisp/ChangeLog
View file @
4fd68bf6
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):
...
...
lisp/subr.el
View file @
4fd68bf6
...
...
@@ -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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment