# HG changeset patch # User Richard M. Stallman # Date 917767212 0 # Node ID 5e43fcb42e8155310607b226467f717683b364da # Parent 446e5ef3f423854507adae1cd3b5420f15122bb5 (imenu-sort-function): Fix custom type. diff -r 446e5ef3f423 -r 5e43fcb42e81 lisp/imenu.el --- a/lisp/imenu.el Sun Jan 31 04:39:37 1999 +0000 +++ b/lisp/imenu.el Sun Jan 31 07:20:12 1999 +0000 @@ -132,7 +132,7 @@ element should come before the second. The arguments are cons cells; \(NAME . POSITION). Look at `imenu--sort-by-name' for an example." :type '(choice (const :tag "No sorting" nil) - (const :tag "Sort by name" 'imenu--sort-by-name) + (const :tag "Sort by name" imenu--sort-by-name) (function :tag "Another function")) :group 'imenu)