branch: master commit 9a3b1ccc5ad935f728b43b52fa99ca6632a4ca64 Author: mookid <nathan.mor...@m4x.org> Commit: mookid <nathan.mor...@m4x.org>
Trim whitespaces. --- loccur.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/loccur.el b/loccur.el index 2921ba0..e1008ab 100644 --- a/loccur.el +++ b/loccur.el @@ -29,7 +29,7 @@ ;;; Commentary: ;; ;; Add the following to your .emacs file: -;; +;; ;; (require 'loccur) ;; ;; defines shortcut for loccur of the current word ;; (define-key global-map [(control o)] 'loccur-current) @@ -43,14 +43,14 @@ ;; gives unexpected jumps in loccur mode ;; ;;; TODO: -;; +;; ;;; Change Log: ;; ;; 2015-12-27 (1.2.2) ;; + Preparation for GNU ELPA submission. Removed contributions ;; without signed papers ;; + added loccur-face - face to highlight text, by default isearch -;; +;; ;; 2013-10-22 (1.2.1) ;; + Added custom option loccur-jump-beginning-of-line; removed some ;; of cl dependencies @@ -315,8 +315,8 @@ containing match" (forward-line 1)) (setq lines (nreverse lines))))) - - + + (provide 'loccur)