From: Richard M. Stallman Date: Fri, 1 Nov 1996 08:19:07 +0000 (+0000) Subject: (lisp-complete-symbol): Sort the list. X-Git-Tag: emacs-20.1~3450 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=030dccec3e4ec39f8f98e0cd87dd20caee19f8be;p=emacs.git (lisp-complete-symbol): Sort the list. --- diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index fb9443e0788..767c96e620b 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -299,6 +299,7 @@ function definitions, values or properties are considered." (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