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
aac42a1b
Commit
aac42a1b
authored
Jan 12, 2005
by
Juri Linkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(desktop-save): Add `mode: emacs-lisp' to the local
variables line in desktop files.
parent
0137bae6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/desktop.el
lisp/desktop.el
+1
-1
No files found.
lisp/ChangeLog
View file @
aac42a1b
...
...
@@ -17,6 +17,13 @@
to get the right value of window-width in list-colors-print
after the buffer is displayed.
* simple.el (pop-mark): Move deactivate-mark out of conditional
part to deactivate the active mark regardless of the state of the
mark ring.
* desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
variables line in desktop files.
2005-01-12 Juri Linkov <juri@jurta.org>
* isearch.el (search-highlight, isearch, isearch-lazy-highlight):
...
...
lisp/desktop.el
View file @
aac42a1b
...
...
@@ -653,7 +653,7 @@ See also `desktop-base-file-name'."
(
erase-buffer
)
(
insert
";; -*- coding: emacs-mule; -*-\n"
";; -*-
mode: emacs-lisp;
coding: emacs-mule; -*-\n"
desktop-header
";; Created "
(
current-time-string
)
"\n"
";; Desktop file format version "
desktop-file-version
"\n"
...
...
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