]> git.eshelyaron.com Git - emacs.git/commit
Fix naming of buffers for tags ending in Y in 'mpc'
authorjohn muhl <jm@pub.pink>
Tue, 8 Oct 2024 17:24:27 +0000 (12:24 -0500)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:54:41 +0000 (20:54 +0200)
commit9da9b613ad45c842f7a93677920844592ab495d5
treebc6428ab9f8f7bcb8579125d58a648a0a82336e3
parent47cb215b9c79f998cd89a9fdf6058295ef34925c
Fix naming of buffers for tags ending in Y in 'mpc'

* lisp/mpc.el (mpc-tagbrowser-buf): Use 'mpc-tagbrowser-tag-name'
to ensure buffers corresponding to tags that end in Y are
correctly pluralized; e.g. the tag "Directory" should create a
buffer named "*MPC Directories*" not "*MPC Directorys".

(cherry picked from commit 60e58be091bf075a03ac431444aa9c9b5832bb19)
lisp/mpc.el