]> code.delx.au - gnu-emacs/blobdiff - lisp/play/gametree.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / play / gametree.el
index 2c68c40d89391c0d9ec6c13ecdf5198e50f53d46..a07a24d519509e756daacad530f468f76abd3ff1 100644 (file)
@@ -324,7 +324,7 @@ This value is simply the outline heading level of the current line."
 (defun gametree-hack-file-layout ()
   (save-excursion
     (goto-char (point-min))
-    (if (looking-at "[^\n]*-\*-[^\n]*gametree-local-layout: \\([^;\n]*\\);")
+    (if (looking-at "[^\n]*-*-[^\n]*gametree-local-layout: \\([^;\n]*\\);")
         (progn
           (goto-char (match-beginning 1))
           (delete-region (point) (match-end 1))