]> git.eshelyaron.com Git - emacs.git/commit
Add named defun for transpose-sexps-default-function (bug#60654)
authorTheodor Thornhill <theo@thornhill.no>
Mon, 9 Jan 2023 06:52:38 +0000 (07:52 +0100)
committerYuan Fu <casouri@gmail.com>
Mon, 9 Jan 2023 20:33:56 +0000 (12:33 -0800)
commit4d1d43e41fafaa5beecba57686f5d5f4146746c8
tree3adf8b322a8fcac041985a6e82db54f23077db95
parent5259f144d95d92dbda3d8db06b4f870bcfbb4a93
Add named defun for transpose-sexps-default-function (bug#60654)

* lisp/simple.el (transpose-sexps-default-function): Move the lambda
into its own function.
(transpose-sexps-function): Refer to it by name.
* etc/NEWS: Mention the change.
etc/NEWS
lisp/simple.el