fixing emacs stuff
git-svn-id: http://photonzero.com/dotfiles/trunk@57 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
10e42d54e2
commit
ff2cfcaaaf
3 changed files with 11 additions and 3 deletions
|
|
@ -2025,7 +2025,7 @@ docstring. The variable becomes buffer-local whenever set.")
|
|||
(if (and (not fail-if-not-found)
|
||||
viper-search-wrap-around)
|
||||
(progn
|
||||
(message "Search wrapped around BOTTOM of buffer")
|
||||
(message "search hit BOTTOM, continuing at TOP")
|
||||
(goto-char (point-min))
|
||||
(viper-search string forward (cons 1 com)
|
||||
t start-point 'fail)
|
||||
|
|
@ -2054,7 +2054,7 @@ docstring. The variable becomes buffer-local whenever set.")
|
|||
(search-failed
|
||||
(if (and (not fail-if-not-found) viper-search-wrap-around)
|
||||
(progn
|
||||
(message "Search wrapped around TOP of buffer")
|
||||
(message "search hit TOP, continuing at BOTTOM")
|
||||
(goto-char (point-max))
|
||||
(viper-search string forward (cons 1 com)
|
||||
t start-point 'fail)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue