]> git.eshelyaron.com Git - emacs.git/commit
* lisp/printing.el (pr-global-menubar): Fix duplicate menu problem.
authorSaroj Thirumalai <emacs_bugs.saroj@thirumalai.com>
Wed, 23 Jun 2021 20:17:03 +0000 (23:17 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 23 Jun 2021 20:17:03 +0000 (23:17 +0300)
commit7be75f17e79b547dc03e26e3980d4ce75bfa668d
tree47b7ea71fe731984b844d6a115d44960813d5eb6
parent006628df1823ef10bed92c71bee490717f2c2864
* lisp/printing.el (pr-global-menubar): Fix duplicate menu problem.

In Emacs 27.1 Print menu items were moved to a submenu of the File menu.
The Printing package (lisp/printing.el) replaces the Print menu (via the
function: pr-global-menubar).  The latter needs to be updated to reflect the
changes; otherwise, a second Print (sub)menu is created at the end of the
File menu.

Copyright-paperwork-exempt: yes
lisp/printing.el