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
f1f65349
Commit
f1f65349
authored
May 22, 2001
by
Gerd Moellmann
Browse files
(custom-comment-show): Remove debug code.
parent
0216c3df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/cus-edit.el
lisp/cus-edit.el
+0
-2
No files found.
lisp/ChangeLog
View file @
f1f65349
2001-05-22 Gerd Moellmann <gerd@gnu.org>
2001-05-22 Gerd Moellmann <gerd@gnu.org>
* cus-edit.el (custom-comment-show): Remove debug code.
* language/japan-util.el (japanese-symbol-table): Fix handling of
* language/japan-util.el (japanese-symbol-table): Fix handling of
Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
...
...
lisp/cus-edit.el
View file @
f1f65349
...
@@ -1993,9 +1993,7 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"."
...
@@ -1993,9 +1993,7 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"."
;; the global custom one
;; the global custom one
(defun custom-comment-show (widget)
(defun custom-comment-show (widget)
(widget-put widget :comment-shown t)
(widget-put widget :comment-shown t)
(trace-to-stderr (format "
1:
%s\n
" (widget-value widget)))
(custom-redraw widget)
(custom-redraw widget)
(trace-to-stderr (format "
2:
%s\n
" (widget-value widget)))
(widget-setup))
(widget-setup))
(defun custom-comment-invisible-p (widget)
(defun custom-comment-invisible-p (widget)
...
...
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