comparison lisp/progmodes/cc-vars.el @ 82365:e5a68f18fcb9

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:41:28 +0000
parents 419c5c316b51
children 775eab7b2975 424b655804ca
comparison
equal deleted inserted replaced
82364:0c34fdde692c 82365:e5a68f18fcb9
184 (setcdr type (append '(:tag "Override style settings") 184 (setcdr type (append '(:tag "Override style settings")
185 (cdr type)))) 185 (cdr type))))
186 (bq-process type))))))))) 186 (bq-process type)))))))))
187 187
188 (defun c-valid-offset (offset) 188 (defun c-valid-offset (offset)
189 "Return non-nil iff OFFSET is a valid offset for a syntactic symbol. 189 "Return non-nil if OFFSET is a valid offset for a syntactic symbol.
190 See `c-offsets-alist'." 190 See `c-offsets-alist'."
191 (or (eq offset '+) 191 (or (eq offset '+)
192 (eq offset '-) 192 (eq offset '-)
193 (eq offset '++) 193 (eq offset '++)
194 (eq offset '--) 194 (eq offset '--)