comparison lisp/obsolete/scribe.el @ 65189:2b9801f22b5e

(compile-command): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Aug 2005 10:14:35 +0000
parents 5b1a238fcbb4
children e8a3fb527b77 a3716f7538f2
comparison
equal deleted inserted replaced
65188:7f49644777be 65189:2b9801f22b5e
27 ;; A major mode for editing source in written for the Scribe text formatter. 27 ;; A major mode for editing source in written for the Scribe text formatter.
28 ;; Knows about Scribe syntax and standard layout rules. The command to 28 ;; Knows about Scribe syntax and standard layout rules. The command to
29 ;; run Scribe on a buffer is bogus; someone interested should fix it. 29 ;; run Scribe on a buffer is bogus; someone interested should fix it.
30 30
31 ;;; Code: 31 ;;; Code:
32
33 (defvar compile-command)
32 34
33 (defgroup scribe nil 35 (defgroup scribe nil
34 "Scribe mode." 36 "Scribe mode."
35 :prefix "scribe-" 37 :prefix "scribe-"
36 :group 'wp) 38 :group 'wp)