mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
* desktop.el (desktop-path): Bump :version after 2009-09-15 change.
This commit is contained in:
parent
d419e1d94e
commit
a3b337cd0d
@ -1,3 +1,7 @@
|
|||||||
|
2010-09-02 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* desktop.el (desktop-path): Bump :version after 2009-09-15 change.
|
||||||
|
|
||||||
2010-08-31 Kenichi Handa <handa@m17n.org>
|
2010-08-31 Kenichi Handa <handa@m17n.org>
|
||||||
|
|
||||||
* international/mule-cmds.el (standard-display-european-internal):
|
* international/mule-cmds.el (standard-display-european-internal):
|
||||||
|
@ -226,7 +226,7 @@ the normal hook `desktop-not-loaded-hook' is run."
|
|||||||
The base name of the file is specified in `desktop-base-file-name'."
|
The base name of the file is specified in `desktop-base-file-name'."
|
||||||
:type '(repeat directory)
|
:type '(repeat directory)
|
||||||
:group 'desktop
|
:group 'desktop
|
||||||
:version "22.1")
|
:version "23.2") ; user-emacs-directory added
|
||||||
|
|
||||||
(defcustom desktop-missing-file-warning nil
|
(defcustom desktop-missing-file-warning nil
|
||||||
"If non-nil, offer to recreate the buffer of a deleted file.
|
"If non-nil, offer to recreate the buffer of a deleted file.
|
||||||
|
Loading…
Reference in New Issue
Block a user