From 9c25dc4c29cf02033fc15642394f11560b0e84cb Mon Sep 17 00:00:00 2001 From: Michael Heerdegen Date: Mon, 14 Sep 2015 14:17:43 +0200 Subject: [PATCH] el-search: fix comment styles --- packages/el-search/el-search.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el index e5c1b50fa..bb0b04872 100644 --- a/packages/el-search/el-search.el +++ b/packages/el-search/el-search.el @@ -169,7 +169,7 @@ ;;; Code: -;;; Requirements +;;;; Requirements (eval-when-compile (require 'subr-x)) @@ -179,7 +179,7 @@ (require 'thingatpt) -;;; Configuration stuff +;;;; Configuration stuff (defgroup el-search nil "Expression based search and replace for `emacs-lisp-mode'." @@ -198,7 +198,7 @@ expression." :group 'el-search) -;;; Helpers +;;;; Helpers (defun el-search--print (expr) (let ((print-quoted t) @@ -364,7 +364,7 @@ return nil (no error)." (lambda () (buffer-substring (point-min) (point-max)))))) -;;; Highlighting +;;;; Highlighting (defvar-local el-search-hl-overlay nil) @@ -393,7 +393,7 @@ return nil (no error)." (remove-hook 'post-command-hook #'el-search-hl-post-command-fun t)))))) -;;; Core functions +;;;; Core functions (defvar el-search-history '() "List of input strings.") -- 2.39.2