(lisp-complete-symbol): Sort the list.
This commit is contained in:
parent
23b6422580
commit
030dccec3e
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ function definitions, values or properties are considered."
|
|||
(goto-char (max (point-min) (- (point) 4)))
|
||||
(looking-at " <f>"))
|
||||
(forward-char -4))))))
|
||||
(setq list (sort list 'string<))
|
||||
(or (eq predicate 'fboundp)
|
||||
(let (new)
|
||||
(while list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue