* lisp/files.el (automount-dir-prefix): Mark as obsolete.

This commit is contained in:
Stefan Monnier 2012-05-04 15:14:42 -04:00
parent 141d074d9e
commit 8a61ee2295
3 changed files with 7 additions and 0 deletions

View file

@ -212,6 +212,8 @@ table, but with a different prefix.
*** `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.
* Changes in Emacs 24.2 on non-free operating systems

View file

@ -1,3 +1,7 @@
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/.

View file

@ -1627,6 +1627,7 @@ Choose the buffer's name using `generate-new-buffer-name'."
"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'.")