comparison lisp/progmodes/cc-awk.el @ 91005:424b655804ca

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:48:35 +0000
parents f55f9811f5d7 419c5c316b51
children 606f2d163a64
comparison
equal deleted inserted replaced
91004:f72cf5b2ab11 91005:424b655804ca
476 (c-put-char-property (1- (point)) 'c-awk-NL-prop nl-prop)) 476 (c-put-char-property (1- (point)) 'c-awk-NL-prop nl-prop))
477 nl-prop)))) 477 nl-prop))))
478 478
479 (defun c-awk-get-NL-prop-prev-line (&optional do-lim) 479 (defun c-awk-get-NL-prop-prev-line (&optional do-lim)
480 ;; Get the c-awk-NL-prop text-property from the previous line, calculating 480 ;; Get the c-awk-NL-prop text-property from the previous line, calculating
481 ;; it if necessary. Return nil iff we're already at BOB. 481 ;; it if necessary. Return nil if we're at BOB.
482 ;; See c-awk-after-if-for-while-condition-p for a description of DO-LIM. 482 ;; See c-awk-after-if-for-while-condition-p for a description of DO-LIM.
483 ;; 483 ;;
484 ;; This function might do hidden buffer changes. 484 ;; This function might do hidden buffer changes.
485 (if (bobp) 485 (if (bobp)
486 nil 486 nil