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
3ee07367
Commit
3ee07367
authored
Jan 02, 2006
by
Chong Yidong
Browse files
* cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
Move to `custom-buffer' group.
parent
d0f1e2f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/cus-edit.el
lisp/cus-edit.el
+2
-2
No files found.
lisp/ChangeLog
View file @
3ee07367
2006-01-02 Chong Yidong <cyd@stupidchicken.com>
* cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
Move to `custom-buffer' group.
* cus-theme.el: Rewrite the Custom New Theme Mode interface.
(custom-new-theme-mode-map, custom-theme-insert-variable-marker)
(custom-theme-insert-face-marker, custom-theme-variable-menu)
...
...
lisp/cus-edit.el
View file @
3ee07367
...
...
@@ -619,7 +619,7 @@ used.
This is used for guessing the type of variables not declared with
customize."
:type
'
(
repeat
(
group
(
regexp
:tag
"Match"
)
(
sexp
:tag
"Type"
)))
:group
'custom
ize
)
:group
'custom
-buffer
)
(
defcustom
custom-guess-doc-alist
'
((
"\\`\\*?Non-nil "
boolean
))
...
...
@@ -633,7 +633,7 @@ matches the name of the symbol will be used.
This is used for guessing the type of variables not declared with
customize."
:type
'
(
repeat
(
group
(
regexp
:tag
"Match"
)
(
sexp
:tag
"Type"
)))
:group
'custom
ize
)
:group
'custom
-buffer
)
(
defun
custom-guess-type
(
symbol
)
"Guess a widget suitable for editing the value of SYMBOL.
...
...
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