fixing emacs stuff

git-svn-id: http://photonzero.com/dotfiles/trunk@57 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-08-13 00:51:44 +00:00
parent 10e42d54e2
commit ff2cfcaaaf
3 changed files with 11 additions and 3 deletions

View file

@ -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)