# HG changeset patch # User Juri Linkov # Date 1080211259 0 # Node ID f36d3226281c66e605f91d6c53b078a35a6ea752 # Parent 196d5a3197d67514e960ae0319ed913a6121484e Fix comments. diff -r 196d5a3197d6 -r f36d3226281c lisp/dired.el --- 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 @@ -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"))