mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(url-configuration-directory): Don't autoload because the
default value needs to be computed at run-time, not dump-time.
This commit is contained in:
parent
ee5204f6db
commit
d476efde68
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* url.el (url-configuration-directory): Don't autoload because the
|
||||
default value needs to be computed at run-time, not dump-time.
|
||||
|
||||
2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* url-cookie.el (url-cookie-write-file): Create parent dir.
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@
|
|||
(require 'url-util)
|
||||
|
||||
;; Fixme: customize? convert-standard-filename?
|
||||
;;;###autoload
|
||||
(defvar url-configuration-directory
|
||||
(cond
|
||||
((file-directory-p "~/.url") "~/.url")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue