]> git.eshelyaron.com Git - emacs.git/commit
uniquify-get-unique-names: Return a list with propertized strings
authorDmitry Gutov <dmitry@gutov.dev>
Wed, 2 Jul 2025 02:26:51 +0000 (05:26 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:12:35 +0000 (22:12 +0200)
commitd5b5e1ce1b6833e29497e0c9f7b6ff7e975638e7
tree4604965b0e343cf5d80c29679b57994f494f0fee
parent8fc5d14f7a76456440f52bd8b5462399ebbdc2ff
uniquify-get-unique-names: Return a list with propertized strings

* lisp/uniquify.el (uniquify-get-unique-names): Return a list of
strings, and add text property 'uniquify-orig-buffer' to each,
pointing at the corresponding buffers (bug#77312).

* lisp/progmodes/project.el (project--read-project-buffer):
Look up that property's values here and build the alist.

(cherry picked from commit 76877a6b08492c555744cfebda3224df91dec82a)
lisp/progmodes/project.el
lisp/uniquify.el