Mercurial > emacs
comparison lisp/progmodes/ps-mode.el @ 65584:6dbba0bd58df
Message format fixes, commit no. 3
author | Deepak Goel <deego@gnufans.org> |
---|---|
date | Sun, 18 Sep 2005 12:31:28 +0000 |
parents | 629afbe74e61 |
children | a11fdee52c05 fa0da9b57058 |
comparison
equal
deleted
inserted
replaced
65583:703495630901 | 65584:6dbba0bd58df |
---|---|
628 (if (looking-at "[ \t]+") | 628 (if (looking-at "[ \t]+") |
629 (goto-char (match-end 0))) | 629 (goto-char (match-end 0))) |
630 (current-column)) | 630 (current-column)) |
631 (error | 631 (error |
632 (ding) | 632 (ding) |
633 (message (error-message-string err)) | 633 (message "%s" (error-message-string err)) |
634 0)) | 634 0)) |
635 (let (target) | 635 (let (target) |
636 (if (not (re-search-backward "[^ \t\n\r\f][ \t\n\r\f]*\\=" nil t)) | 636 (if (not (re-search-backward "[^ \t\n\r\f][ \t\n\r\f]*\\=" nil t)) |
637 0 | 637 0 |
638 (goto-char (match-beginning 0)) | 638 (goto-char (match-beginning 0)) |