From e50ae363b4d7e845b1e70188a53df062b48c5123 Mon Sep 17 00:00:00 2001 From: capitaomorte Date: Fri, 7 May 2010 22:05:52 +0000 Subject: [PATCH] * `yas/describe-tables' wasn't working at all. nobody noticed probably means nobody's using it... --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index 4cbde6f00..82e8ff319 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -2666,7 +2666,7 @@ With optional prefix argument KILL quit the window and buffer." (aput 'groups-alist group (cons v (aget groups-alist group))))) (yas/table-uuidhash table)) (dolist (group-and-templates groups-alist) - (when (rest groups-alist) + (when (rest group-and-templates) (setq group (truncate-string-to-width (car group-and-templates) 25 0 ? "...")) (insert (make-string 100 ?-) "\n") (dolist (p (cdr group-and-templates)) -- 2.39.2