Mercurial > emacs
changeset 16494:3f971c7163fb
(lisp-complete-symbol): Sort the list.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 01 Nov 1996 08:19:07 +0000 |
parents | bdca7f3626c0 |
children | 30c0ee43cc13 |
files | lisp/emacs-lisp/lisp.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp.el Thu Oct 31 23:50:02 1996 +0000 +++ b/lisp/emacs-lisp/lisp.el Fri Nov 01 08:19:07 1996 +0000 @@ -299,6 +299,7 @@ (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