diff options
author | Jimmy Aguilar Mena <spacibba@aol.com> | 2020-09-15 13:19:13 +0200 |
---|---|---|
committer | Jimmy Aguilar Mena <spacibba@aol.com> | 2020-09-15 13:19:13 +0200 |
commit | 4409ef6deade193058ad74f80c41eb72265645d0 (patch) | |
tree | 7d79481aa12256ae0ffcbce8f5bf5af2aa72da27 /etc/NEWS | |
parent | 5a19bd834ef8d33716b65cbf2c0ca93b3aa9c618 (diff) | |
download | emacs-feature/uniquify-as-function.tar.gz |
Document use of uniquify-buffer-name-style as a function.feature/uniquify-as-function
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1425,6 +1425,12 @@ truncating precision field, such as "%.2a". This can be used to parse RGB color specs in several formats and convert them to a list '(R G B)' of primary color values. +--- +** Variable 'uniquify-buffer-name-style' can now be a function. +This variable can be one of the predefined styles or a function to +personalize the uniquified buffer name. + + * Changes in Emacs 28.1 on Non-Free Operating Systems |