aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-04-26 02:43:06 +0000
committerGlenn Morris2008-04-26 02:43:06 +0000
commitda3cc79d77c36aba05a948fc357288cfb40adfd9 (patch)
treeea9b0c4785c0b994ca234b7492c0039762167e35
parent9563e7871e1b038e2d2293d068f7d41b259158c0 (diff)
downloademacs-da3cc79d77c36aba05a948fc357288cfb40adfd9.tar.gz
emacs-da3cc79d77c36aba05a948fc357288cfb40adfd9.zip
(forms-file): Update for moved forms-d2.dat.
-rw-r--r--lisp/forms-d2.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/forms-d2.el b/lisp/forms-d2.el
index ec89752b19d..7575041157f 100644
--- a/lisp/forms-d2.el
+++ b/lisp/forms-d2.el
@@ -30,7 +30,7 @@
30;;; Code: 30;;; Code:
31 31
32;; Set the name of the data file. 32;; Set the name of the data file.
33(setq forms-file "forms-d2.dat") 33(setq forms-file (expand-file-name "forms-d2.dat" data-directory))
34 34
35;; Use 'forms-enumerate' to set field names and number thereof. 35;; Use 'forms-enumerate' to set field names and number thereof.
36(setq forms-number-of-fields 36(setq forms-number-of-fields