emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113710: lisp/dired.el (dired-insert-directory): Rev


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r113710: lisp/dired.el (dired-insert-directory): Revert change in revno:113117.
Date: Tue, 06 Aug 2013 01:03:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113710
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15028
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2013-08-06 03:03:08 +0200
message:
  lisp/dired.el (dired-insert-directory): Revert change in revno:113117.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/dired.el                  dired.el-20091113204419-o5vbwnq5f7feedwu-482
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-08-05 18:05:46 +0000
+++ b/lisp/ChangeLog    2013-08-06 01:03:08 +0000
@@ -1,3 +1,8 @@
+2013-08-06  Juanma Barranquero  <address@hidden>
+
+       * dired.el (dired-insert-directory): Revert change in revno:113117
+       to use looking-at-p instead of looking-at.  (Bug#15028)
+
 2013-08-05  Stefan Monnier  <address@hidden>
 
        Revert introduction of isearch-filter-predicates (bug#14714).

=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2013-08-05 18:05:46 +0000
+++ b/lisp/dired.el     2013-08-06 01:03:08 +0000
@@ -1225,7 +1225,7 @@
       (save-excursion
        (goto-char opoint)
        (when (and (or hdr wildcard)
-                  (not (and (looking-at-p "^  \\(.*\\):$")
+                  (not (and (looking-at "^  \\(.*\\):$")
                             (file-name-absolute-p (match-string 1)))))
          ;; Note that dired-build-subdir-alist will replace the name
          ;; by its expansion, so it does not matter whether what we insert


reply via email to

[Prev in Thread] Current Thread [Next in Thread]