comparison lisp/modes/cl-indent.el @ 189:489f57a838ef r20-3b21

Import from CVS: tag r20-3b21
author cvs
date Mon, 13 Aug 2007 09:57:07 +0200
parents cca96a509cfe
children
comparison
equal deleted inserted replaced
188:e29a8e7498d9 189:489f57a838ef
49 ;; Need something better than &rest for such cases 49 ;; Need something better than &rest for such cases
50 50
51 ;;; Code: 51 ;;; Code:
52 52
53 (defgroup lisp-indent nil 53 (defgroup lisp-indent nil
54 "Indentation in Lisp" 54 "Enhanced lisp-indent mode."
55 :group 'lisp) 55 :group 'lisp)
56 56
57 57
58 (defcustom lisp-indent-maximum-backtracking 3 58 (defcustom lisp-indent-maximum-backtracking 3
59 "*Maximum depth to backtrack out from a sublist for structured indentation. 59 "*Maximum depth to backtrack out from a sublist for structured indentation.