Update cc-mode URL to point to nongnu.org
* doc/misc/cc-mode.texi (Getting Started) (Custom Filling and Breaking, Updating CC Mode) (Mailing Lists and Bug Reports): * lisp/progmodes/cc-mode.el: Update cc-mode URL to point to nongnu.org, instead of old URL on SourceForge.
This commit is contained in:
parent
17ef46e849
commit
486d5d524c
2 changed files with 7 additions and 7 deletions
|
@ -581,7 +581,7 @@ you are going to be editing AWK files, @file{README} describes how to
|
||||||
configure your (X)Emacs so that @ccmode{} will supersede the obsolete
|
configure your (X)Emacs so that @ccmode{} will supersede the obsolete
|
||||||
@code{awk-mode.el} which might have been supplied with your (X)Emacs.
|
@code{awk-mode.el} which might have been supplied with your (X)Emacs.
|
||||||
@ccmode{} might not work with older versions of Emacs or XEmacs. See
|
@ccmode{} might not work with older versions of Emacs or XEmacs. See
|
||||||
the @ccmode{} release notes at @uref{https://cc-mode.sourceforge.net}
|
the @ccmode{} release notes at @uref{https://www.nongnu.org/cc-mode/}
|
||||||
for the latest information on Emacs version and package compatibility
|
for the latest information on Emacs version and package compatibility
|
||||||
(@pxref{Updating CC Mode}).
|
(@pxref{Updating CC Mode}).
|
||||||
|
|
||||||
|
@ -3193,7 +3193,7 @@ E. Jones' Filladapt package@footnote{It's available from
|
||||||
lack a feature that makes it work suboptimally when
|
lack a feature that makes it work suboptimally when
|
||||||
@code{c-comment-prefix-regexp} matches the empty string (which it does
|
@code{c-comment-prefix-regexp} matches the empty string (which it does
|
||||||
by default). A patch for that is available from
|
by default). A patch for that is available from
|
||||||
@uref{https://cc-mode.sourceforge.net/,, the CC Mode web site}.},
|
@uref{https://www.nongnu.org/cc-mode/,, the CC Mode web site}.},
|
||||||
@c 2005/11/22: The above is still believed to be the case.
|
@c 2005/11/22: The above is still believed to be the case.
|
||||||
which handles things like bulleted lists nicely. There's a convenience
|
which handles things like bulleted lists nicely. There's a convenience
|
||||||
function @code{c-setup-filladapt} that tunes the relevant variables in
|
function @code{c-setup-filladapt} that tunes the relevant variables in
|
||||||
|
@ -7660,7 +7660,7 @@ have old versions of @ccmode{} and so should be upgraded. Access to the
|
||||||
compatibility, etc.@: are all available on the web site:
|
compatibility, etc.@: are all available on the web site:
|
||||||
|
|
||||||
@quotation
|
@quotation
|
||||||
@uref{https://cc-mode.sourceforge.net/}
|
@uref{https://www.nongnu.org/cc-mode/}
|
||||||
@end quotation
|
@end quotation
|
||||||
|
|
||||||
|
|
||||||
|
@ -7694,7 +7694,7 @@ the GNU Bug Tracker at @url{https://debbugs.gnu.org}, then sends it on
|
||||||
to @email{bug-cc-mode@@gnu.org}. You can also send reports, other
|
to @email{bug-cc-mode@@gnu.org}. You can also send reports, other
|
||||||
questions, and suggestions (kudos?@: @t{;-)} to that address. It's a
|
questions, and suggestions (kudos?@: @t{;-)} to that address. It's a
|
||||||
mailing list which you can join or browse an archive of; see the web site at
|
mailing list which you can join or browse an archive of; see the web site at
|
||||||
@uref{https://cc-mode.sourceforge.net/} for further details.
|
@uref{https://www.nongnu.org/cc-mode/} for further details.
|
||||||
|
|
||||||
@cindex announcement mailing list
|
@cindex announcement mailing list
|
||||||
If you want to get announcements of new @ccmode{} releases, send the
|
If you want to get announcements of new @ccmode{} releases, send the
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
;; You can get the latest version of CC Mode, including PostScript
|
;; You can get the latest version of CC Mode, including PostScript
|
||||||
;; documentation and separate individual files from:
|
;; documentation and separate individual files from:
|
||||||
;;
|
;;
|
||||||
;; https://cc-mode.sourceforge.net/
|
;; https://www.nongnu.org/cc-mode/
|
||||||
;;
|
;;
|
||||||
;; You can join a moderated CC Mode announcement-only mailing list by
|
;; You can join a moderated CC Mode announcement-only mailing list by
|
||||||
;; visiting
|
;; visiting
|
||||||
|
@ -172,8 +172,8 @@
|
||||||
;; `c-font-lock-init' too to set up CC Mode's font lock support.
|
;; `c-font-lock-init' too to set up CC Mode's font lock support.
|
||||||
;;
|
;;
|
||||||
;; See cc-langs.el for further info. A small example of a derived mode
|
;; See cc-langs.el for further info. A small example of a derived mode
|
||||||
;; is also available at <https://cc-mode.sourceforge.net/
|
;; is also available at
|
||||||
;; derived-mode-ex.el>.
|
;; <https://www.nongnu.org/cc-mode/derived-mode-ex.el>.
|
||||||
|
|
||||||
(defun c-leave-cc-mode-mode ()
|
(defun c-leave-cc-mode-mode ()
|
||||||
(when c-buffer-is-cc-mode
|
(when c-buffer-is-cc-mode
|
||||||
|
|
Loading…
Add table
Reference in a new issue