From 6368e3b4d16a305fad4beca5e287db40b63145e7 Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Sun, 18 Jun 2006 10:06:24 +0000 Subject: [PATCH] Added factor-comment-line to factor.el --- contrib/factor.el | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/factor.el b/contrib/factor.el index 58eb0cff83..82de2d73e3 100644 --- a/contrib/factor.el +++ b/contrib/factor.el @@ -68,6 +68,7 @@ "\\(.*\\)\n" 1)))) +(fset 'factor-comment-line "\C-a! ") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;