comparison lisp/progmodes/cc-engine.el @ 104693:eee42a220506

* progmodes/cc-vars.el (c-comment-continuation-stars): * progmodes/cc-engine.el (c-looking-at-bos): * progmodes/cc-cmds.el (c-toggle-auto-state) (c-forward-into-nomenclature, c-backward-into-nomenclature) (c-comment-line-break-function): Add version of obsolescence.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 29 Aug 2009 02:07:42 +0000
parents 4f3b9ebc200a
children 60cf2b54da00
comparison
equal deleted inserted replaced
104692:b99b3dda298b 104693:eee42a220506
7101 ;; Obsolete - `c-at-statement-start-p' or `c-at-expression-start-p' 7101 ;; Obsolete - `c-at-statement-start-p' or `c-at-expression-start-p'
7102 ;; are recommended instead. 7102 ;; are recommended instead.
7103 ;; 7103 ;;
7104 ;; This function might do hidden buffer changes. 7104 ;; This function might do hidden buffer changes.
7105 (c-at-statement-start-p)) 7105 (c-at-statement-start-p))
7106 (make-obsolete 'c-looking-at-bos 'c-at-statement-start-p) 7106 (make-obsolete 'c-looking-at-bos 'c-at-statement-start-p "22.1")
7107 7107
7108 (defun c-looking-at-inexpr-block (lim containing-sexp &optional check-at-end) 7108 (defun c-looking-at-inexpr-block (lim containing-sexp &optional check-at-end)
7109 ;; Return non-nil if we're looking at the beginning of a block 7109 ;; Return non-nil if we're looking at the beginning of a block
7110 ;; inside an expression. The value returned is actually a cons of 7110 ;; inside an expression. The value returned is actually a cons of
7111 ;; either 'inlambda, 'inexpr-statement or 'inexpr-class and the 7111 ;; either 'inlambda, 'inexpr-statement or 'inexpr-class and the