Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8f3f313d
Commit
8f3f313d
authored
Oct 27, 2007
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(desktop-load-locked-desktop, desktop-base-lock-name, desktop-not-loaded-hook):
Fix :version tags.
parent
9db0c29b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/desktop.el
lisp/desktop.el
+3
-3
No files found.
lisp/ChangeLog
View file @
8f3f313d
2007-10-27 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
(desktop-not-loaded-hook): Fix :version tags.
2007-10-27 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
...
...
lisp/desktop.el
View file @
8f3f313d
...
...
@@ -204,7 +204,7 @@ the normal hook `desktop-not-loaded-hook' is run."
(
const
:tag
"Don't load"
nil
)
(
const
:tag
"Ask the user"
ask
))
:group
'desktop
:version
"2
3.1
"
)
:version
"2
2.2
"
)
(
defcustom
desktop-base-file-name
(
convert-standard-filename
".emacs.desktop"
)
...
...
@@ -219,7 +219,7 @@ the normal hook `desktop-not-loaded-hook' is run."
"Name of lock file for Emacs desktop, excluding the directory part."
:type
'file
:group
'desktop
:version
"2
3.1
"
)
:version
"2
2.2
"
)
(
defcustom
desktop-path
'
(
"."
"~"
)
"List of directories to search for the desktop file.
...
...
@@ -253,7 +253,7 @@ May be used to deal with accidental multiple Emacs jobs."
:type
'hook
:group
'desktop
:options
'
(
desktop-save-mode-off
save-buffers-kill-emacs
)
:version
"2
3.1
"
)
:version
"2
2.2
"
)
(
defcustom
desktop-after-read-hook
nil
"Normal hook run after a successful `desktop-read'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment