Skip to content

Commit

Permalink
Import of version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nschum committed Jun 19, 2008
1 parent e767d4b commit 6a7738b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions highlight-symbol.el
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2007 Nikolaj Schumacher ;; Copyright (C) 2007 Nikolaj Schumacher
;; ;;
;; Author: Nikolaj Schumacher <bugs * nschum de> ;; Author: Nikolaj Schumacher <bugs * nschum de>
;; Version: 1.0 ;; Version: 1.0.1
;; Keywords: faces, matching ;; Keywords: faces, matching
;; URL: http://nschum.de/src/emacs/highlight-symbol/ ;; URL: http://nschum.de/src/emacs/highlight-symbol/
;; Compatibility: GNU Emacs 22.x ;; Compatibility: GNU Emacs 22.x
Expand Down Expand Up @@ -42,6 +42,9 @@
;; ;;
;;; Change Log: ;;; Change Log:
;; ;;
;; 2007-09-05 (1.0.1)
;; Fixed completely broken temporary highlighting.
;;
;; 2007-07-30 (1.0) ;; 2007-07-30 (1.0)
;; Keep temp highlight while jumping. ;; Keep temp highlight while jumping.
;; Replaced `highlight-symbol-faces' with `highlight-symbol-colors'. ;; Replaced `highlight-symbol-faces' with `highlight-symbol-colors'.
Expand Down Expand Up @@ -112,8 +115,8 @@ Highlighting takes place after `highlight-symbol-idle-delay'."
nil " hl-s" nil nil " hl-s" nil
(if highlight-symbol-mode (if highlight-symbol-mode
;; on ;; on
(unless hi-lock-mode (hi-lock-mode 1))
(progn (progn
(unless hi-lock-mode (hi-lock-mode 1))
(add-to-list 'highlight-symbol-instances (current-buffer)) (add-to-list 'highlight-symbol-instances (current-buffer))
(unless highlight-symbol-timer (unless highlight-symbol-timer
(setq highlight-symbol-timer (setq highlight-symbol-timer
Expand Down

0 comments on commit 6a7738b

Please sign in to comment.