Unquote #'project-uniquify-dirname-transform in uniquify-dirname-transform.
* lisp/uniquify.el (uniquify-dirname-transform): Use , on #'.
This commit is contained in:
parent
5ad8db88df
commit
3b831fe0f4
1 changed files with 2 additions and 2 deletions
|
@ -187,9 +187,9 @@ name will then be used to uniquify the buffer's name.
|
|||
|
||||
To include components from the `project-name' of the buffer, set
|
||||
this variable to `project-uniquify-dirname-transform'."
|
||||
:type '(choice (function-item :tag "Use directory name as-is" identity)
|
||||
:type `(choice (function-item :tag "Use directory name as-is" identity)
|
||||
(function-item :tag "Include project name in directory name"
|
||||
#'project-uniquify-dirname-transform)
|
||||
,#'project-uniquify-dirname-transform)
|
||||
function)
|
||||
:version "30.1"
|
||||
:group 'uniquify)
|
||||
|
|
Loading…
Add table
Reference in a new issue