# HG changeset patch # User Richard M. Stallman # Date 846836347 0 # Node ID 3f971c7163fb6472c3385458cb39026205a778cd # Parent bdca7f3626c02b82bb6b574b1eac6e84ec7400f5 (lisp-complete-symbol): Sort the list. diff -r bdca7f3626c0 -r 3f971c7163fb lisp/emacs-lisp/lisp.el --- 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 " ")) (forward-char -4)))))) + (setq list (sort list 'string<)) (or (eq predicate 'fboundp) (let (new) (while list