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
7666b1cb
Commit
7666b1cb
authored
Dec 02, 2002
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(autoarg-kp-mode): Give it a :group.
parent
8e28519a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/autoarg.el
lisp/autoarg.el
+1
-1
No files found.
lisp/ChangeLog
View file @
7666b1cb
2002-12-02 Dave Love <fx@gnu.org>
* autoarg.el (autoarg-kp-mode): Give it a :group.
2002-12-02 Noah Friedman <friedman@splode.com>
* complete.el (PC-do-completion): Do not add wildcards to pattern
...
...
@@ -18,6 +22,10 @@
are output with gdba in gdb-ui.el.
(tooltip-strip-annotations): New function.
2002-12-29 Dave Love <fx@gnu.org>
* autoarg.el (autoarg-mode): Give it a :group.
2002-11-29 Bill Wohler <wohler@newt.com>
* mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
...
...
lisp/autoarg.el
View file @
7666b1cb
...
...
@@ -121,7 +121,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
&c to supply digit arguments.
\\{autoarg-kp-mode-map}"
nil
" Aakp"
autoarg-kp-mode-map
:global
t
nil
" Aakp"
autoarg-kp-mode-map
:global
t
:group
'keyboard
(
if
autoarg-kp-mode
(
dotimes
(
i
10
)
(
let
((
sym
(
intern
(
format
"kp-%d"
i
))))
...
...
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