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
Open sidebar
emacs
emacs
Commits
f560e69c
Commit
f560e69c
authored
Mar 24, 2003
by
John Paul Wallington
Browse files
(customize-create-theme): Rename from
`custom-theme-create'.
parent
c0bcce6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/cus-theme.el
lisp/cus-theme.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f560e69c
2003-03-24 John Paul Wallington <jpw@gnu.org>
* cus-theme.el (customize-create-theme): Rename from
`custom-theme-create'.
2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
* cus-edit.el (custom-mode): Make `custom-local-buffer' local.
...
...
lisp/cus-theme.el
View file @
f560e69c
...
...
@@ -32,7 +32,7 @@
(
require
'wid-edit
))
;;;###autoload
(
defun
custom
-them
e-create
()
(
defun
custom
iz
e-create
-theme
()
"Create a custom theme."
(
interactive
)
(
if
(
get-buffer
"*New Custom Theme*"
)
...
...
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