Mercurial > hg > xemacs-beta
comparison lisp/hyperbole/hui-mouse.el @ 48:56c54cf7c5b6 r19-16b90
Import from CVS: tag r19-16b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:04 +0200 |
parents | 4103f0995bd7 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
47:11c6df210d7f | 48:56c54cf7c5b6 |
---|---|
456 (cond ((last-line-p) | 456 (cond ((last-line-p) |
457 (dired-unflag (- (count-lines (point-min) (point-max)))) | 457 (dired-unflag (- (count-lines (point-min) (point-max)))) |
458 (goto-char (point-max))) | 458 (goto-char (point-max))) |
459 ((looking-at "~") (dired-flag-backup-files)) | 459 ((looking-at "~") (dired-flag-backup-files)) |
460 ((looking-at "#") (dired-flag-auto-save-files)) | 460 ((looking-at "#") (dired-flag-auto-save-files)) |
461 (t (dired-flag-file-deleted 1)))) | 461 (t (dired-flag-file-deletion 1)))) |
462 | 462 |
463 ;;; ************************************************************************ | 463 ;;; ************************************************************************ |
464 ;;; smart-gnus functions | 464 ;;; smart-gnus functions |
465 ;;; ************************************************************************ | 465 ;;; ************************************************************************ |
466 | 466 |