Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
da77a2e2
Commit
da77a2e2
authored
Jul 24, 2013
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lisp/desktop.el (desktop-clear): Fix previous change.
parent
60967f56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/desktop.el
lisp/desktop.el
+1
-1
No files found.
lisp/ChangeLog
View file @
da77a2e2
2013-07-23 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-clear, desktop-list*): Fix previous change.
2013-07-23 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
...
...
lisp/desktop.el
View file @
da77a2e2
...
...
@@ -652,7 +652,7 @@ Furthermore, it clears the variables listed in `desktop-globals-to-clear'."
"\\)$"
)))
(
dolist
(
buffer
(
buffer-list
))
(
let
((
bufname
(
buffer-name
buffer
)))
(
unless
(
or
(
eq
(
aref
bufname
0
)
?s
)
;; Don't kill internal buffers
(
unless
(
or
(
eq
(
aref
bufname
0
)
?
\
s
)
;; Don't kill internal buffers
(
string-match-p
preserve-regexp
bufname
))
(
kill-buffer
buffer
)))))
(
delete-other-windows
))
...
...
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