diff options
| author | Stefan Kangas | 2021-12-10 06:30:33 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-12-10 06:30:33 +0100 |
| commit | d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb (patch) | |
| tree | 0339b89fd03e38c327c77c40f25864a2b9666078 | |
| parent | 59db96d83ae837b3a3d82a979cd97a271bcd86bf (diff) | |
| parent | 7a25ba0fdebf5e94fa5a3a3d992424f86b1547cc (diff) | |
| download | emacs-d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb.tar.gz emacs-d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb.zip | |
Merge from origin/emacs-28
7a25ba0fde ; * lisp/image-dired.el: Fix typo.
dda6337066 emacsclient takes more care about XDG_RUNTIME_DIR
26fb4168b8 ; Prefer HTTPS in more URLs
6b89578524 ; * lisp/progmodes/flymake.el: Update the minimum Emacs ve...
| -rw-r--r-- | ChangeLog.1 | 2 | ||||
| -rw-r--r-- | doc/misc/rcirc.texi | 2 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 2 | ||||
| -rw-r--r-- | doc/misc/url.texi | 6 | ||||
| -rw-r--r-- | leim/MISC-DIC/README | 2 | ||||
| -rw-r--r-- | leim/MISC-DIC/pinyin.map | 2 | ||||
| -rw-r--r-- | leim/MISC-DIC/ziranma.cin | 2 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog.17 | 4 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 2 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.3 | 2 | ||||
| -rw-r--r-- | lisp/image-dired.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | lisp/net/newst-backend.el | 2 | ||||
| -rw-r--r-- | lisp/net/newst-reader.el | 2 | ||||
| -rw-r--r-- | lisp/net/newst-ticker.el | 2 | ||||
| -rw-r--r-- | lisp/net/newsticker.el | 2 | ||||
| -rw-r--r-- | lisp/net/quickurl.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-archive.el | 2 | ||||
| -rw-r--r-- | lisp/org/org.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/flymake.el | 2 |
21 files changed, 25 insertions, 26 deletions
diff --git a/ChangeLog.1 b/ChangeLog.1 index 82e0ad5c2b8..756dce3e479 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 | |||
| @@ -2326,7 +2326,7 @@ | |||
| 2326 | 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change) | 2326 | 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change) |
| 2327 | 2327 | ||
| 2328 | * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang. | 2328 | * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang. |
| 2329 | http://bugs.debian.org/712974 | 2329 | https://bugs.debian.org/712974 |
| 2330 | 2330 | ||
| 2331 | 2013-07-02 Paul Eggert <eggert@cs.ucla.edu> | 2331 | 2013-07-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2332 | 2332 | ||
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index 58ca045e786..f03f614275c 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi | |||
| @@ -464,7 +464,7 @@ your status as ``being back'' if you do not. People can use the | |||
| 464 | @cindex help about irc | 464 | @cindex help about irc |
| 465 | Typical IRC servers implement many more commands. You can read more | 465 | Typical IRC servers implement many more commands. You can read more |
| 466 | about the fantastic world of IRC online at | 466 | about the fantastic world of IRC online at |
| 467 | @uref{http://www.irchelp.org/, the Internet Relay Chat (IRC) help | 467 | @uref{https://www.irchelp.org/, the Internet Relay Chat (IRC) help |
| 468 | archive}. | 468 | archive}. |
| 469 | 469 | ||
| 470 | @node Configuration | 470 | @node Configuration |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 2a8a0382807..86f4d1c38eb 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -4231,7 +4231,7 @@ It is even possible to access file archives in file archives, as | |||
| 4231 | (progn | 4231 | (progn |
| 4232 | (url-handler-mode 1) | 4232 | (url-handler-mode 1) |
| 4233 | (find-file | 4233 | (find-file |
| 4234 | "http://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control")) | 4234 | "https://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control")) |
| 4235 | @end group | 4235 | @end group |
| 4236 | @end lisp | 4236 | @end lisp |
| 4237 | 4237 | ||
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index 8f15e11007e..90e38e5d30e 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -90,7 +90,7 @@ can be accessed (usually over a network) in a specific way. | |||
| 90 | 90 | ||
| 91 | @example | 91 | @example |
| 92 | ftp://ftp.is.co.za/rfc/rfc1808.txt | 92 | ftp://ftp.is.co.za/rfc/rfc1808.txt |
| 93 | http://www.ietf.org/rfc/rfc2396.txt | 93 | https://www.ietf.org/rfc/rfc2396.txt |
| 94 | ldap://[2001:db8::7]/c=GB?objectClass?one | 94 | ldap://[2001:db8::7]/c=GB?objectClass?one |
| 95 | mailto:John.Doe@@example.com | 95 | mailto:John.Doe@@example.com |
| 96 | news:comp.infosystems.www.servers.unix | 96 | news:comp.infosystems.www.servers.unix |
| @@ -708,7 +708,7 @@ Well-known ports are used if the URL does not specify a port. | |||
| 708 | @cindex rcirc | 708 | @cindex rcirc |
| 709 | 709 | ||
| 710 | The @code{irc} scheme is defined in the Internet Draft at | 710 | The @code{irc} scheme is defined in the Internet Draft at |
| 711 | @url{http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt} (which | 711 | @url{https://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt} (which |
| 712 | was never approved as an RFC). Such URLs have the form | 712 | was never approved as an RFC). Such URLs have the form |
| 713 | 713 | ||
| 714 | @example | 714 | @example |
| @@ -1181,7 +1181,7 @@ opened by the URL library. | |||
| 1181 | @c machines off the local network. This is characterized by being able | 1181 | @c machines off the local network. This is characterized by being able |
| 1182 | @c to reach someplace with a raw ip number, but not its hostname | 1182 | @c to reach someplace with a raw ip number, but not its hostname |
| 1183 | @c (@url{http://129.79.254.191/} works, but | 1183 | @c (@url{http://129.79.254.191/} works, but |
| 1184 | @c @url{http://www.cs.indiana.edu/} doesn't). This used to happen on | 1184 | @c @url{https://www.cs.indiana.edu/} doesn't). This used to happen on |
| 1185 | @c SunOS4 and Ultrix, but is now probably now rare. If Emacs can't be | 1185 | @c SunOS4 and Ultrix, but is now probably now rare. If Emacs can't be |
| 1186 | @c rebuilt linked against the resolver library, it can use the external | 1186 | @c rebuilt linked against the resolver library, it can use the external |
| 1187 | @c @command{nslookup} program instead. | 1187 | @c @command{nslookup} program instead. |
diff --git a/leim/MISC-DIC/README b/leim/MISC-DIC/README index 74ae75289b2..f205ecd7259 100644 --- a/leim/MISC-DIC/README +++ b/leim/MISC-DIC/README | |||
| @@ -20,7 +20,7 @@ license notice. | |||
| 20 | They are copies of those distributed with a free package | 20 | They are copies of those distributed with a free package |
| 21 | called CCE at: | 21 | called CCE at: |
| 22 | 22 | ||
| 23 | http://archive.debian.org/debian/pool/main/c/cce/cce_0.36.orig.tar.gz | 23 | https://archive.debian.org/debian/pool/main/c/cce/cce_0.36.orig.tar.gz |
| 24 | 24 | ||
| 25 | As the original files don't contain copyright and license notices, a | 25 | As the original files don't contain copyright and license notices, a |
| 26 | proper notice is extracted from the file Copyright and added at the | 26 | proper notice is extracted from the file Copyright and added at the |
diff --git a/leim/MISC-DIC/pinyin.map b/leim/MISC-DIC/pinyin.map index 4809769d1ad..e206564bcd7 100644 --- a/leim/MISC-DIC/pinyin.map +++ b/leim/MISC-DIC/pinyin.map | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | % This file is included in the free package called CCE. It is | 3 | % This file is included in the free package called CCE. It is |
| 4 | % available in: | 4 | % available in: |
| 5 | % | 5 | % |
| 6 | % http://archive.debian.org/debian/pool/main/c/cce/cce_0.36.orig.tar.gz | 6 | % https://archive.debian.org/debian/pool/main/c/cce/cce_0.36.orig.tar.gz |
| 7 | % | 7 | % |
| 8 | % As the file itself doesn't contain copyright and license notices, | 8 | % As the file itself doesn't contain copyright and license notices, |
| 9 | % the following statements of the file cce/Copyright covers it. | 9 | % the following statements of the file cce/Copyright covers it. |
diff --git a/leim/MISC-DIC/ziranma.cin b/leim/MISC-DIC/ziranma.cin index b61aea2b6f4..b276e888a0c 100644 --- a/leim/MISC-DIC/ziranma.cin +++ b/leim/MISC-DIC/ziranma.cin | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | % This file is included in the free package called CCE. It is | 3 | % This file is included in the free package called CCE. It is |
| 4 | % available in: | 4 | % available in: |
| 5 | % | 5 | % |
| 6 | % http://archive.debian.org/debian/pool/main/c/cce/cce_0.36.orig.tar.gz | 6 | % https://archive.debian.org/debian/pool/main/c/cce/cce_0.36.orig.tar.gz |
| 7 | % | 7 | % |
| 8 | % As the file itself doesn't contain copyright and license notices, | 8 | % As the file itself doesn't contain copyright and license notices, |
| 9 | % the following statements of the file cce/Copyright covers it. | 9 | % the following statements of the file cce/Copyright covers it. |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 6afea6f3063..ea9f72dfae0 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -1469,7 +1469,6 @@ set_local_socket (char const *server_name) | |||
| 1469 | else | 1469 | else |
| 1470 | { | 1470 | { |
| 1471 | /* socket_name is a file name component. */ | 1471 | /* socket_name is a file name component. */ |
| 1472 | sock_status = ENOENT; | ||
| 1473 | char const *xdg_runtime_dir = egetenv ("XDG_RUNTIME_DIR"); | 1472 | char const *xdg_runtime_dir = egetenv ("XDG_RUNTIME_DIR"); |
| 1474 | if (xdg_runtime_dir) | 1473 | if (xdg_runtime_dir) |
| 1475 | { | 1474 | { |
| @@ -1479,7 +1478,7 @@ set_local_socket (char const *server_name) | |||
| 1479 | ? connect_socket (AT_FDCWD, sockname, s, 0) | 1478 | ? connect_socket (AT_FDCWD, sockname, s, 0) |
| 1480 | : ENAMETOOLONG); | 1479 | : ENAMETOOLONG); |
| 1481 | } | 1480 | } |
| 1482 | if (sock_status == ENOENT) | 1481 | else |
| 1483 | { | 1482 | { |
| 1484 | char const *tmpdir = egetenv ("TMPDIR"); | 1483 | char const *tmpdir = egetenv ("TMPDIR"); |
| 1485 | if (tmpdir) | 1484 | if (tmpdir) |
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 14a6c5d06e4..4dd3df5953b 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 | |||
| @@ -10766,7 +10766,7 @@ | |||
| 10766 | * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value. | 10766 | * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value. |
| 10767 | (find-gc-source-files): Update some names. | 10767 | (find-gc-source-files): Update some names. |
| 10768 | (trace-call-tree): Simplify and update. | 10768 | (trace-call-tree): Simplify and update. |
| 10769 | Avoid predictable temp-file names. (http://bugs.debian.org/747100) | 10769 | Avoid predictable temp-file names. (https://bugs.debian.org/747100) |
| 10770 | This is CVE-2014-3422. | 10770 | This is CVE-2014-3422. |
| 10771 | 10771 | ||
| 10772 | 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca> | 10772 | 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -17742,7 +17742,7 @@ | |||
| 17742 | 2013-10-13 Glenn Morris <rgm@gnu.org> | 17742 | 2013-10-13 Glenn Morris <rgm@gnu.org> |
| 17743 | 17743 | ||
| 17744 | * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent): | 17744 | * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent): |
| 17745 | Occur buffers are read-only. http://bugs.debian.org/720775 | 17745 | Occur buffers are read-only. https://bugs.debian.org/720775 |
| 17746 | 17746 | ||
| 17747 | * emacs-lisp/authors.el (authors-fixed-entries): | 17747 | * emacs-lisp/authors.el (authors-fixed-entries): |
| 17748 | Comment out old alpha stuff. | 17748 | Comment out old alpha stuff. |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index 35402dffd07..26ecaada5e5 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -1759,7 +1759,7 @@ | |||
| 1759 | 1759 | ||
| 1760 | * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes | 1760 | * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes |
| 1761 | from 2003-04-03 to fix security problem. | 1761 | from 2003-04-03 to fix security problem. |
| 1762 | See http://www.debian.org/security/2003/dsa-339. | 1762 | See https://www.debian.org/security/2003/dsa-339. |
| 1763 | 1763 | ||
| 1764 | 2003-07-23 Teodor Zlatanov <tzz@lifelogs.com> | 1764 | 2003-07-23 Teodor Zlatanov <tzz@lifelogs.com> |
| 1765 | 1765 | ||
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index 2aba3a5706f..836cca87ffb 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 | |||
| @@ -655,7 +655,7 @@ | |||
| 655 | 2014-05-08 Glenn Morris <rgm@gnu.org> | 655 | 2014-05-08 Glenn Morris <rgm@gnu.org> |
| 656 | 656 | ||
| 657 | * gnus-fun.el (gnus-grab-cam-face): | 657 | * gnus-fun.el (gnus-grab-cam-face): |
| 658 | Do not use predictable temp-file name. (http://bugs.debian.org/747100) | 658 | Do not use predictable temp-file name. (https://bugs.debian.org/747100) |
| 659 | This is CVE-2014-3421. | 659 | This is CVE-2014-3421. |
| 660 | 660 | ||
| 661 | 2014-05-04 Glenn Morris <rgm@gnu.org> | 661 | 2014-05-04 Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/image-dired.el b/lisp/image-dired.el index 22e725c2168..6ca0cd8831d 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | ;; | 41 | ;; |
| 42 | ;; I briefly tried out thumbs.el, and although it seemed more | 42 | ;; I briefly tried out thumbs.el, and although it seemed more |
| 43 | ;; powerful than this package, it did not work the way I wanted to. It | 43 | ;; powerful than this package, it did not work the way I wanted to. It |
| 44 | ;; was too slow to created thumbnails of all files in a directory (I | 44 | ;; was too slow to create thumbnails of all files in a directory (I |
| 45 | ;; currently keep all my 2000+ images in the same directory) and | 45 | ;; currently keep all my 2000+ images in the same directory) and |
| 46 | ;; browsing the thumbnail buffer was slow too. image-dired.el will not | 46 | ;; browsing the thumbnail buffer was slow too. image-dired.el will not |
| 47 | ;; create thumbnails until they are needed and the browsing is done | 47 | ;; create thumbnails until they are needed and the browsing is done |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index e87bb343cf1..2201ce22a26 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -10218,7 +10218,7 @@ | |||
| 10218 | it can fail if the user's MH environment is not setup correctly). | 10218 | it can fail if the user's MH environment is not setup correctly). |
| 10219 | I now set the value of mh-folder-unseen-seq-name at runtime when I | 10219 | I now set the value of mh-folder-unseen-seq-name at runtime when I |
| 10220 | first need it. This should fix Debian bugs | 10220 | first need it. This should fix Debian bugs |
| 10221 | http://bugs.debian.org/140232 and http://bugs.debian.org/140817 | 10221 | https://bugs.debian.org/140232 and https://bugs.debian.org/140817 |
| 10222 | 10222 | ||
| 10223 | 2002-03-25 Peter S Galbraith <psg@debian.org> | 10223 | 2002-03-25 Peter S Galbraith <psg@debian.org> |
| 10224 | 10224 | ||
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index 77e148047ae..d51f8c0189f 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Filename: newst-backend.el | 6 | ;; Filename: newst-backend.el |
| 7 | ;; URL: http://www.nongnu.org/newsticker | 7 | ;; URL: https://www.nongnu.org/newsticker |
| 8 | ;; Keywords: News, RSS, Atom | 8 | ;; Keywords: News, RSS, Atom |
| 9 | ;; Package: newsticker | 9 | ;; Package: newsticker |
| 10 | 10 | ||
diff --git a/lisp/net/newst-reader.el b/lisp/net/newst-reader.el index 40e304402ad..b228ea9a60f 100644 --- a/lisp/net/newst-reader.el +++ b/lisp/net/newst-reader.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Filename: newst-reader.el | 6 | ;; Filename: newst-reader.el |
| 7 | ;; URL: http://www.nongnu.org/newsticker | 7 | ;; URL: https://www.nongnu.org/newsticker |
| 8 | ;; Package: newsticker | 8 | ;; Package: newsticker |
| 9 | 9 | ||
| 10 | ;; ====================================================================== | 10 | ;; ====================================================================== |
diff --git a/lisp/net/newst-ticker.el b/lisp/net/newst-ticker.el index 8cfafb5bfe4..068b862b694 100644 --- a/lisp/net/newst-ticker.el +++ b/lisp/net/newst-ticker.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Filename: newst-ticker.el | 6 | ;; Filename: newst-ticker.el |
| 7 | ;; URL: http://www.nongnu.org/newsticker | 7 | ;; URL: https://www.nongnu.org/newsticker |
| 8 | ;; Keywords: News, RSS, Atom | 8 | ;; Keywords: News, RSS, Atom |
| 9 | ;; Package: newsticker | 9 | ;; Package: newsticker |
| 10 | 10 | ||
diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index c1714218be9..52576c936a3 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Filename: newsticker.el | 6 | ;; Filename: newsticker.el |
| 7 | ;; URL: http://www.nongnu.org/newsticker | 7 | ;; URL: https://www.nongnu.org/newsticker |
| 8 | ;; Created: 17. June 2003 | 8 | ;; Created: 17. June 2003 |
| 9 | ;; Keywords: News, RSS, Atom | 9 | ;; Keywords: News, RSS, Atom |
| 10 | 10 | ||
diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el index 7f147fa0ded..ed7d7e53a96 100644 --- a/lisp/net/quickurl.el +++ b/lisp/net/quickurl.el | |||
| @@ -55,7 +55,7 @@ | |||
| 55 | ;; | 55 | ;; |
| 56 | ;; (("GNU" . "https://www.gnu.org/") | 56 | ;; (("GNU" . "https://www.gnu.org/") |
| 57 | ;; ("FSF" "https://www.fsf.org/" "The Free Software Foundation") | 57 | ;; ("FSF" "https://www.fsf.org/" "The Free Software Foundation") |
| 58 | ;; ("emacs" . "http://www.emacs.org/") | 58 | ;; ("emacs" . "https://www.emacs.org/") |
| 59 | ;; ("davep" "http://www.davep.org/" "Dave's homepage")) | 59 | ;; ("davep" "http://www.davep.org/" "Dave's homepage")) |
| 60 | ;; | 60 | ;; |
| 61 | ;; In case you're wondering about the mixture of cons cells and lists, | 61 | ;; In case you're wondering about the mixture of cons cells and lists, |
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index b0f447a3aee..b44a4e86aad 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el | |||
| @@ -104,7 +104,7 @@ | |||
| 104 | ;; It is even possible to access file archives in file archives, as | 104 | ;; It is even possible to access file archives in file archives, as |
| 105 | 105 | ||
| 106 | ;; (find-file | 106 | ;; (find-file |
| 107 | ;; "http://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control") | 107 | ;; "https://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control") |
| 108 | 108 | ||
| 109 | ;;; Code: | 109 | ;;; Code: |
| 110 | 110 | ||
diff --git a/lisp/org/org.el b/lisp/org/org.el index 1a137546192..df79d57f2c6 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -693,7 +693,7 @@ defined in org-duration.el.") | |||
| 693 | If a description starts with <C>, the file is not part of Emacs and Org mode, | 693 | If a description starts with <C>, the file is not part of Emacs and Org mode, |
| 694 | so loading it will require that you have properly installed org-contrib | 694 | so loading it will require that you have properly installed org-contrib |
| 695 | package from NonGNU Emacs Lisp Package Archive | 695 | package from NonGNU Emacs Lisp Package Archive |
| 696 | http://elpa.nongnu.org/nongnu/org-contrib.html | 696 | https://elpa.nongnu.org/nongnu/org-contrib.html |
| 697 | 697 | ||
| 698 | You can also use this system to load external packages (i.e. neither Org | 698 | You can also use this system to load external packages (i.e. neither Org |
| 699 | core modules, nor org-contrib modules). Just add symbols | 699 | core modules, nor org-contrib modules). Just add symbols |
| @@ -773,7 +773,7 @@ For export specific modules, see also `org-export-backends'." | |||
| 773 | If a description starts with <C>, the file is not part of Emacs and Org mode, | 773 | If a description starts with <C>, the file is not part of Emacs and Org mode, |
| 774 | so loading it will require that you have properly installed org-contrib | 774 | so loading it will require that you have properly installed org-contrib |
| 775 | package from NonGNU Emacs Lisp Package Archive | 775 | package from NonGNU Emacs Lisp Package Archive |
| 776 | http://elpa.nongnu.org/nongnu/org-contrib.html | 776 | https://elpa.nongnu.org/nongnu/org-contrib.html |
| 777 | 777 | ||
| 778 | Unlike to `org-modules', libraries in this list will not be | 778 | Unlike to `org-modules', libraries in this list will not be |
| 779 | loaded along with Org, but only once the export framework is | 779 | loaded along with Org, but only once the export framework is |
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 4f9506c98b9..72199b33a43 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: João Távora <joaotavora@gmail.com> | 6 | ;; Maintainer: João Távora <joaotavora@gmail.com> |
| 7 | ;; Version: 1.2.1 | 7 | ;; Version: 1.2.1 |
| 8 | ;; Keywords: c languages tools | 8 | ;; Keywords: c languages tools |
| 9 | ;; Package-Requires: ((emacs "26.1") (eldoc "1.1.0") (project "0.7.1")) | 9 | ;; Package-Requires: ((emacs "28.1") (eldoc "1.1.0") (project "0.7.1")) |
| 10 | 10 | ||
| 11 | ;; This is a GNU ELPA :core package. Avoid functionality that is not | 11 | ;; This is a GNU ELPA :core package. Avoid functionality that is not |
| 12 | ;; compatible with the version of Emacs recorded above. | 12 | ;; compatible with the version of Emacs recorded above. |