]> git.eshelyaron.com Git - emacs.git/commit
Remove unecessary unlock-buffer calls
authorMatt Armstrong <matt@rfc20.org>
Tue, 23 Feb 2021 00:40:05 +0000 (16:40 -0800)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Feb 2021 14:19:37 +0000 (16:19 +0200)
commit36440b15d3552908614f0bd52f4defed8c1deed5
tree68787e917bb25cc8766a286e269380cb74ec09fb
parentf8b4623db3c9ff75907779881e5b52f246389719
Remove unecessary unlock-buffer calls

* lisp/files.el (revert-buffer-insert-file-contents--default-function):
Remove vestigial call to `unlock-buffer'.
* lisp/simple.el (primitive-undo): Assume unlock-buffer is always
bound.  (Bug#46701)
lisp/files.el
lisp/simple.el