diff options
| -rw-r--r-- | lisp/cedet/pulse.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/cedet/pulse.el b/lisp/cedet/pulse.el index 37b41fbe8c3..38ccf5b975f 100644 --- a/lisp/cedet/pulse.el +++ b/lisp/cedet/pulse.el | |||
| @@ -71,7 +71,9 @@ Any other value means to do the default pulsing behavior. | |||
| 71 | If `pulse-flag' is non-nil, but `pulse-available-p' is nil, then | 71 | If `pulse-flag' is non-nil, but `pulse-available-p' is nil, then |
| 72 | this flag is ignored." | 72 | this flag is ignored." |
| 73 | :group 'pulse | 73 | :group 'pulse |
| 74 | :type 'boolean) | 74 | :type '(choice (const :tag "Highlight with unchanging color" nil) |
| 75 | (const :tag "No highlight" never) | ||
| 76 | (other :tag "Pulse" t))) | ||
| 75 | 77 | ||
| 76 | (defface pulse-highlight-start-face | 78 | (defface pulse-highlight-start-face |
| 77 | '((((class color) (background dark)) | 79 | '((((class color) (background dark)) |