diff options
| author | Karl Heuer | 1998-10-30 19:47:56 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-10-30 19:47:56 +0000 |
| commit | ef8c3cf90eff8791508a5351f2738e7e0ec09d46 (patch) | |
| tree | 95cef92e309db0a14e0d3bd52a669d7f5632bef6 | |
| parent | 3f0855d5cc72c963e27ef8a29400a2c01fecdf5e (diff) | |
| download | emacs-ef8c3cf90eff8791508a5351f2738e7e0ec09d46.tar.gz emacs-ef8c3cf90eff8791508a5351f2738e7e0ec09d46.zip | |
(pascal-mode): `blink-matching-paren-dont-ignore-comments' set to t.
| -rw-r--r-- | lisp/progmodes/pascal.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index cfada7cecdd..f4bc8d41a84 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el | |||
| @@ -357,6 +357,8 @@ no args, if that value is non-nil." | |||
| 357 | (setq comment-indent-function 'pascal-indent-comment) | 357 | (setq comment-indent-function 'pascal-indent-comment) |
| 358 | (make-local-variable 'parse-sexp-ignore-comments) | 358 | (make-local-variable 'parse-sexp-ignore-comments) |
| 359 | (setq parse-sexp-ignore-comments nil) | 359 | (setq parse-sexp-ignore-comments nil) |
| 360 | (make-local-variable 'blink-matching-paren-dont-ignore-comments) | ||
| 361 | (setq blink-matching-paren-dont-ignore-comments t) | ||
| 360 | (make-local-variable 'case-fold-search) | 362 | (make-local-variable 'case-fold-search) |
| 361 | (setq case-fold-search t) | 363 | (setq case-fold-search t) |
| 362 | (make-local-variable 'comment-start) | 364 | (make-local-variable 'comment-start) |