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
4880a274
Commit
4880a274
authored
Jul 21, 2005
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(desktop-clear-preserve-buffers-regexp): Also preserve the *server* buffer.
parent
00d00aa9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
1 deletion
+53
-1
lisp/ChangeLog
lisp/ChangeLog
+52
-0
lisp/desktop.el
lisp/desktop.el
+1
-1
No files found.
lisp/ChangeLog
View file @
4880a274
...
...
@@ -9,6 +9,9 @@
2005-07-21 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-clear-preserve-buffers-regexp):
Also preserve the *server* buffer.
* simple.el (clone-indirect-buffer): Doc fix.
(fixup-whitespace, just-one-space)
(backward-delete-char-untabify, lambda): "?\ " -> "?\s".
...
...
@@ -30,6 +33,55 @@
(strokes-help): Doc fix. Fix help message and pass it through
`substitute-command-keys'.
* tempo.el (tempo-insert-prompt, tempo-interactive)
(tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
(tempo-insert-string-functions, tempo-local-tags)
(tempo-define-template, tempo-insert-template)
(tempo-insert-prompt-compat, tempo-is-user-element)
(tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
Fix typos in docstrings.
* vcursor.el (vcursor-other-window, vcursor-bind-keys)
(vcursor-key-bindings, vcursor-use-vcursor-map)
(vcursor-find-window, vcursor-scroll-down)
(vcursor-disable, vcursor-beginning-of-buffer)
(vcursor-end-of-buffer): Fix typos in docstrings.
(vcursor-relative-move, vcursor-get-char-count):
Improve argument/docstring consistency.
* version.el: "?\ " -> "?\s".
* wid-edit.el (widget-default-create, widget-after-change)
(widget-default-format-handler, widget-checklist-add-item)
(widget-radio-add-item, widget-choose, widget-specify-secret)
(widget-field-value-create, widget-field-value-get)
(widget-editable-list-format-handler)
(widget-editable-list-entry-create, widget-group-value-create)
(widget-documentation-link-add)
(widget-documentation-string-value-create): "?\ " -> "?\s".
(widget-convert-text): Doc fix.
(widget-narrow-to-field, widget-field-find)
(widget-url-link-action, widget-emacs-library-link-action)
(widget-color-notify): Fix typos in docstrings.
* w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
(x-select-text, set-w32-system-coding-system)
(w32-add-charset-info): Fix typos in docstrings.
* emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
(cua-enable-cua-keys, cua-use-hyper-key)
(cua-virtual-rectangle-edges): Fix typos in docstrings.
(cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
* net/tramp.el (tramp-handle-load): Fix typo in error message.
* emacs-lisp/re-builder.el (regexp-builder): Declare with
`defalias' instead of faking it.
* eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
(eshell-ls-missing, eshell-ls-dired-initial-args)
(eshell-ls-use-in-dired): Fix typos in docstrings.
2005-07-20 Kim F. Storm <storm@cua.dk>
* emulation/cua-base.el (cua-mode): Improve doc string.
...
...
lisp/desktop.el
View file @
4880a274
...
...
@@ -206,7 +206,7 @@ to the value obtained by evaluating FORM."
:version
"22.1"
)
(
defcustom
desktop-clear-preserve-buffers-regexp
"^\\(\\*scratch\\*\\|\\*Messages\\*\\|\\*tramp/.+\\*\\)$"
"^\\(\\*scratch\\*\\|\\*Messages\\*\\|\\*
server\\*\\|\\*
tramp/.+\\*\\)$"
"Regexp identifying buffers that `desktop-clear' should not delete.
See also `desktop-clear-preserve-buffers'."
:type
'regexp
...
...
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