emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 9a3b1cc 1/6: Trim whitespaces.


From: Alexey Veretennikov
Subject: [elpa] master 9a3b1cc 1/6: Trim whitespaces.
Date: Mon, 26 Dec 2016 14:14:36 +0000 (UTC)

branch: master
commit 9a3b1ccc5ad935f728b43b52fa99ca6632a4ca64
Author: mookid <address@hidden>
Commit: mookid <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]