]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-complete-symbol): Sort the list.
authorRichard M. Stallman <rms@gnu.org>
Fri, 1 Nov 1996 08:19:07 +0000 (08:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 1 Nov 1996 08:19:07 +0000 (08:19 +0000)
lisp/emacs-lisp/lisp.el

index fb9443e0788198fc8acaa4b6b67e37e250ef950f..767c96e620b66633f7b837643b86144ee8f2a8f6 100644 (file)
@@ -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