From 8a61ee2295b4bac5a199e011f5d927dc99f09c54 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 4 May 2012 15:14:42 -0400 Subject: [PATCH] * lisp/files.el (automount-dir-prefix): Mark as obsolete. --- etc/NEWS | 2 ++ lisp/ChangeLog | 4 ++++ lisp/files.el | 1 + 3 files changed, 7 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 6b82eaa1f7a..71e6bce9b7a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14e96c88b53..a0e3398ebe1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-05-04 Stefan Monnier + + * files.el (automount-dir-prefix): Mark as obsolete. + 2012-05-04 Glenn Morris * patcomp.el, play/bruce.el: Move to obsolete/. diff --git a/lisp/files.el b/lisp/files.el index 96a5b40e791..ee455f4bf42 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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'.") -- 2.11.4.GIT