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
6e81c819
Commit
6e81c819
authored
Feb 22, 2011
by
Glenn Morris
Browse files
Fix typo "comand".
parent
97610156
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ChangeLog
ChangeLog
+1
-1
lisp/ChangeLog.10
lisp/ChangeLog.10
+1
-1
lisp/emulation/viper-cmd.el
lisp/emulation/viper-cmd.el
+1
-1
src/ChangeLog.10
src/ChangeLog.10
+1
-1
No files found.
ChangeLog
View file @
6e81c819
...
...
@@ -6271,7 +6271,7 @@
* Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
Depend on vpath.sed.
Replace sed comand for VPATH with @vpath_sed@.
Replace sed com
m
and for VPATH with @vpath_sed@.
* configure.in: Substitute variable `vpath_sed'.
If not in $srcdir and $srcdir is configured,
...
...
lisp/ChangeLog.10
View file @
6e81c819
...
...
@@ -20591,7 +20591,7 @@
* viper-cmd.el (viper-change-state): Got rid of make-local-hook.
(viper-special-read-and-insert-char): Make C-m work right in the r
comand.
com
m
and.
(viper-buffer-search-enable): Fixed format string.
* viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
...
...
lisp/emulation/viper-cmd.el
View file @
6e81c819
...
...
@@ -2376,7 +2376,7 @@ problems."
(
if
(
eq
viper-intermediate-command
'viper-repeat
)
(
viper-change-subr
(
mark
t
)
(
point
))
(
viper-change
(
mark
t
)
(
point
)))
;; com is set to ?r when we repeat this comand with dot
;; com is set to ?r when we repeat this com
m
and with dot
(
viper-set-destructive-command
(
list
'viper-substitute
val
?r
nil
nil
nil
))
))
...
...
src/ChangeLog.10
View file @
6e81c819
...
...
@@ -25478,7 +25478,7 @@
recursive call unless that arg is non-nil.
(where_is_internal): New argument no_remap. Callers changed.
Call recursively to find original key bindings for a remapped
comand unless that arg is non-nil.
com
m
and unless that arg is non-nil.
(Fwhere_is_internal): New optional argument NO-REMAP.
Doc updated. Callers changed. Pass arg to where_is_internal.
...
...
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