[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108123: * lisp/files.el (automount-d
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108123: * lisp/files.el (automount-dir-prefix): Mark as obsolete. |
Date: |
Fri, 04 May 2012 15:14:42 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 108123
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Fri 2012-05-04 15:14:42 -0400
message:
* lisp/files.el (automount-dir-prefix): Mark as obsolete.
modified:
etc/NEWS
lisp/ChangeLog
lisp/files.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2012-05-04 06:38:36 +0000
+++ b/etc/NEWS 2012-05-04 19:14:42 +0000
@@ -212,6 +212,8 @@
*** `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
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-05-04 06:38:36 +0000
+++ b/lisp/ChangeLog 2012-05-04 19:14:42 +0000
@@ -1,3 +1,7 @@
+2012-05-04 Stefan Monnier <address@hidden>
+
+ * files.el (automount-dir-prefix): Mark as obsolete.
+
2012-05-04 Glenn Morris <address@hidden>
* patcomp.el, play/bruce.el: Move to obsolete/.
=== modified file 'lisp/files.el'
--- a/lisp/files.el 2012-04-26 03:18:47 +0000
+++ b/lisp/files.el 2012-05-04 19:14:42 +0000
@@ -1627,6 +1627,7 @@
"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'.")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108123: * lisp/files.el (automount-dir-prefix): Mark as obsolete.,
Stefan Monnier <=