diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-15 11:17:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-15 13:06:45 +0200 |
commit | 3187225416c66061b67e89092addc15cad2202b9 (patch) | |
tree | c751643b41773edaa5b117345ee4a1e68501303b /lisp/cedet | |
parent | 34bb39964d605d60284c17441a2478e003029ce2 (diff) | |
download | emacs-3187225416c66061b67e89092addc15cad2202b9.tar.gz |
; Prefer HTTPS to HTTP in many URLs
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/pulse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/pulse.el b/lisp/cedet/pulse.el index 0564cf6d048..5b0df013a3c 100644 --- a/lisp/cedet/pulse.el +++ b/lisp/cedet/pulse.el @@ -47,7 +47,7 @@ ;; The original pulse code was written for semantic tag highlighting. ;; It has been extracted, and adapted for general purpose pulsing. ;; -;; Pulse is a part of CEDET. http://cedet.sf.net +;; Pulse is a part of CEDET. https://cedet.sourceforge.net (require 'color) |