]> code.delx.au - gnu-emacs-elpa/commitdiff
* `yas/describe-tables' wasn't working at all. nobody noticed probably means nobody...
authorcapitaomorte <joaotavora@gmail.com>
Fri, 7 May 2010 22:05:52 +0000 (22:05 +0000)
committercapitaomorte <joaotavora@gmail.com>
Fri, 7 May 2010 22:05:52 +0000 (22:05 +0000)
yasnippet.el

index 4cbde6f003b482b9cf85e6b3c3bd6de8c1871ea7..82e8ff31921057e14ea8edc8b35928f4e3097d4b 100644 (file)
@@ -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))