aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2012-05-04 15:14:42 -0400
committerStefan Monnier2012-05-04 15:14:42 -0400
commit8a61ee2295b4bac5a199e011f5d927dc99f09c54 (patch)
tree2edd9637584ccb2117cd6c553ae3e22e42684642
parent141d074d9e4543637b42838298a0ac1f28f6a25b (diff)
downloademacs-8a61ee2295b4bac5a199e011f5d927dc99f09c54.tar.gz
emacs-8a61ee2295b4bac5a199e011f5d927dc99f09c54.zip
* lisp/files.el (automount-dir-prefix): Mark as obsolete.
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/files.el1
3 files changed, 7 insertions, 0 deletions
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.
212*** `current-time-string' no longer requires that its argument's year 212*** `current-time-string' no longer requires that its argument's year
213must be in the range 1000..9999. It now works with any year supported 213must be in the range 1000..9999. It now works with any year supported
214by the underlying C implementation. 214by the underlying C implementation.
215
216** `automount-dir-prefix' is obsolete.
215 217
216* Changes in Emacs 24.2 on non-free operating systems 218* Changes in Emacs 24.2 on non-free operating systems
217 219
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 14e96c88b53..a0e3398ebe1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * files.el (automount-dir-prefix): Mark as obsolete.
4
12012-05-04 Glenn Morris <rgm@gnu.org> 52012-05-04 Glenn Morris <rgm@gnu.org>
2 6
3 * patcomp.el, play/bruce.el: Move to obsolete/. 7 * 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'."
1627 "Regexp to match the automounter prefix in a directory name." 1627 "Regexp to match the automounter prefix in a directory name."
1628 :group 'files 1628 :group 'files
1629 :type 'regexp) 1629 :type 'regexp)
1630(make-obsolete-variable 'automount-dir-prefix 'directory-abbrev-alist "24.2")
1630 1631
1631(defvar abbreviated-home-dir nil 1632(defvar abbreviated-home-dir nil
1632 "The user's homedir abbreviated according to `directory-abbrev-alist'.") 1633 "The user's homedir abbreviated according to `directory-abbrev-alist'.")