comparison lisp/progmodes/cperl-mode.el @ 102228:f51bb75d96dc

(cperl-find-pods-heres): Don't globally bind `name'.
author Glenn Morris <rgm@gnu.org>
date Tue, 24 Feb 2009 03:31:15 +0000
parents 0685234e527d
children 2ecd57cadf51
comparison
equal deleted inserted replaced
102227:f750e6eefe19 102228:f51bb75d96dc
3606 (or max (setq max (point-max))) 3606 (or max (setq max (point-max)))
3607 (let* ((cperl-pod-here-fontify (eval cperl-pod-here-fontify)) go tmpend 3607 (let* ((cperl-pod-here-fontify (eval cperl-pod-here-fontify)) go tmpend
3608 face head-face here-face b e bb tag qtag b1 e1 argument i c tail tb 3608 face head-face here-face b e bb tag qtag b1 e1 argument i c tail tb
3609 is-REx is-x-REx REx-subgr-start REx-subgr-end was-subgr i2 hairy-RE 3609 is-REx is-x-REx REx-subgr-start REx-subgr-end was-subgr i2 hairy-RE
3610 (case-fold-search nil) (inhibit-read-only t) (buffer-undo-list t) 3610 (case-fold-search nil) (inhibit-read-only t) (buffer-undo-list t)
3611 (modified (buffer-modified-p)) overshoot is-o-REx 3611 (modified (buffer-modified-p)) overshoot is-o-REx name
3612 (after-change-functions nil) 3612 (after-change-functions nil)
3613 (cperl-font-locking t) 3613 (cperl-font-locking t)
3614 (use-syntax-state (and cperl-syntax-state 3614 (use-syntax-state (and cperl-syntax-state
3615 (>= min (car cperl-syntax-state)))) 3615 (>= min (car cperl-syntax-state))))
3616 (state-point (if use-syntax-state 3616 (state-point (if use-syntax-state