comparison lisp/packages/filladapt.el @ 142:1856695b1fa9 r20-2b5

Import from CVS: tag r20-2b5
author cvs
date Mon, 13 Aug 2007 09:33:18 +0200
parents cca96a509cfe
children 489f57a838ef
comparison
equal deleted inserted replaced
141:ea67ad3963dc 142:1856695b1fa9
85 (defmacro defcustom (var value doc &rest args) 85 (defmacro defcustom (var value doc &rest args)
86 (` (defvar (, var) (, value) (, doc)))))) 86 (` (defvar (, var) (, value) (, doc))))))
87 87
88 (defgroup filladapt nil 88 (defgroup filladapt nil
89 "Enhanced filling" 89 "Enhanced filling"
90 :group 'editing) 90 :group 'fill)
91 91
92 (defvar filladapt-version "2.10" 92 (defvar filladapt-version "2.10"
93 "Version string for filladapt.") 93 "Version string for filladapt.")
94 94
95 (defcustom filladapt-mode nil 95 (defcustom filladapt-mode nil