summaryrefslogtreecommitdiff
path: root/tools/gallina-db.el
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gallina-db.el')
-rw-r--r--tools/gallina-db.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gallina-db.el b/tools/gallina-db.el
index baabebb1..9664f69f 100644
--- a/tools/gallina-db.el
+++ b/tools/gallina-db.el
@@ -163,7 +163,7 @@ for DB structure."
(defun coq-sort-menu-entries (menu)
(sort menu
- '(lambda (x y) (string<
+ (lambda (x y) (string<
(downcase (elt x 0))
(downcase (elt y 0))))))