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
482e54f3
Commit
482e54f3
authored
Jun 19, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(files): New group `files'.
(auto-save): Make `files' its parent.
parent
b03ddefc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/cus-edit.el
lisp/cus-edit.el
+5
-1
No files found.
lisp/cus-edit.el
View file @
482e54f3
...
...
@@ -209,6 +209,10 @@
"Support editing files of data."
:group
'emacs
)
(
defgroup
files
nil
"Support editing files."
:group
'emacs
)
(
defgroup
wp
nil
"Word processing."
:group
'emacs
)
...
...
@@ -323,7 +327,7 @@
(
defgroup
auto-save
nil
"Preventing accidential loss of data."
:group
'
data
)
:group
'
files
)
(
defgroup
processes-basics
nil
"Basic stuff dealing with processes."
...
...
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