diff options
| author | Glenn Morris | 2009-01-27 03:53:07 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-27 03:53:07 +0000 |
| commit | f143d380fc0f7f169033076c000e83908f770e26 (patch) | |
| tree | 43261e57d0d374a87f9f0cf27f3c00c8b3b63ff2 | |
| parent | d74d846ed78bfce8b3d2fd0e76cdfba0967bfe41 (diff) | |
| download | emacs-f143d380fc0f7f169033076c000e83908f770e26.tar.gz emacs-f143d380fc0f7f169033076c000e83908f770e26.zip | |
Comment.
| -rw-r--r-- | lisp/dired.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 3f177eaf6f7..fc13c7281c1 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | ;;; dired.el --- directory-browsing commands | 1 | ;;; dired.el --- directory-browsing commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 2000, | 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 2000, |
| 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 5 | ;; Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | 7 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 7 | ;; Maintainer: FSF | 8 | ;; Maintainer: FSF |
| @@ -1866,7 +1867,7 @@ Creates a buffer if necessary." | |||
| 1866 | (error "File is a symlink to a nonexistent target") | 1867 | (error "File is a symlink to a nonexistent target") |
| 1867 | (error "File no longer exists; type `g' to update dired buffer"))))) | 1868 | (error "File no longer exists; type `g' to update dired buffer"))))) |
| 1868 | 1869 | ||
| 1869 | ;; Force `f' rather than `e' in the mode doc: | 1870 | ;; Force C-m keybinding rather than `f' or `e' in the mode doc: |
| 1870 | (defalias 'dired-advertised-find-file 'dired-find-file) | 1871 | (defalias 'dired-advertised-find-file 'dired-find-file) |
| 1871 | (defun dired-find-file () | 1872 | (defun dired-find-file () |
| 1872 | "In Dired, visit the file or directory named on this line." | 1873 | "In Dired, visit the file or directory named on this line." |