diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-15 09:29:11 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-15 09:29:11 -0700 |
commit | 2a1e24765bc3de7bf72e7117893307f6f6c441be (patch) | |
tree | 95cbfdc4e94f4f7c899e2ceea99b771928e4937a /lisp/files.el | |
parent | eb424fe3d660eebd9b74dd5d2875e2e4b7b3307f (diff) | |
download | emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.tar.gz |
Replace version 24.2 with 24.3 where appropriate (hopefully)
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el index bec494b80a2..5caa4681884 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1000,7 +1000,7 @@ Tip: You can use this expansion of remote identifier components (setq list (cdr list)))) (or (car list) "ssh"))) "Program to use to execute commands on a remote host (e.g. ssh or rsh)." - :version "24.2" ; ssh rather than rsh, etc + :version "24.3" ; ssh rather than rsh, etc :initialize 'custom-initialize-delay :group 'environment :type 'file) @@ -1621,7 +1621,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") +(make-obsolete-variable 'automount-dir-prefix 'directory-abbrev-alist "24.3") (defvar abbreviated-home-dir nil "The user's homedir abbreviated according to `directory-abbrev-alist'.") @@ -3640,7 +3640,7 @@ is found. Returns the new class name." (defcustom enable-remote-dir-locals nil "Non-nil means dir-local variables will be applied to remote files." - :version "24.2" + :version "24.3" :type 'boolean :group 'find-file) |