*** `current-time-string' no longer requires that its argument's year
must be in the range 1000..9999. It now works with any year supported
by the underlying C implementation.
+
+** `automount-dir-prefix' is obsolete.
\f
* Changes in Emacs 24.2 on non-free operating systems
+2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * files.el (automount-dir-prefix): Mark as obsolete.
+
2012-05-04 Glenn Morris <rgm@gnu.org>
* patcomp.el, play/bruce.el: Move to obsolete/.
"Regexp to match the automounter prefix in a directory name."
:group 'files
:type 'regexp)
+(make-obsolete-variable 'automount-dir-prefix 'directory-abbrev-alist "24.2")
(defvar abbreviated-home-dir nil
"The user's homedir abbreviated according to `directory-abbrev-alist'.")