From bd2128aa27d7c8992e443736777f68af34e3e88a Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Mon, 11 Nov 2002 10:28:44 +0000 Subject: [PATCH] stacks.h is frequently used: include it in the list of edited files. --- src/util/emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/emacs.el b/src/util/emacs.el index 085b45c85..22d5bb280 100644 --- a/src/util/emacs.el +++ b/src/util/emacs.el @@ -187,6 +187,7 @@ "h/object.h" "h/eval.h" "h/external.h" +"h/stacks.h" "c/character.d" "c/gfun.d" "c/num_comp.d"