diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 " <f>")) (forward-char -4)))))) + (setq list (sort list 'string<)) (or (eq predicate 'fboundp) (let (new) (while list |