[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107516: Comment.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107516: Comment. |
Date: |
Mon, 05 Mar 2012 22:02:44 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107516
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-03-05 22:02:44 -0500
message:
Comment.
modified:
lisp/info.el
=== modified file 'lisp/info.el'
--- a/lisp/info.el 2012-03-06 03:00:52 +0000
+++ b/lisp/info.el 2012-03-06 03:02:44 +0000
@@ -1166,6 +1166,10 @@
(file-attributes file))
(progn (setq file (expand-file-name "DIR.INFO" truename))
(file-attributes file))
+ ;; Shouldn't really happen, but sometimes does,
+ ;; eg on Debian systems with buggy packages;
+ ;; so may as well try it.
+ ;;
http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00005.html
(progn (setq file (expand-file-name "dir.gz" truename))
(file-attributes file)))))
(setq dirs-done
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107516: Comment.,
Glenn Morris <=