diff options
Diffstat (limited to 'lisp/play')
| -rw-r--r-- | lisp/play/gametree.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/gametree.el b/lisp/play/gametree.el index aa99b553244..ba74afce298 100644 --- a/lisp/play/gametree.el +++ b/lisp/play/gametree.el | |||
| @@ -324,7 +324,7 @@ This value is simply the outline heading level of the current line." | |||
| 324 | (defun gametree-hack-file-layout () | 324 | (defun gametree-hack-file-layout () |
| 325 | (save-excursion | 325 | (save-excursion |
| 326 | (goto-char (point-min)) | 326 | (goto-char (point-min)) |
| 327 | (if (looking-at "[^\n]*-*-[^\n]*gametree-local-layout: \\([^;\n]*\\);") | 327 | (if (looking-at "[^\n]*-[^\n]*gametree-local-layout: \\([^;\n]*\\);") |
| 328 | (progn | 328 | (progn |
| 329 | (goto-char (match-beginning 1)) | 329 | (goto-char (match-beginning 1)) |
| 330 | (delete-region (point) (match-end 1)) | 330 | (delete-region (point) (match-end 1)) |