]> code.delx.au - gnu-emacs/blobdiff - lisp/dired-x.el
Speed up CC Mode fontification with less accurate functions extending region
[gnu-emacs] / lisp / dired-x.el
index 84de13d7ef9ba7328e11c46fa544c27fc7cc11e8..be762e6e306976f7a8e1de3a998d9e53c4cb1748 100644 (file)
@@ -816,7 +816,7 @@ If in a Dired buffer, reverts it."
   (interactive)
   (if (file-exists-p dired-local-variables-file)
       (error "Old-style dired-local-variables-file `./%s' found;
-replace it with a dir-locals-file `./%s.el'"
+replace it with a dir-locals-file `./%s'"
              dired-local-variables-file
              dir-locals-file))
   (if (file-exists-p dir-locals-file)
@@ -1666,7 +1666,7 @@ If `current-prefix-arg' is non-nil, uses name at point as guess."
 
 ;; Local Variables:
 ;; byte-compile-dynamic: t
-;; generated-autoload-file: "dired.el"
+;; generated-autoload-file: "dired-loaddefs.el"
 ;; End:
 
 ;;; dired-x.el ends here