Mercurial > emacs
changeset 54548:f36d3226281c
Fix comments.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 25 Mar 2004 10:40:59 +0000 |
parents | 196d5a3197d6 |
children | 566f64345869 |
files | lisp/dired.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Thu Mar 25 10:39:06 2004 +0000 +++ b/lisp/dired.el Thu Mar 25 10:40:59 2004 +0000 @@ -1,6 +1,6 @@ ;;; dired.el --- directory-browsing commands -;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 1997, 2000, 2001, 03, 2004 +;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 97, 2000, 01, 03, 2004 ;; Free Software Foundation, Inc. ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> @@ -768,7 +768,6 @@ ;; Insert "wildcard" line where "total" line would be for a full dir. (insert " wildcard " (file-name-nondirectory dir) "\n"))))) -;; Make the file names highlight when the mouse is on them. (defun dired-insert-set-properties (beg end) "Make the file names highlight when the mouse is on them." (save-excursion @@ -2650,7 +2649,7 @@ "auto save file"))) (defcustom dired-garbage-files-regexp - ;; `log' here is dubious, ssince it's typically used for useful log + ;; `log' here is dubious, since it's typically used for useful log ;; files, not just TeX stuff. -- fx (concat (regexp-opt '(".log" ".toc" ".dvi" ".bak" ".orig" ".rej" ".aux"))