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
e2896b22
Commit
e2896b22
authored
Dec 06, 2000
by
Dave Love
Browse files
(widget-text-keymap): Doc fix.
parent
f82e36c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/wid-edit.el
lisp/wid-edit.el
+1
-1
No files found.
lisp/ChangeLog
View file @
e2896b22
2000-12-06 Dave Love <fx@gnu.org>
* wid-edit.el (widget-text-keymap): Doc fix.
2000-12-06 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in (lisp): Set to an absolute directory, namely
...
...
lisp/wid-edit.el
View file @
e2896b22
...
...
@@ -831,7 +831,7 @@ Recommended as a parent keymap for modes using widgets.")
"Keymap used inside a text field."
)
(
defun
widget-field-activate
(
pos
&optional
event
)
"Invoke the ediable field at point."
"Invoke the edi
t
able field at point."
(
interactive
"@d"
)
(
let
((
field
(
widget-field-at
pos
)))
(
if
field
...
...
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