diff options
author | Juri Linkov <juri@jurta.org> | 2004-03-25 10:40:59 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-03-25 10:40:59 +0000 |
commit | 6736ab5aa39aedfeecbe5a58f9ddf96c23fb74f5 (patch) | |
tree | 39dd7f8dba10432684029afe98336d039e680740 /lisp/dired.el | |
parent | b327c9913d5ef2bba4f9884f1da318fd76cd6157 (diff) | |
download | emacs-6736ab5aa39aedfeecbe5a58f9ddf96c23fb74f5.tar.gz |
Fix comments.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index af74ed5c1f0..515daa03f27 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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 @@ If HDR is non-nil, insert a header line with the directory name." ;; 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 @@ A prefix argument says to unflag those files instead." "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")) |