diff options
| author | Paul Eggert | 2017-10-01 19:53:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-01 19:59:01 -0700 |
| commit | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch) | |
| tree | 6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /lisp | |
| parent | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff) | |
| download | emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip | |
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass,
notably those in lists.gnu.org. Although lists.gnu.org
does not yet support TLS 1.1, TLS 1.0 is better than nothing.
* lisp/erc/erc.el (erc-official-location):
* lisp/mail/emacsbug.el (report-emacs-bug):
Use https:, not http:.
Diffstat (limited to 'lisp')
53 files changed, 130 insertions, 130 deletions
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index eda7603cb67..52f5189228e 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -6395,7 +6395,7 @@ | |||
| 6395 | * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*', | 6395 | * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*', |
| 6396 | because the latter is a CL-ism. This fixes the bug reported by | 6396 | because the latter is a CL-ism. This fixes the bug reported by |
| 6397 | Shawn Boyette <mdxi@collapsar.net> in | 6397 | Shawn Boyette <mdxi@collapsar.net> in |
| 6398 | http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html. | 6398 | https://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html. |
| 6399 | 6399 | ||
| 6400 | 2004-06-04 Miles Bader <miles@gnu.org> | 6400 | 2004-06-04 Miles Bader <miles@gnu.org> |
| 6401 | 6401 | ||
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 9c451a359ea..8869cc46eb8 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -4667,7 +4667,7 @@ | |||
| 4667 | 2008-01-02 Karl Fogel <kfogel@red-bean.com> | 4667 | 2008-01-02 Karl Fogel <kfogel@red-bean.com> |
| 4668 | 4668 | ||
| 4669 | Change a return type, for greater extensibility. | 4669 | Change a return type, for greater extensibility. |
| 4670 | See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html | 4670 | See https://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html |
| 4671 | and its thread for discussion leading to this change. | 4671 | and its thread for discussion leading to this change. |
| 4672 | 4672 | ||
| 4673 | * bookmark.el (bookmark-jump-noselect): | 4673 | * bookmark.el (bookmark-jump-noselect): |
| @@ -11475,7 +11475,7 @@ | |||
| 11475 | (fancy-about-text): Add links "Authors" and "Contributing". | 11475 | (fancy-about-text): Add links "Authors" and "Contributing". |
| 11476 | (fancy-splash-head): Add text "Welcome to " on the startup screen, | 11476 | (fancy-splash-head): Add text "Welcome to " on the startup screen, |
| 11477 | and "This is " on the about screen. Add link to | 11477 | and "This is " on the about screen. Add link to |
| 11478 | "http://www.gnu.org/software/emacs/" for "GNU Emacs". | 11478 | "https://www.gnu.org/software/emacs/" for "GNU Emacs". |
| 11479 | For the about screen move emacs version to the header from | 11479 | For the about screen move emacs version to the header from |
| 11480 | `fancy-splash-tail' (as it's done already for normal about screen). | 11480 | `fancy-splash-tail' (as it's done already for normal about screen). |
| 11481 | (fancy-splash-tail): Insert emacs version only for startup screen. | 11481 | (fancy-splash-tail): Insert emacs version only for startup screen. |
| @@ -14464,7 +14464,7 @@ | |||
| 14464 | 14464 | ||
| 14465 | * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com, | 14465 | * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com, |
| 14466 | thus restoring bookmark bindings to three slots under C-x r. See | 14466 | thus restoring bookmark bindings to three slots under C-x r. See |
| 14467 | http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html. | 14467 | https://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html. |
| 14468 | 14468 | ||
| 14469 | 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change) | 14469 | 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change) |
| 14470 | 14470 | ||
| @@ -14511,7 +14511,7 @@ | |||
| 14511 | * bookmark.el (bookmark-jump-other-window): New function. | 14511 | * bookmark.el (bookmark-jump-other-window): New function. |
| 14512 | (bookmark-map): Bind it to "o". | 14512 | (bookmark-map): Bind it to "o". |
| 14513 | 14513 | ||
| 14514 | http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html | 14514 | https://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html |
| 14515 | and its thread contains discussion about this change. | 14515 | and its thread contains discussion about this change. |
| 14516 | The original patch was slightly tweaked by Karl Fogel | 14516 | The original patch was slightly tweaked by Karl Fogel |
| 14517 | <kfogel@red-bean.com> before committing. | 14517 | <kfogel@red-bean.com> before committing. |
| @@ -14525,7 +14525,7 @@ | |||
| 14525 | * bookmark.el: Don't define bookmark keys under the "C-xr" map; | 14525 | * bookmark.el: Don't define bookmark keys under the "C-xr" map; |
| 14526 | instead, make "C-xp" a prefix for bookmark-map. Patch by Drew | 14526 | instead, make "C-xp" a prefix for bookmark-map. Patch by Drew |
| 14527 | Adams <drew.adams@oracle.com>, mildly tweaked by me. See | 14527 | Adams <drew.adams@oracle.com>, mildly tweaked by me. See |
| 14528 | http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. | 14528 | https://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. |
| 14529 | 14529 | ||
| 14530 | 2007-07-13 Carsten Dominik <dominik@science.uva.nl> | 14530 | 2007-07-13 Carsten Dominik <dominik@science.uva.nl> |
| 14531 | 14531 | ||
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 7bd44059ad7..3e6d664aa6b 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -9833,7 +9833,7 @@ | |||
| 9833 | * window.el (pop-to-buffer): Remove the conditional that | 9833 | * window.el (pop-to-buffer): Remove the conditional that |
| 9834 | compares new-window and old-window, so it will reselect | 9834 | compares new-window and old-window, so it will reselect |
| 9835 | the selected window unconditionally. | 9835 | the selected window unconditionally. |
| 9836 | http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html | 9836 | https://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html |
| 9837 | 9837 | ||
| 9838 | 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca> | 9838 | 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 9839 | 9839 | ||
| @@ -9882,7 +9882,7 @@ | |||
| 9882 | of kill-ring: don't call menu-bar-update-yank-menu, don't push | 9882 | of kill-ring: don't call menu-bar-update-yank-menu, don't push |
| 9883 | interprogram-paste strings to kill-ring, and don't push the input | 9883 | interprogram-paste strings to kill-ring, and don't push the input |
| 9884 | argument `string' to kill-ring. | 9884 | argument `string' to kill-ring. |
| 9885 | http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html | 9885 | https://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html |
| 9886 | 9886 | ||
| 9887 | 2010-06-04 Juanma Barranquero <lekktu@gmail.com> | 9887 | 2010-06-04 Juanma Barranquero <lekktu@gmail.com> |
| 9888 | 9888 | ||
| @@ -10445,7 +10445,7 @@ | |||
| 10445 | * dired-x.el (dired-jump, dired-jump-other-window): Add arg | 10445 | * dired-x.el (dired-jump, dired-jump-other-window): Add arg |
| 10446 | FILE-NAME to read from the minibuffer when called interactively | 10446 | FILE-NAME to read from the minibuffer when called interactively |
| 10447 | with prefix argument instead of using buffer-file-name. | 10447 | with prefix argument instead of using buffer-file-name. |
| 10448 | http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html | 10448 | https://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html |
| 10449 | 10449 | ||
| 10450 | * dired.el: Update autoloads. | 10450 | * dired.el: Update autoloads. |
| 10451 | 10451 | ||
| @@ -11998,7 +11998,7 @@ | |||
| 11998 | 2010-04-05 Juri Linkov <juri@jurta.org> | 11998 | 2010-04-05 Juri Linkov <juri@jurta.org> |
| 11999 | 11999 | ||
| 12000 | Scrolling commands which scroll a line instead of full screen. | 12000 | Scrolling commands which scroll a line instead of full screen. |
| 12001 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html | 12001 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html |
| 12002 | 12002 | ||
| 12003 | * simple.el (scroll-up-line, scroll-down-line): New commands. | 12003 | * simple.el (scroll-up-line, scroll-down-line): New commands. |
| 12004 | Put property isearch-scroll=t on them. | 12004 | Put property isearch-scroll=t on them. |
| @@ -12009,7 +12009,7 @@ | |||
| 12009 | 2010-04-05 Juri Linkov <juri@jurta.org> | 12009 | 2010-04-05 Juri Linkov <juri@jurta.org> |
| 12010 | 12010 | ||
| 12011 | Scrolling commands which do not signal errors at top/bottom. | 12011 | Scrolling commands which do not signal errors at top/bottom. |
| 12012 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html | 12012 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html |
| 12013 | 12013 | ||
| 12014 | * simple.el (scroll-up-command, scroll-down-command): New commands. | 12014 | * simple.el (scroll-up-command, scroll-down-command): New commands. |
| 12015 | Put property isearch-scroll=t on them. | 12015 | Put property isearch-scroll=t on them. |
| @@ -12063,7 +12063,7 @@ | |||
| 12063 | (electric-help-mode): Set it to original major-mode. Doc fix. | 12063 | (electric-help-mode): Set it to original major-mode. Doc fix. |
| 12064 | (with-electric-help): Use `electric-help-orig-major-mode' instead | 12064 | (with-electric-help): Use `electric-help-orig-major-mode' instead |
| 12065 | of (default-value 'major-mode). Doc fix. | 12065 | of (default-value 'major-mode). Doc fix. |
| 12066 | http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html | 12066 | https://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html |
| 12067 | 12067 | ||
| 12068 | 2010-04-02 Sam Steingold <sds@gnu.org> | 12068 | 2010-04-02 Sam Steingold <sds@gnu.org> |
| 12069 | 12069 | ||
| @@ -12089,13 +12089,13 @@ | |||
| 12089 | 12089 | ||
| 12090 | * simple.el (next-line, previous-line): Re-throw a signal | 12090 | * simple.el (next-line, previous-line): Re-throw a signal |
| 12091 | with `signal' instead of using `ding'. | 12091 | with `signal' instead of using `ding'. |
| 12092 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html | 12092 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html |
| 12093 | 12093 | ||
| 12094 | 2010-03-31 Juri Linkov <juri@jurta.org> | 12094 | 2010-03-31 Juri Linkov <juri@jurta.org> |
| 12095 | 12095 | ||
| 12096 | * simple.el (keyboard-escape-quit): Raise deselecting the active | 12096 | * simple.el (keyboard-escape-quit): Raise deselecting the active |
| 12097 | region higher than exiting the minibuffer. | 12097 | region higher than exiting the minibuffer. |
| 12098 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html | 12098 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html |
| 12099 | 12099 | ||
| 12100 | 2010-03-31 Juri Linkov <juri@jurta.org> | 12100 | 2010-03-31 Juri Linkov <juri@jurta.org> |
| 12101 | 12101 | ||
| @@ -12184,7 +12184,7 @@ | |||
| 12184 | 2010-03-30 Juri Linkov <juri@jurta.org> | 12184 | 2010-03-30 Juri Linkov <juri@jurta.org> |
| 12185 | 12185 | ||
| 12186 | Make occur handle multi-line matches cleanly with context. | 12186 | Make occur handle multi-line matches cleanly with context. |
| 12187 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html | 12187 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html |
| 12188 | 12188 | ||
| 12189 | * replace.el (occur-accumulate-lines): Add optional arg `pt'. | 12189 | * replace.el (occur-accumulate-lines): Add optional arg `pt'. |
| 12190 | (occur-engine): Add local variables `ret', `prev-after-lines', | 12190 | (occur-engine): Add local variables `ret', `prev-after-lines', |
| @@ -12379,7 +12379,7 @@ | |||
| 12379 | 2010-03-23 Juri Linkov <juri@jurta.org> | 12379 | 2010-03-23 Juri Linkov <juri@jurta.org> |
| 12380 | 12380 | ||
| 12381 | Implement Occur multi-line matches. | 12381 | Implement Occur multi-line matches. |
| 12382 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html | 12382 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html |
| 12383 | 12383 | ||
| 12384 | * replace.el (occur): Doc fix. | 12384 | * replace.el (occur): Doc fix. |
| 12385 | (occur-engine): Set `begpt' to the beginning of the first line. | 12385 | (occur-engine): Set `begpt' to the beginning of the first line. |
| @@ -12456,7 +12456,7 @@ | |||
| 12456 | 2010-03-21 Juri Linkov <juri@jurta.org> | 12456 | 2010-03-21 Juri Linkov <juri@jurta.org> |
| 12457 | 12457 | ||
| 12458 | Fix message of multi-line occur regexps and multi-buffer header lines. | 12458 | Fix message of multi-line occur regexps and multi-buffer header lines. |
| 12459 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html | 12459 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html |
| 12460 | 12460 | ||
| 12461 | * replace.el (occur-1): Don't display regexp if it is longer | 12461 | * replace.el (occur-1): Don't display regexp if it is longer |
| 12462 | than window-width. Use `query-replace-descr' to display regexp. | 12462 | than window-width. Use `query-replace-descr' to display regexp. |
| @@ -12750,7 +12750,7 @@ | |||
| 12750 | 2010-03-10 Kim F. Storm <storm@cua.dk> | 12750 | 2010-03-10 Kim F. Storm <storm@cua.dk> |
| 12751 | 12751 | ||
| 12752 | Animated image API. | 12752 | Animated image API. |
| 12753 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html | 12753 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html |
| 12754 | 12754 | ||
| 12755 | * image.el (image-animate-max-time): New defcustom. | 12755 | * image.el (image-animate-max-time): New defcustom. |
| 12756 | (image-animated-types): New defconst. | 12756 | (image-animated-types): New defconst. |
| @@ -13908,7 +13908,7 @@ | |||
| 13908 | positions by using `bookmark-bmenu-marks-width', instead of hardcoding. | 13908 | positions by using `bookmark-bmenu-marks-width', instead of hardcoding. |
| 13909 | This fixes the `bookmark-bmenu-execute-deletions' bug reported here: | 13909 | This fixes the `bookmark-bmenu-execute-deletions' bug reported here: |
| 13910 | 13910 | ||
| 13911 | http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html | 13911 | https://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html |
| 13912 | From: Sun Yijiang <sunyijiang {_AT_} gmail.com> | 13912 | From: Sun Yijiang <sunyijiang {_AT_} gmail.com> |
| 13913 | To: emacs-devel {_AT_} gnu.org | 13913 | To: emacs-devel {_AT_} gnu.org |
| 13914 | Subject: bookmark.el bug report | 13914 | Subject: bookmark.el bug report |
| @@ -19816,7 +19816,7 @@ | |||
| 19816 | * files.el (find-alternate-file): If the old buffer is modified | 19816 | * files.el (find-alternate-file): If the old buffer is modified |
| 19817 | and visiting a file, behave similarly to `kill-buffer' when | 19817 | and visiting a file, behave similarly to `kill-buffer' when |
| 19818 | killing it, thus reverting to the pre-1.878 behavior; see | 19818 | killing it, thus reverting to the pre-1.878 behavior; see |
| 19819 | http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html | 19819 | https://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html |
| 19820 | for discussion. Also, consult `buffer-file-name' as a variable | 19820 | for discussion. Also, consult `buffer-file-name' as a variable |
| 19821 | not as a function, for consistency with the rest of the code. | 19821 | not as a function, for consistency with the rest of the code. |
| 19822 | 19822 | ||
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16 index 03e6115c572..f3d4874a1ce 100644 --- a/lisp/ChangeLog.16 +++ b/lisp/ChangeLog.16 | |||
| @@ -1371,7 +1371,7 @@ | |||
| 1371 | 1371 | ||
| 1372 | * frame.el (toggle-frame-maximized, toggle-frame-fullscreen): | 1372 | * frame.el (toggle-frame-maximized, toggle-frame-fullscreen): |
| 1373 | Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in | 1373 | Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in |
| 1374 | <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>. | 1374 | <https://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>. |
| 1375 | 1375 | ||
| 1376 | 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1376 | 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1377 | 1377 | ||
| @@ -2422,7 +2422,7 @@ | |||
| 2422 | 2422 | ||
| 2423 | * epg.el: Support pinentry-curses. | 2423 | * epg.el: Support pinentry-curses. |
| 2424 | Suggested by Werner Koch in | 2424 | Suggested by Werner Koch in |
| 2425 | <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>. | 2425 | <https://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>. |
| 2426 | (epg-agent-file, epg-agent-mtime): New variable. | 2426 | (epg-agent-file, epg-agent-mtime): New variable. |
| 2427 | (epg--start): Record the modified time of gpg-agent socket file, | 2427 | (epg--start): Record the modified time of gpg-agent socket file, |
| 2428 | to restore Emacs frame after pinentry-curses termination. | 2428 | to restore Emacs frame after pinentry-curses termination. |
| @@ -2448,7 +2448,7 @@ | |||
| 2448 | (toggle-frame-maximized): Rewrite and bind to M-<f10>. | 2448 | (toggle-frame-maximized): Rewrite and bind to M-<f10>. |
| 2449 | (toggle-frame-fullscreen): New command bound to <f11> instead of | 2449 | (toggle-frame-fullscreen): New command bound to <f11> instead of |
| 2450 | `toggle-frame-maximized'. | 2450 | `toggle-frame-maximized'. |
| 2451 | http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html | 2451 | https://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html |
| 2452 | 2452 | ||
| 2453 | 2012-12-27 Michael Albinus <michael.albinus@gmx.de> | 2453 | 2012-12-27 Michael Albinus <michael.albinus@gmx.de> |
| 2454 | 2454 | ||
| @@ -2686,7 +2686,7 @@ | |||
| 2686 | (isearch-insert-char-by-name): New command. | 2686 | (isearch-insert-char-by-name): New command. |
| 2687 | * international/mule-cmds.el (read-char-by-name): Let-bind | 2687 | * international/mule-cmds.el (read-char-by-name): Let-bind |
| 2688 | `enable-recursive-minibuffers' to t. | 2688 | `enable-recursive-minibuffers' to t. |
| 2689 | http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html | 2689 | https://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html |
| 2690 | 2690 | ||
| 2691 | 2012-12-15 Juri Linkov <juri@jurta.org> | 2691 | 2012-12-15 Juri Linkov <juri@jurta.org> |
| 2692 | 2692 | ||
| @@ -4831,7 +4831,7 @@ | |||
| 4831 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | 4831 | * progmodes/compile.el (compilation-error-regexp-alist-alist): |
| 4832 | Adjust the msft regexp to the output of Studio 2010, and move msft | 4832 | Adjust the msft regexp to the output of Studio 2010, and move msft |
| 4833 | before edg-1. See the discussion on emacs-devel, | 4833 | before edg-1. See the discussion on emacs-devel, |
| 4834 | http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html, | 4834 | https://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html, |
| 4835 | for the details. | 4835 | for the details. |
| 4836 | 4836 | ||
| 4837 | 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca> | 4837 | 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -5453,7 +5453,7 @@ | |||
| 5453 | 5453 | ||
| 5454 | * profiler.el (profiler-sampling-interval): Change default back to 1. | 5454 | * profiler.el (profiler-sampling-interval): Change default back to 1. |
| 5455 | See Stefan Monnier in | 5455 | See Stefan Monnier in |
| 5456 | <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>. | 5456 | <https://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>. |
| 5457 | 5457 | ||
| 5458 | 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca> | 5458 | 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca> |
| 5459 | 5459 | ||
| @@ -6641,7 +6641,7 @@ | |||
| 6641 | search-whitespace-regexp if isearch-lax-whitespace or | 6641 | search-whitespace-regexp if isearch-lax-whitespace or |
| 6642 | isearch-regexp-lax-whitespace is non-nil. | 6642 | isearch-regexp-lax-whitespace is non-nil. |
| 6643 | (Info-mode): Don't set local variable search-whitespace-regexp. | 6643 | (Info-mode): Don't set local variable search-whitespace-regexp. |
| 6644 | http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html | 6644 | https://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html |
| 6645 | 6645 | ||
| 6646 | 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | 6646 | 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 6647 | 6647 | ||
| @@ -7037,7 +7037,7 @@ | |||
| 7037 | 2012-09-02 Juri Linkov <juri@jurta.org> | 7037 | 2012-09-02 Juri Linkov <juri@jurta.org> |
| 7038 | 7038 | ||
| 7039 | Toggle whitespace matching mode with M-s SPC. | 7039 | Toggle whitespace matching mode with M-s SPC. |
| 7040 | http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html | 7040 | https://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html |
| 7041 | 7041 | ||
| 7042 | * isearch.el (search-whitespace-regexp): Doc fix. | 7042 | * isearch.el (search-whitespace-regexp): Doc fix. |
| 7043 | Remove cons cell customization. | 7043 | Remove cons cell customization. |
| @@ -8109,7 +8109,7 @@ | |||
| 8109 | 8109 | ||
| 8110 | * whitespace.el (whitespace-display-mappings): Use Unicode | 8110 | * whitespace.el (whitespace-display-mappings): Use Unicode |
| 8111 | codepoints, instead of emacs-mule codepoints. See | 8111 | codepoints, instead of emacs-mule codepoints. See |
| 8112 | http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html | 8112 | https://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html |
| 8113 | for the details. | 8113 | for the details. |
| 8114 | 8114 | ||
| 8115 | * files.el (file-truename): Don't skip symlink-chasing part on | 8115 | * files.el (file-truename): Don't skip symlink-chasing part on |
| @@ -8164,7 +8164,7 @@ | |||
| 8164 | * international/mule-cmds.el: Create | 8164 | * international/mule-cmds.el: Create |
| 8165 | inactivate-current-input-method-function as an obsolete alias for | 8165 | inactivate-current-input-method-function as an obsolete alias for |
| 8166 | deactivate-current-input-method-function. See Katsumi Yamaoka in | 8166 | deactivate-current-input-method-function. See Katsumi Yamaoka in |
| 8167 | <http://bugs.gnu.org/10150#46>. | 8167 | <https://bugs.gnu.org/10150#46>. |
| 8168 | 8168 | ||
| 8169 | 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com> | 8169 | 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com> |
| 8170 | 8170 | ||
| @@ -8513,7 +8513,7 @@ | |||
| 8513 | * startup.el (command-line): Don't display an empty user name in | 8513 | * startup.el (command-line): Don't display an empty user name in |
| 8514 | the error message about non-existent home directory, when | 8514 | the error message about non-existent home directory, when |
| 8515 | init-file-user was set to an empty string. See | 8515 | init-file-user was set to an empty string. See |
| 8516 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html | 8516 | https://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html |
| 8517 | for the details and context. | 8517 | for the details and context. |
| 8518 | 8518 | ||
| 8519 | 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net> | 8519 | 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net> |
| @@ -9419,7 +9419,7 @@ | |||
| 9419 | 9419 | ||
| 9420 | * calendar/calendar.el (calendar-exit): Don't try to delete or | 9420 | * calendar/calendar.el (calendar-exit): Don't try to delete or |
| 9421 | iconify last frame. See: | 9421 | iconify last frame. See: |
| 9422 | http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html | 9422 | https://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html |
| 9423 | 9423 | ||
| 9424 | 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change) | 9424 | 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change) |
| 9425 | 9425 | ||
| @@ -10430,7 +10430,7 @@ | |||
| 10430 | * descr-text.el (describe-char): Mention how to insert the | 10430 | * descr-text.el (describe-char): Mention how to insert the |
| 10431 | character, if the current input method doesn't support it. | 10431 | character, if the current input method doesn't support it. |
| 10432 | See the discussion in this thread for the details: | 10432 | See the discussion in this thread for the details: |
| 10433 | http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html. | 10433 | https://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html. |
| 10434 | 10434 | ||
| 10435 | 2012-06-08 Sam Steingold <sds@gnu.org> | 10435 | 2012-06-08 Sam Steingold <sds@gnu.org> |
| 10436 | 10436 | ||
| @@ -13909,7 +13909,7 @@ | |||
| 13909 | Insert invisible LRM characters before each character in a keyboard | 13909 | Insert invisible LRM characters before each character in a keyboard |
| 13910 | layout cell, to prevent their reordering by bidi display engine. | 13910 | layout cell, to prevent their reordering by bidi display engine. |
| 13911 | For details, see the discussion in | 13911 | For details, see the discussion in |
| 13912 | http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html. | 13912 | https://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html. |
| 13913 | 13913 | ||
| 13914 | 2012-03-08 Alan Mackenzie <acm@muc.de> | 13914 | 2012-03-08 Alan Mackenzie <acm@muc.de> |
| 13915 | 13915 | ||
| @@ -13927,7 +13927,7 @@ | |||
| 13927 | 13927 | ||
| 13928 | * international/quail.el (quail-help): | 13928 | * international/quail.el (quail-help): |
| 13929 | Force bidi-paragraph-direction be left-to-right. See discussion in | 13929 | Force bidi-paragraph-direction be left-to-right. See discussion in |
| 13930 | http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html | 13930 | https://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html |
| 13931 | for the reason. | 13931 | for the reason. |
| 13932 | 13932 | ||
| 13933 | 2012-03-07 Michael Albinus <michael.albinus@gmx.de> | 13933 | 2012-03-07 Michael Albinus <michael.albinus@gmx.de> |
| @@ -15004,7 +15004,7 @@ | |||
| 15004 | 15004 | ||
| 15005 | * descr-text.el (describe-char): Show the raw character, not only | 15005 | * descr-text.el (describe-char): Show the raw character, not only |
| 15006 | its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>. | 15006 | its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>. |
| 15007 | See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html | 15007 | See https://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html |
| 15008 | for the reasons. | 15008 | for the reasons. |
| 15009 | 15009 | ||
| 15010 | 2012-01-28 Phil Hagelberg <phil@hagelb.org> | 15010 | 2012-01-28 Phil Hagelberg <phil@hagelb.org> |
| @@ -15362,7 +15362,7 @@ | |||
| 15362 | * time.el (display-time-load-average) | 15362 | * time.el (display-time-load-average) |
| 15363 | (display-time-default-load-average): Doc fixes. See the thread | 15363 | (display-time-default-load-average): Doc fixes. See the thread |
| 15364 | starting at | 15364 | starting at |
| 15365 | http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html | 15365 | https://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html |
| 15366 | for the details. | 15366 | for the details. |
| 15367 | 15367 | ||
| 15368 | 2012-01-06 Glenn Morris <rgm@gnu.org> | 15368 | 2012-01-06 Glenn Morris <rgm@gnu.org> |
| @@ -15769,7 +15769,7 @@ | |||
| 15769 | (texinfo-insert-master-menu-list): Improve the error message | 15769 | (texinfo-insert-master-menu-list): Improve the error message |
| 15770 | displayed if there's no menu in the Top node. | 15770 | displayed if there's no menu in the Top node. |
| 15771 | (Bug#2975) See also this thread: | 15771 | (Bug#2975) See also this thread: |
| 15772 | http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html. | 15772 | https://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html. |
| 15773 | 15773 | ||
| 15774 | 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change) | 15774 | 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change) |
| 15775 | 15775 | ||
| @@ -24381,7 +24381,7 @@ | |||
| 24381 | 24381 | ||
| 24382 | * help-fns.el (describe-variable): Complete all variables having | 24382 | * help-fns.el (describe-variable): Complete all variables having |
| 24383 | documentation, including keywords. | 24383 | documentation, including keywords. |
| 24384 | http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html | 24384 | https://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html |
| 24385 | 24385 | ||
| 24386 | 2011-04-04 Juanma Barranquero <lekktu@gmail.com> | 24386 | 2011-04-04 Juanma Barranquero <lekktu@gmail.com> |
| 24387 | 24387 | ||
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 789452351a1..1bd882f0a22 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 | |||
| @@ -3598,7 +3598,7 @@ | |||
| 3598 | 3598 | ||
| 3599 | * comint.el (comint-history-isearch-message): Use field-beginning | 3599 | * comint.el (comint-history-isearch-message): Use field-beginning |
| 3600 | instead of comint-line-beginning-position - that's more fixes for | 3600 | instead of comint-line-beginning-position - that's more fixes for |
| 3601 | http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html | 3601 | https://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html |
| 3602 | (comint-history-isearch-message): Fix args of isearch-message-prefix. | 3602 | (comint-history-isearch-message): Fix args of isearch-message-prefix. |
| 3603 | 3603 | ||
| 3604 | 2014-12-29 Juri Linkov <juri@linkov.net> | 3604 | 2014-12-29 Juri Linkov <juri@linkov.net> |
| @@ -3698,7 +3698,7 @@ | |||
| 3698 | 3698 | ||
| 3699 | * language/misc-lang.el (composition-function-table): Add Syriac | 3699 | * language/misc-lang.el (composition-function-table): Add Syriac |
| 3700 | characters and also ZWJ/ZWNJ. | 3700 | characters and also ZWJ/ZWNJ. |
| 3701 | See http://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html | 3701 | See https://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html |
| 3702 | for the details. | 3702 | for the details. |
| 3703 | 3703 | ||
| 3704 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | 3704 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| @@ -4489,14 +4489,14 @@ | |||
| 4489 | comint-line-beginning-position. | 4489 | comint-line-beginning-position. |
| 4490 | (comint-send-input): Go to the end of the field instead of the end | 4490 | (comint-send-input): Go to the end of the field instead of the end |
| 4491 | of the line to accept whole multi-line input. | 4491 | of the line to accept whole multi-line input. |
| 4492 | http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html | 4492 | https://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html |
| 4493 | 4493 | ||
| 4494 | 2014-12-05 Juri Linkov <juri@linkov.net> | 4494 | 2014-12-05 Juri Linkov <juri@linkov.net> |
| 4495 | 4495 | ||
| 4496 | * minibuffer.el (minibuffer-completion-help): | 4496 | * minibuffer.el (minibuffer-completion-help): |
| 4497 | Compare selected-window with minibuffer-window to check whether | 4497 | Compare selected-window with minibuffer-window to check whether |
| 4498 | completions should be displayed near the minibuffer. (Bug#17809) | 4498 | completions should be displayed near the minibuffer. (Bug#17809) |
| 4499 | http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00311.html | 4499 | https://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00311.html |
| 4500 | 4500 | ||
| 4501 | 2014-12-05 Michael Albinus <michael.albinus@gmx.de> | 4501 | 2014-12-05 Michael Albinus <michael.albinus@gmx.de> |
| 4502 | 4502 | ||
| @@ -4605,7 +4605,7 @@ | |||
| 4605 | the remote repository were unreachable, because the VC hooks tried | 4605 | the remote repository were unreachable, because the VC hooks tried |
| 4606 | to run "svn status -u" on the file, where the "-u" tells svn to | 4606 | to run "svn status -u" on the file, where the "-u" tells svn to |
| 4607 | get update information from the remote repository. | 4607 | get update information from the remote repository. |
| 4608 | http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html | 4608 | https://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html |
| 4609 | 4609 | ||
| 4610 | * vc/vc-svn.el (vc-svn-state): Remove optional `localp' | 4610 | * vc/vc-svn.el (vc-svn-state): Remove optional `localp' |
| 4611 | argument and always pass "-v" to "svn status", never "-u". | 4611 | argument and always pass "-v" to "svn status", never "-u". |
| @@ -5306,7 +5306,7 @@ | |||
| 5306 | (query-replace-read-from): Call custom-reevaluate-setting on | 5306 | (query-replace-read-from): Call custom-reevaluate-setting on |
| 5307 | query-replace-from-to-separator to reevaluate the separator | 5307 | query-replace-from-to-separator to reevaluate the separator |
| 5308 | depending on the return value of char-displayable-p. | 5308 | depending on the return value of char-displayable-p. |
| 5309 | http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html | 5309 | https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html |
| 5310 | 5310 | ||
| 5311 | 2014-11-18 Juri Linkov <juri@linkov.net> | 5311 | 2014-11-18 Juri Linkov <juri@linkov.net> |
| 5312 | 5312 | ||
| @@ -5316,7 +5316,7 @@ | |||
| 5316 | 5316 | ||
| 5317 | * simple.el (next-line-or-history-element) | 5317 | * simple.el (next-line-or-history-element) |
| 5318 | (previous-line-or-history-element): New commands. | 5318 | (previous-line-or-history-element): New commands. |
| 5319 | http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html | 5319 | https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html |
| 5320 | 5320 | ||
| 5321 | 2014-11-18 Leo Liu <sdl.web@gmail.com> | 5321 | 2014-11-18 Leo Liu <sdl.web@gmail.com> |
| 5322 | 5322 | ||
| @@ -5441,7 +5441,7 @@ | |||
| 5441 | 5441 | ||
| 5442 | Improve time stamp handling, and be more consistent about it. | 5442 | Improve time stamp handling, and be more consistent about it. |
| 5443 | This implements a suggestion made in: | 5443 | This implements a suggestion made in: |
| 5444 | http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html | 5444 | https://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html |
| 5445 | Among other things, this means timer.el no longer needs to | 5445 | Among other things, this means timer.el no longer needs to |
| 5446 | autoload the time-date module. | 5446 | autoload the time-date module. |
| 5447 | * allout-widgets.el (allout-elapsed-time-seconds): Doc fix. | 5447 | * allout-widgets.el (allout-elapsed-time-seconds): Doc fix. |
| @@ -5682,7 +5682,7 @@ | |||
| 5682 | 2014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change) | 5682 | 2014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change) |
| 5683 | 5683 | ||
| 5684 | Allow VTIMEZONE where daylight and standard time zones are equal. | 5684 | Allow VTIMEZONE where daylight and standard time zones are equal. |
| 5685 | See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html | 5685 | See: https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html |
| 5686 | * calendar/icalendar.el (icalendar--convert-tz-offset): | 5686 | * calendar/icalendar.el (icalendar--convert-tz-offset): |
| 5687 | Support timezone without daylight saving time. | 5687 | Support timezone without daylight saving time. |
| 5688 | 5688 | ||
| @@ -5813,7 +5813,7 @@ | |||
| 5813 | to the history variables. | 5813 | to the history variables. |
| 5814 | (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults. | 5814 | (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults. |
| 5815 | (query-replace-regexp-eval): Let-bind query-replace-defaults to nil. | 5815 | (query-replace-regexp-eval): Let-bind query-replace-defaults to nil. |
| 5816 | http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html | 5816 | https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html |
| 5817 | 5817 | ||
| 5818 | * isearch.el (isearch-text-char-description): Keep characters | 5818 | * isearch.el (isearch-text-char-description): Keep characters |
| 5819 | intact and put formatted strings with the `display' property. | 5819 | intact and put formatted strings with the `display' property. |
| @@ -7565,7 +7565,7 @@ | |||
| 7565 | (lisp--form-quoted-p): New functions. | 7565 | (lisp--form-quoted-p): New functions. |
| 7566 | (lisp-completion-at-point): Use them to see if we're completing a | 7566 | (lisp-completion-at-point): Use them to see if we're completing a |
| 7567 | variable reference, a function name, or just any symbol. | 7567 | variable reference, a function name, or just any symbol. |
| 7568 | http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html | 7568 | https://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html |
| 7569 | 7569 | ||
| 7570 | 2014-09-18 Ivan Kanis <ivan@kanis.fr> | 7570 | 2014-09-18 Ivan Kanis <ivan@kanis.fr> |
| 7571 | 7571 | ||
| @@ -9937,7 +9937,7 @@ | |||
| 9937 | `window-configuration-change-hook'. | 9937 | `window-configuration-change-hook'. |
| 9938 | (desktop-auto-save-set-timer): Change REPEAT arg of | 9938 | (desktop-auto-save-set-timer): Change REPEAT arg of |
| 9939 | `run-with-idle-timer' from t to nil. | 9939 | `run-with-idle-timer' from t to nil. |
| 9940 | http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html | 9940 | https://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html |
| 9941 | 9941 | ||
| 9942 | 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com> | 9942 | 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com> |
| 9943 | 9943 | ||
| @@ -10488,7 +10488,7 @@ | |||
| 10488 | * emacs-lisp/package.el (package-generate-description-file): | 10488 | * emacs-lisp/package.el (package-generate-description-file): |
| 10489 | Output first-line comment to set buffer-local var `no-byte-compile'. | 10489 | Output first-line comment to set buffer-local var `no-byte-compile'. |
| 10490 | Suggested by Dmitry Gutov: | 10490 | Suggested by Dmitry Gutov: |
| 10491 | <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>. | 10491 | <https://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>. |
| 10492 | 10492 | ||
| 10493 | 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org> | 10493 | 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org> |
| 10494 | 10494 | ||
| @@ -12170,7 +12170,7 @@ | |||
| 12170 | to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971) | 12170 | to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971) |
| 12171 | (comment-beginning): Use `narrow-to-region' instead of moving back | 12171 | (comment-beginning): Use `narrow-to-region' instead of moving back |
| 12172 | one character. | 12172 | one character. |
| 12173 | (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html) | 12173 | (https://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html) |
| 12174 | (comment-start-skip): Update the docstring. | 12174 | (comment-start-skip): Update the docstring. |
| 12175 | 12175 | ||
| 12176 | 2014-03-18 Richard Stallman <rms@gnu.org> | 12176 | 2014-03-18 Richard Stallman <rms@gnu.org> |
| @@ -12467,7 +12467,7 @@ | |||
| 12467 | from `xterm-standard-colors' that look well on the default white | 12467 | from `xterm-standard-colors' that look well on the default white |
| 12468 | background (and also on the black background) to avoid illegible | 12468 | background (and also on the black background) to avoid illegible |
| 12469 | color combinations like yellow-on-white and white-on-white. | 12469 | color combinations like yellow-on-white and white-on-white. |
| 12470 | http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html | 12470 | https://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html |
| 12471 | 12471 | ||
| 12472 | 2014-03-08 Juanma Barranquero <lekktu@gmail.com> | 12472 | 2014-03-08 Juanma Barranquero <lekktu@gmail.com> |
| 12473 | 12473 | ||
| @@ -13224,7 +13224,7 @@ | |||
| 13224 | 2014-02-12 Dmitry Gutov <dgutov@yandex.ru> | 13224 | 2014-02-12 Dmitry Gutov <dgutov@yandex.ru> |
| 13225 | 13225 | ||
| 13226 | * progmodes/js.el (js-indent-line): Don't widen. | 13226 | * progmodes/js.el (js-indent-line): Don't widen. |
| 13227 | http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html | 13227 | https://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html |
| 13228 | 13228 | ||
| 13229 | 2014-02-12 Glenn Morris <rgm@gnu.org> | 13229 | 2014-02-12 Glenn Morris <rgm@gnu.org> |
| 13230 | 13230 | ||
| @@ -13965,7 +13965,7 @@ | |||
| 13965 | choices. | 13965 | choices. |
| 13966 | (ruby-smie-rules): Instead of using a hardcoded list of alignable | 13966 | (ruby-smie-rules): Instead of using a hardcoded list of alignable |
| 13967 | keywords, check against the value of `ruby-alignable-keywords' | 13967 | keywords, check against the value of `ruby-alignable-keywords' |
| 13968 | (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html). | 13968 | (https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html). |
| 13969 | 13969 | ||
| 13970 | 2014-01-17 Glenn Morris <rgm@gnu.org> | 13970 | 2014-01-17 Glenn Morris <rgm@gnu.org> |
| 13971 | 13971 | ||
| @@ -15408,7 +15408,7 @@ | |||
| 15408 | * simple.el (blink-matching--overlay): New variable. | 15408 | * simple.el (blink-matching--overlay): New variable. |
| 15409 | (blink-matching-open): Instead of moving point, highlight the | 15409 | (blink-matching-open): Instead of moving point, highlight the |
| 15410 | matching paren with an overlay | 15410 | matching paren with an overlay |
| 15411 | (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html). | 15411 | (https://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html). |
| 15412 | 15412 | ||
| 15413 | * faces.el (paren-showing-faces, show-paren-match) | 15413 | * faces.el (paren-showing-faces, show-paren-match) |
| 15414 | (show-paren-mismatch): Move from paren.el. | 15414 | (show-paren-mismatch): Move from paren.el. |
| @@ -16628,7 +16628,7 @@ | |||
| 16628 | 16628 | ||
| 16629 | * textmodes/ispell.el (ispell-lookup-words): When `look' is not | 16629 | * textmodes/ispell.el (ispell-lookup-words): When `look' is not |
| 16630 | available and the word has no wildcards, append one to the grep pattern. | 16630 | available and the word has no wildcards, append one to the grep pattern. |
| 16631 | http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html | 16631 | https://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html |
| 16632 | (ispell-complete-word): Call `ispell-lookup-words' with the value | 16632 | (ispell-complete-word): Call `ispell-lookup-words' with the value |
| 16633 | independent of `ispell-look-p'. | 16633 | independent of `ispell-look-p'. |
| 16634 | 16634 | ||
| @@ -18282,7 +18282,7 @@ | |||
| 18282 | 18282 | ||
| 18283 | * emacs-lisp/package.el (package-buffer-info, describe-package-1): | 18283 | * emacs-lisp/package.el (package-buffer-info, describe-package-1): |
| 18284 | Use :url instead of :homepage, as per | 18284 | Use :url instead of :homepage, as per |
| 18285 | http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html | 18285 | https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html |
| 18286 | 18286 | ||
| 18287 | * newcomment.el (comment-beginning): When `comment-use-syntax' is | 18287 | * newcomment.el (comment-beginning): When `comment-use-syntax' is |
| 18288 | non-nil, use `syntax-ppss' (Bug#15251). | 18288 | non-nil, use `syntax-ppss' (Bug#15251). |
| @@ -21942,7 +21942,7 @@ | |||
| 21942 | 2013-06-25 Martin Rudalics <rudalics@gmx.at> | 21942 | 2013-06-25 Martin Rudalics <rudalics@gmx.at> |
| 21943 | 21943 | ||
| 21944 | * window.el (window--state-get-1): Workaround for bug#14527. | 21944 | * window.el (window--state-get-1): Workaround for bug#14527. |
| 21945 | http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html | 21945 | https://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html |
| 21946 | 21946 | ||
| 21947 | 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | 21947 | 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 21948 | 21948 | ||
| @@ -22055,7 +22055,7 @@ | |||
| 22055 | 22055 | ||
| 22056 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch', | 22056 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch', |
| 22057 | add some more keyword-like methods. | 22057 | add some more keyword-like methods. |
| 22058 | http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html | 22058 | https://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html |
| 22059 | 22059 | ||
| 22060 | 2013-06-22 Juanma Barranquero <lekktu@gmail.com> | 22060 | 2013-06-22 Juanma Barranquero <lekktu@gmail.com> |
| 22061 | 22061 | ||
| @@ -22674,7 +22674,7 @@ | |||
| 22674 | 2013-06-18 Matthias Meulien <orontee@gmail.com> | 22674 | 2013-06-18 Matthias Meulien <orontee@gmail.com> |
| 22675 | 22675 | ||
| 22676 | * tabify.el (untabify, tabify): With prefix, apply to entire buffer. | 22676 | * tabify.el (untabify, tabify): With prefix, apply to entire buffer. |
| 22677 | <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html> | 22677 | <https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html> |
| 22678 | 22678 | ||
| 22679 | 2013-06-18 Glenn Morris <rgm@gnu.org> | 22679 | 2013-06-18 Glenn Morris <rgm@gnu.org> |
| 22680 | 22680 | ||
| @@ -22704,7 +22704,7 @@ | |||
| 22704 | 22704 | ||
| 22705 | * emacs-lisp/package.el (package-load-descriptor): | 22705 | * emacs-lisp/package.el (package-load-descriptor): |
| 22706 | Remove `with-syntax-table' call, `read' doesn't need it. | 22706 | Remove `with-syntax-table' call, `read' doesn't need it. |
| 22707 | http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html | 22707 | https://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html |
| 22708 | 22708 | ||
| 22709 | 2013-06-17 Juanma Barranquero <lekktu@gmail.com> | 22709 | 2013-06-17 Juanma Barranquero <lekktu@gmail.com> |
| 22710 | 22710 | ||
| @@ -25118,7 +25118,7 @@ | |||
| 25118 | (desktop-auto-save, desktop-auto-save-set-timer): New functions. | 25118 | (desktop-auto-save, desktop-auto-save-set-timer): New functions. |
| 25119 | (after-init-hook): Call `desktop-auto-save-set-timer'. | 25119 | (after-init-hook): Call `desktop-auto-save-set-timer'. |
| 25120 | Suggested by Reuben Thomas <rrt@sc3d.org> in | 25120 | Suggested by Reuben Thomas <rrt@sc3d.org> in |
| 25121 | <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>. | 25121 | <https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>. |
| 25122 | 25122 | ||
| 25123 | 2013-04-27 Leo Liu <sdl.web@gmail.com> | 25123 | 2013-04-27 Leo Liu <sdl.web@gmail.com> |
| 25124 | 25124 | ||
| @@ -25144,7 +25144,7 @@ | |||
| 25144 | 25144 | ||
| 25145 | * ls-lisp.el (ls-lisp-insert-directory): If no files are | 25145 | * ls-lisp.el (ls-lisp-insert-directory): If no files are |
| 25146 | displayed, move point to after the totals line. | 25146 | displayed, move point to after the totals line. |
| 25147 | See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html | 25147 | See https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html |
| 25148 | for the details. | 25148 | for the details. |
| 25149 | 25149 | ||
| 25150 | 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca> | 25150 | 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -25757,7 +25757,7 @@ | |||
| 25757 | 25757 | ||
| 25758 | Do not set x-display-name until X connection is established. | 25758 | Do not set x-display-name until X connection is established. |
| 25759 | This is needed to prevent from weird situation described at | 25759 | This is needed to prevent from weird situation described at |
| 25760 | <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>. | 25760 | <https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>. |
| 25761 | * frame.el (make-frame): Set x-display-name after call to | 25761 | * frame.el (make-frame): Set x-display-name after call to |
| 25762 | window system initialization function, not before. | 25762 | window system initialization function, not before. |
| 25763 | * term/x-win.el (x-initialize-window-system): Add optional | 25763 | * term/x-win.el (x-initialize-window-system): Add optional |
| @@ -26079,7 +26079,7 @@ | |||
| 26079 | (batch-skkdic-convert): Suppress most of the chatter. | 26079 | (batch-skkdic-convert): Suppress most of the chatter. |
| 26080 | It's not needed so much now that machines are faster, | 26080 | It's not needed so much now that machines are faster, |
| 26081 | and its non-ASCII component was confusing; see Dmitry Gutov in | 26081 | and its non-ASCII component was confusing; see Dmitry Gutov in |
| 26082 | <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>. | 26082 | <https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>. |
| 26083 | 26083 | ||
| 26084 | 2013-03-20 Leo Liu <sdl.web@gmail.com> | 26084 | 2013-03-20 Leo Liu <sdl.web@gmail.com> |
| 26085 | 26085 | ||
| @@ -26223,7 +26223,7 @@ | |||
| 26223 | * startup.el (command-line-normalize-file-name): Fix handling of | 26223 | * startup.el (command-line-normalize-file-name): Fix handling of |
| 26224 | backslashes in DOS and Windows file names. Reported by Xue Fuqiao | 26224 | backslashes in DOS and Windows file names. Reported by Xue Fuqiao |
| 26225 | <xfq.free@gmail.com> in | 26225 | <xfq.free@gmail.com> in |
| 26226 | http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html. | 26226 | https://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html. |
| 26227 | 26227 | ||
| 26228 | 2013-03-15 Michael Albinus <michael.albinus@gmx.de> | 26228 | 2013-03-15 Michael Albinus <michael.albinus@gmx.de> |
| 26229 | 26229 | ||
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 913f937c572..b628444aad1 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -132,13 +132,13 @@ PHONY_EXTRAS = | |||
| 132 | # This could lead to problems in parallel builds if automatically | 132 | # This could lead to problems in parallel builds if automatically |
| 133 | # generated *.el files (eg loaddefs etc) were being changed at the same time. | 133 | # generated *.el files (eg loaddefs etc) were being changed at the same time. |
| 134 | # One solution was to add autoloads as a prerequisite: | 134 | # One solution was to add autoloads as a prerequisite: |
| 135 | # http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html | 135 | # https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html |
| 136 | # http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00171.html | 136 | # https://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00171.html |
| 137 | # However, this meant that running these targets modified loaddefs.el, | 137 | # However, this meant that running these targets modified loaddefs.el, |
| 138 | # every time (due to time-stamping). Calling these rules from | 138 | # every time (due to time-stamping). Calling these rules from |
| 139 | # bootstrap-after would modify loaddefs after src/emacs, resulting | 139 | # bootstrap-after would modify loaddefs after src/emacs, resulting |
| 140 | # in make install remaking src/emacs for no real reason: | 140 | # in make install remaking src/emacs for no real reason: |
| 141 | # http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00311.html | 141 | # https://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00311.html |
| 142 | # Nowadays these commands don't scan automatically generated files, | 142 | # Nowadays these commands don't scan automatically generated files, |
| 143 | # since they will never contain any useful information | 143 | # since they will never contain any useful information |
| 144 | # (see finder-no-scan-regexp and custom-dependencies-no-scan-regexp). | 144 | # (see finder-no-scan-regexp and custom-dependencies-no-scan-regexp). |
diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el index 659b6349bbb..6a4054d73fa 100644 --- a/lisp/calendar/cal-dst.el +++ b/lisp/calendar/cal-dst.el | |||
| @@ -248,7 +248,7 @@ The result has the proper form for `calendar-daylight-savings-starts'." | |||
| 248 | ;; TODO it might be better to extract this information directly from | 248 | ;; TODO it might be better to extract this information directly from |
| 249 | ;; the system timezone database. But cross-platform...? | 249 | ;; the system timezone database. But cross-platform...? |
| 250 | ;; See thread | 250 | ;; See thread |
| 251 | ;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html | 251 | ;; https://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html |
| 252 | (defun calendar-dst-find-data (&optional time) | 252 | (defun calendar-dst-find-data (&optional time) |
| 253 | "Find data on the first daylight saving time transitions after TIME. | 253 | "Find data on the first daylight saving time transitions after TIME. |
| 254 | TIME defaults to `current-time'. Return value is as described | 254 | TIME defaults to `current-time'. Return value is as described |
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 90cce2840cf..32769332df5 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -100,7 +100,7 @@ | |||
| 100 | ;; Show 11 years--5 before, 5 after year of middle month. | 100 | ;; Show 11 years--5 before, 5 after year of middle month. |
| 101 | ;; We used to use :suffix rather than :label and bumped into | 101 | ;; We used to use :suffix rather than :label and bumped into |
| 102 | ;; an easymenu bug: | 102 | ;; an easymenu bug: |
| 103 | ;; http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01813.html | 103 | ;; https://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01813.html |
| 104 | ;; The bug has since been fixed. | 104 | ;; The bug has since been fixed. |
| 105 | (dotimes (i 11) | 105 | (dotimes (i 11) |
| 106 | (push (vector (format "hol-year-%d" i) | 106 | (push (vector (format "hol-year-%d" i) |
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 520c730f5e7..d8d2dd4aafa 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -425,7 +425,7 @@ Only used if `diary-header-line-flag' is non-nil." | |||
| 425 | ;; display does not create the fancy buffer, nor does it set | 425 | ;; display does not create the fancy buffer, nor does it set |
| 426 | ;; diary-selective-display in the diary buffer. This means some | 426 | ;; diary-selective-display in the diary buffer. This means some |
| 427 | ;; customizations will not take effect, eg: | 427 | ;; customizations will not take effect, eg: |
| 428 | ;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-03/msg00466.html | 428 | ;; https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-03/msg00466.html |
| 429 | ;; So the check for diary-selective-display was dropped. This means the | 429 | ;; So the check for diary-selective-display was dropped. This means the |
| 430 | ;; diary will be displayed if one customizes a diary variable while | 430 | ;; diary will be displayed if one customizes a diary variable while |
| 431 | ;; just visiting the diary-file. This is i) unlikely, and ii) no great loss. | 431 | ;; just visiting the diary-file. This is i) unlikely, and ii) no great loss. |
| @@ -814,8 +814,8 @@ LIST-ONLY is non-nil, in which case it just returns the list." | |||
| 814 | ;; diary-header-line-flag after diary has been displayed | 814 | ;; diary-header-line-flag after diary has been displayed |
| 815 | ;; take effect. Unconditionally calling (diary-mode) | 815 | ;; take effect. Unconditionally calling (diary-mode) |
| 816 | ;; clobbers file local variables. | 816 | ;; clobbers file local variables. |
| 817 | ;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-03/msg00363.html | 817 | ;; https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-03/msg00363.html |
| 818 | ;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00404.html | 818 | ;; https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00404.html |
| 819 | (if (eq major-mode 'diary-mode) | 819 | (if (eq major-mode 'diary-mode) |
| 820 | (setq header-line-format (and diary-header-line-flag | 820 | (setq header-line-format (and diary-header-line-flag |
| 821 | diary-header-line-format))))) | 821 | diary-header-line-format))))) |
diff --git a/lisp/comint.el b/lisp/comint.el index 17f1ab4ca03..9bbb362d9ce 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -678,7 +678,7 @@ Entry to this mode runs the hooks on `comint-mode-hook'." | |||
| 678 | ;; comint-scroll-show-maximum-output is nil, and no-one can remember | 678 | ;; comint-scroll-show-maximum-output is nil, and no-one can remember |
| 679 | ;; what the original problem was. If there are problems with point | 679 | ;; what the original problem was. If there are problems with point |
| 680 | ;; not going to the end, consider re-enabling this. | 680 | ;; not going to the end, consider re-enabling this. |
| 681 | ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00827.html | 681 | ;; https://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00827.html |
| 682 | ;; | 682 | ;; |
| 683 | ;; This makes it really work to keep point at the bottom. | 683 | ;; This makes it really work to keep point at the bottom. |
| 684 | ;; (make-local-variable 'scroll-conservatively) | 684 | ;; (make-local-variable 'scroll-conservatively) |
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 6b67555770f..a87783850a3 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -2799,7 +2799,7 @@ If STATE is nil, the value is computed by `custom-variable-state'." | |||
| 2799 | ;; init-file-user rather than user-init-file. This is in case | 2799 | ;; init-file-user rather than user-init-file. This is in case |
| 2800 | ;; cus-edit is loaded by something in site-start.el, because | 2800 | ;; cus-edit is loaded by something in site-start.el, because |
| 2801 | ;; user-init-file is not set at that stage. | 2801 | ;; user-init-file is not set at that stage. |
| 2802 | ;; http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00310.html | 2802 | ;; https://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00310.html |
| 2803 | ,@(when (or custom-file init-file-user) | 2803 | ,@(when (or custom-file init-file-user) |
| 2804 | '(("Save for Future Sessions" custom-variable-save | 2804 | '(("Save for Future Sessions" custom-variable-save |
| 2805 | (lambda (widget) | 2805 | (lambda (widget) |
diff --git a/lisp/dnd.el b/lisp/dnd.el index defd8a8e074..a0c91b13742 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el | |||
| @@ -144,7 +144,7 @@ Return nil if URI is not a local file." | |||
| 144 | str)) | 144 | str)) |
| 145 | uri t t)) | 145 | uri t t)) |
| 146 | 146 | ||
| 147 | ;; http://lists.gnu.org/archive/html/emacs-devel/2006-05/msg01060.html | 147 | ;; https://lists.gnu.org/archive/html/emacs-devel/2006-05/msg01060.html |
| 148 | (defun dnd-get-local-file-name (uri &optional must-exist) | 148 | (defun dnd-get-local-file-name (uri &optional must-exist) |
| 149 | "Return file name converted from file:/// or file: syntax. | 149 | "Return file name converted from file:/// or file: syntax. |
| 150 | URI is the uri for the file. If MUST-EXIST is given and non-nil, | 150 | URI is the uri for the file. If MUST-EXIST is given and non-nil, |
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index c3d62fd59bb..c54828e7b43 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el | |||
| @@ -402,7 +402,7 @@ is called as a function to find the defun's beginning." | |||
| 402 | "Return non-nil if the point is in an \"emptyish\" line. | 402 | "Return non-nil if the point is in an \"emptyish\" line. |
| 403 | This means a line that consists entirely of comments and/or | 403 | This means a line that consists entirely of comments and/or |
| 404 | whitespace." | 404 | whitespace." |
| 405 | ;; See http://lists.gnu.org/archive/html/help-gnu-emacs/2016-08/msg00141.html | 405 | ;; See https://lists.gnu.org/archive/html/help-gnu-emacs/2016-08/msg00141.html |
| 406 | (save-excursion | 406 | (save-excursion |
| 407 | (forward-line 0) | 407 | (forward-line 0) |
| 408 | (< (line-end-position) | 408 | (< (line-end-position) |
diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el index edba6550fa2..5189cc4a6e8 100644 --- a/lisp/emacs-lisp/subr-x.el +++ b/lisp/emacs-lisp/subr-x.el | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | ;; in subr.el. | 28 | ;; in subr.el. |
| 29 | 29 | ||
| 30 | ;; Do not document these functions in the lispref. | 30 | ;; Do not document these functions in the lispref. |
| 31 | ;; http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01006.html | 31 | ;; https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01006.html |
| 32 | 32 | ||
| 33 | ;; NB If you want to use this library, it's almost always correct to use: | 33 | ;; NB If you want to use this library, it's almost always correct to use: |
| 34 | ;; (eval-when-compile (require 'subr-x)) | 34 | ;; (eval-when-compile (require 'subr-x)) |
diff --git a/lisp/epg.el b/lisp/epg.el index 8a4696627e5..407b0f5d5d3 100644 --- a/lisp/epg.el +++ b/lisp/epg.el | |||
| @@ -627,7 +627,7 @@ callback data (if any)." | |||
| 627 | ;; Record modified time of gpg-agent socket to restore the Emacs | 627 | ;; Record modified time of gpg-agent socket to restore the Emacs |
| 628 | ;; frame on text terminal in `epg-wait-for-completion'. | 628 | ;; frame on text terminal in `epg-wait-for-completion'. |
| 629 | ;; See | 629 | ;; See |
| 630 | ;; <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html> | 630 | ;; <https://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html> |
| 631 | ;; for more details. | 631 | ;; for more details. |
| 632 | (when (and agent-info (string-match "\\(.*\\):[0-9]+:[0-9]+" agent-info)) | 632 | (when (and agent-info (string-match "\\(.*\\):[0-9]+:[0-9]+" agent-info)) |
| 633 | (setq agent-file (match-string 1 agent-info) | 633 | (setq agent-file (match-string 1 agent-info) |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index ab36371b9c9..0e56b732d81 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -75,7 +75,7 @@ | |||
| 75 | (require 'erc-compat) | 75 | (require 'erc-compat) |
| 76 | 76 | ||
| 77 | (defvar erc-official-location | 77 | (defvar erc-official-location |
| 78 | "http://emacswiki.org/cgi-bin/wiki/ERC (mailing list: erc-discuss@gnu.org)" | 78 | "https://emacswiki.org/cgi-bin/wiki/ERC (mailing list: erc-discuss@gnu.org)" |
| 79 | "Location of the ERC client on the Internet.") | 79 | "Location of the ERC client on the Internet.") |
| 80 | 80 | ||
| 81 | (defgroup erc nil | 81 | (defgroup erc nil |
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index a86596953d9..c486d2c51d1 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el | |||
| @@ -961,7 +961,7 @@ Show wall-clock time elapsed during execution of COMMAND.") | |||
| 961 | ;; after setting | 961 | ;; after setting |
| 962 | (throw 'eshell-replace-command | 962 | (throw 'eshell-replace-command |
| 963 | (eshell-parse-command (car time-args) | 963 | (eshell-parse-command (car time-args) |
| 964 | ;;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-08/msg00205.html | 964 | ;;; https://lists.gnu.org/archive/html/bug-gnu-emacs/2007-08/msg00205.html |
| 965 | (eshell-stringify-list | 965 | (eshell-stringify-list |
| 966 | (eshell-flatten-list (cdr time-args)))))))) | 966 | (eshell-flatten-list (cdr time-args)))))))) |
| 967 | 967 | ||
diff --git a/lisp/faces.el b/lisp/faces.el index f85d31e6c8c..24ab1fa4f0c 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -2361,7 +2361,7 @@ If you set `term-file-prefix' to nil, this function does nothing." | |||
| 2361 | (defface variable-pitch | 2361 | (defface variable-pitch |
| 2362 | '((((type w32)) | 2362 | '((((type w32)) |
| 2363 | ;; This is a workaround for an issue discussed in | 2363 | ;; This is a workaround for an issue discussed in |
| 2364 | ;; http://lists.gnu.org/archive/html/emacs-devel/2016-04/msg00746.html. | 2364 | ;; https://lists.gnu.org/archive/html/emacs-devel/2016-04/msg00746.html. |
| 2365 | ;; We need (a) the splash screen not to pick up bold-italics variant of | 2365 | ;; We need (a) the splash screen not to pick up bold-italics variant of |
| 2366 | ;; the font, and (b) still be able to request bold/italic/larger size | 2366 | ;; the font, and (b) still be able to request bold/italic/larger size |
| 2367 | ;; variants in the likes of EWW. | 2367 | ;; variants in the likes of EWW. |
diff --git a/lisp/ffap.el b/lisp/ffap.el index 2228aca0817..810afd5739b 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -786,7 +786,7 @@ This uses `ffap-file-exists-string', which may try adding suffixes from | |||
| 786 | ("\\`~/" . ffap-lcd) ; |~/misc/ffap.el.Z| | 786 | ("\\`~/" . ffap-lcd) ; |~/misc/ffap.el.Z| |
| 787 | ;; This used to have a blank, but ffap-string-at-point doesn't | 787 | ;; This used to have a blank, but ffap-string-at-point doesn't |
| 788 | ;; handle blanks. | 788 | ;; handle blanks. |
| 789 | ;; http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01058.html | 789 | ;; https://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01058.html |
| 790 | ("\\`[Rr][Ff][Cc][-#]?\\([0-9]+\\)" ; no $ | 790 | ("\\`[Rr][Ff][Cc][-#]?\\([0-9]+\\)" ; no $ |
| 791 | . ffap-rfc) ; "100% RFC2100 compliant" | 791 | . ffap-rfc) ; "100% RFC2100 compliant" |
| 792 | (dired-mode . ffap-dired) ; maybe in a subdirectory | 792 | (dired-mode . ffap-dired) ; maybe in a subdirectory |
diff --git a/lisp/finder.el b/lisp/finder.el index b599c440fa9..ab37ed7fc24 100644 --- a/lisp/finder.el +++ b/lisp/finder.el | |||
| @@ -129,7 +129,7 @@ Keywords and package names both should be symbols.") | |||
| 129 | ;; Skip autogenerated files, because they will never contain anything | 129 | ;; Skip autogenerated files, because they will never contain anything |
| 130 | ;; useful, and because in parallel builds of Emacs they may get | 130 | ;; useful, and because in parallel builds of Emacs they may get |
| 131 | ;; modified while we are trying to read them. | 131 | ;; modified while we are trying to read them. |
| 132 | ;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html | 132 | ;; https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html |
| 133 | ;; ldefs-boot is not auto-generated, but has nothing useful. | 133 | ;; ldefs-boot is not auto-generated, but has nothing useful. |
| 134 | (defvar finder-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|ldefs-boot\\|\ | 134 | (defvar finder-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|ldefs-boot\\|\ |
| 135 | cus-load\\|finder-inf\\|esh-groups\\|subdirs\\|leim-list\\)\\.el$\\)" | 135 | cus-load\\|finder-inf\\|esh-groups\\|subdirs\\|leim-list\\)\\.el$\\)" |
diff --git a/lisp/frame.el b/lisp/frame.el index 76c1842455c..e501daefb4c 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1071,7 +1071,7 @@ is given and non-nil, the unwanted frames are iconified instead." | |||
| 1071 | (when mini (setq parms (delq mini parms))) | 1071 | (when mini (setq parms (delq mini parms))) |
| 1072 | ;; Leave name in iff it was set explicitly. | 1072 | ;; Leave name in iff it was set explicitly. |
| 1073 | ;; This should fix the behavior reported in | 1073 | ;; This should fix the behavior reported in |
| 1074 | ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01632.html | 1074 | ;; https://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01632.html |
| 1075 | (when (and name (not explicit-name)) | 1075 | (when (and name (not explicit-name)) |
| 1076 | (setq parms (delq name parms))) | 1076 | (setq parms (delq name parms))) |
| 1077 | parms)) | 1077 | parms)) |
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index 0fcb4a08e32..0d4b268f169 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 | |||
| @@ -3819,7 +3819,7 @@ | |||
| 3819 | 2012-02-15 Paul Eggert <eggert@cs.ucla.edu> | 3819 | 2012-02-15 Paul Eggert <eggert@cs.ucla.edu> |
| 3820 | 3820 | ||
| 3821 | * shr.el (shr-rescale-image): Undo previous change; see | 3821 | * shr.el (shr-rescale-image): Undo previous change; see |
| 3822 | <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>. | 3822 | <https://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>. |
| 3823 | 3823 | ||
| 3824 | 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org> | 3824 | 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org> |
| 3825 | 3825 | ||
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index a9e66cede16..ed0b3cb44fc 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -4094,7 +4094,7 @@ Instead, just auto-save the buffer and then bury it." | |||
| 4094 | "Bury this mail BUFFER." | 4094 | "Bury this mail BUFFER." |
| 4095 | ;; Note that this is not quite the same as (bury-buffer buffer), | 4095 | ;; Note that this is not quite the same as (bury-buffer buffer), |
| 4096 | ;; since bury-buffer does extra stuff with a nil argument. | 4096 | ;; since bury-buffer does extra stuff with a nil argument. |
| 4097 | ;; Eg http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00539.html | 4097 | ;; Eg https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00539.html |
| 4098 | (with-current-buffer buffer (bury-buffer)) | 4098 | (with-current-buffer buffer (bury-buffer)) |
| 4099 | (if message-return-action | 4099 | (if message-return-action |
| 4100 | (apply (car message-return-action) (cdr message-return-action)))) | 4100 | (apply (car message-return-action) (cdr message-return-action)))) |
| @@ -6678,7 +6678,7 @@ is a function used to switch to and display the mail buffer." | |||
| 6678 | ;; C-h f compose-mail says that headers should be specified as | 6678 | ;; C-h f compose-mail says that headers should be specified as |
| 6679 | ;; (string . value); however all the rest of message expects | 6679 | ;; (string . value); however all the rest of message expects |
| 6680 | ;; headers to be symbols, not strings (eg message-header-format-alist). | 6680 | ;; headers to be symbols, not strings (eg message-header-format-alist). |
| 6681 | ;; http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00337.html | 6681 | ;; https://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00337.html |
| 6682 | ;; We need to convert any string input, eg from rmail-start-mail. | 6682 | ;; We need to convert any string input, eg from rmail-start-mail. |
| 6683 | (dolist (h other-headers other-headers) | 6683 | (dolist (h other-headers other-headers) |
| 6684 | (if (stringp (car h)) (setcar h (intern (capitalize (car h))))))) | 6684 | (if (stringp (car h)) (setcar h (intern (capitalize (car h))))))) |
diff --git a/lisp/info.el b/lisp/info.el index 993dc079a85..6f87adb04e8 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1347,7 +1347,7 @@ is non-nil)." | |||
| 1347 | ;; Shouldn't really happen, but sometimes does, | 1347 | ;; Shouldn't really happen, but sometimes does, |
| 1348 | ;; eg on Debian systems with buggy packages; | 1348 | ;; eg on Debian systems with buggy packages; |
| 1349 | ;; so may as well try it. | 1349 | ;; so may as well try it. |
| 1350 | ;; http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00005.html | 1350 | ;; https://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00005.html |
| 1351 | (progn (setq file (expand-file-name "dir.gz" truename)) | 1351 | (progn (setq file (expand-file-name "dir.gz" truename)) |
| 1352 | (file-attributes file))))) | 1352 | (file-attributes file))))) |
| 1353 | (setq dirs-done | 1353 | (setq dirs-done |
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 448ea8e0576..f2c7bcb1f77 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el | |||
| @@ -2513,7 +2513,7 @@ package to describe." | |||
| 2513 | (setq buffer-read-only nil) | 2513 | (setq buffer-read-only nil) |
| 2514 | ;; Without this, a keyboard layout with R2L characters might be | 2514 | ;; Without this, a keyboard layout with R2L characters might be |
| 2515 | ;; displayed reversed, right to left. See the thread starting at | 2515 | ;; displayed reversed, right to left. See the thread starting at |
| 2516 | ;; http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html | 2516 | ;; https://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html |
| 2517 | ;; for a description of one such situation. | 2517 | ;; for a description of one such situation. |
| 2518 | (setq bidi-paragraph-direction 'left-to-right) | 2518 | (setq bidi-paragraph-direction 'left-to-right) |
| 2519 | (insert "Input method: " (quail-name) | 2519 | (insert "Input method: " (quail-name) |
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 7bd90783423..dc25e8005ce 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -179,7 +179,7 @@ Prompts for bug subject. Leaves you in a mail buffer." | |||
| 179 | 'face 'link | 179 | 'face 'link |
| 180 | 'help-echo (concat "mouse-2, RET: Follow this link") | 180 | 'help-echo (concat "mouse-2, RET: Follow this link") |
| 181 | 'action (lambda (button) | 181 | 'action (lambda (button) |
| 182 | (browse-url "http://lists.gnu.org/archive/html/bug-gnu-emacs/")) | 182 | (browse-url "https://lists.gnu.org/archive/html/bug-gnu-emacs/")) |
| 183 | 'follow-link t) | 183 | 'follow-link t) |
| 184 | (insert " mailing list\nand the GNU bug tracker at ") | 184 | (insert " mailing list\nand the GNU bug tracker at ") |
| 185 | (insert-text-button | 185 | (insert-text-button |
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 12b1191e988..1a24d87addd 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -278,7 +278,7 @@ Otherwise, look for `movemail' in the directories in | |||
| 278 | ;; rmail-insert-inbox-text before r1.439 fell back to using | 278 | ;; rmail-insert-inbox-text before r1.439 fell back to using |
| 279 | ;; (expand-file-name "movemail" exec-directory) and just | 279 | ;; (expand-file-name "movemail" exec-directory) and just |
| 280 | ;; assuming it would work. | 280 | ;; assuming it would work. |
| 281 | ;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00087.html | 281 | ;; https://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00087.html |
| 282 | (let ((progname (expand-file-name | 282 | (let ((progname (expand-file-name |
| 283 | (concat "movemail" | 283 | (concat "movemail" |
| 284 | (if (memq system-type '(ms-dos windows-nt)) | 284 | (if (memq system-type '(ms-dos windows-nt)) |
| @@ -534,7 +534,7 @@ still the current message in the Rmail buffer.") | |||
| 534 | ;; It's not clear what it should do now, since there is nothing that | 534 | ;; It's not clear what it should do now, since there is nothing that |
| 535 | ;; records when a message is shown for the first time (unseen is not | 535 | ;; records when a message is shown for the first time (unseen is not |
| 536 | ;; necessarily the same thing). | 536 | ;; necessarily the same thing). |
| 537 | ;; See http://lists.gnu.org/archive/html/emacs-devel/2009-03/msg00013.html | 537 | ;; See https://lists.gnu.org/archive/html/emacs-devel/2009-03/msg00013.html |
| 538 | (defcustom rmail-message-filter nil | 538 | (defcustom rmail-message-filter nil |
| 539 | "If non-nil, a filter function for new messages in RMAIL. | 539 | "If non-nil, a filter function for new messages in RMAIL. |
| 540 | Called with region narrowed to the message, including headers, | 540 | Called with region narrowed to the message, including headers, |
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index c0dd7aaf599..0cb8a1791ff 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el | |||
| @@ -713,7 +713,7 @@ the list should be unique." | |||
| 713 | 713 | ||
| 714 | ;; regi functions | 714 | ;; regi functions |
| 715 | 715 | ||
| 716 | ;; http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00691.html | 716 | ;; https://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00691.html |
| 717 | ;; When rmail replies to a message with full headers visible, the "From " | 717 | ;; When rmail replies to a message with full headers visible, the "From " |
| 718 | ;; line can be included. | 718 | ;; line can be included. |
| 719 | (defun sc-mail-check-from () | 719 | (defun sc-mail-check-from () |
diff --git a/lisp/net/rlogin.el b/lisp/net/rlogin.el index ab7135af563..297aa0230c8 100644 --- a/lisp/net/rlogin.el +++ b/lisp/net/rlogin.el | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | ;; FIXME? | 39 | ;; FIXME? |
| 40 | ;; Maybe this file should be obsolete. | 40 | ;; Maybe this file should be obsolete. |
| 41 | ;; http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00517.html | 41 | ;; https://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00517.html |
| 42 | ;; It only adds rlogin-directory-tracking-mode. Is that useful? | 42 | ;; It only adds rlogin-directory-tracking-mode. Is that useful? |
| 43 | 43 | ||
| 44 | (require 'comint) | 44 | (require 'comint) |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 3573eeb7d49..e253db0883c 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | ;; There's a mailing list for this, as well. Its name is: | 45 | ;; There's a mailing list for this, as well. Its name is: |
| 46 | ;; tramp-devel@gnu.org | 46 | ;; tramp-devel@gnu.org |
| 47 | ;; You can use the Web to subscribe, under the following URL: | 47 | ;; You can use the Web to subscribe, under the following URL: |
| 48 | ;; http://lists.gnu.org/mailman/listinfo/tramp-devel | 48 | ;; https://lists.gnu.org/mailman/listinfo/tramp-devel |
| 49 | ;; | 49 | ;; |
| 50 | ;; For the adventurous, the current development sources are available | 50 | ;; For the adventurous, the current development sources are available |
| 51 | ;; via Git. You can find instructions about this at the following URL: | 51 | ;; via Git. You can find instructions about this at the following URL: |
| @@ -4642,7 +4642,7 @@ Only works for Bourne-like shells." | |||
| 4642 | ;; are. (Andrea Crotti) | 4642 | ;; are. (Andrea Crotti) |
| 4643 | ;; | 4643 | ;; |
| 4644 | ;; * Run emerge on two remote files. Bug is described here: | 4644 | ;; * Run emerge on two remote files. Bug is described here: |
| 4645 | ;; <http://www.mail-archive.com/tramp-devel@nongnu.org/msg01041.html>. | 4645 | ;; <https://www.mail-archive.com/tramp-devel@nongnu.org/msg01041.html>. |
| 4646 | ;; (Bug#6850) | 4646 | ;; (Bug#6850) |
| 4647 | ;; | 4647 | ;; |
| 4648 | ;; * Refactor code from different handlers. Start with | 4648 | ;; * Refactor code from different handlers. Start with |
diff --git a/lisp/obsolete/complete.el b/lisp/obsolete/complete.el index 7b33de9f607..40123ccacaf 100644 --- a/lisp/obsolete/complete.el +++ b/lisp/obsolete/complete.el | |||
| @@ -924,7 +924,7 @@ or properties are considered." | |||
| 924 | (or (boundp sym) (fboundp sym) | 924 | (or (boundp sym) (fboundp sym) |
| 925 | (symbol-plist sym)))))) | 925 | (symbol-plist sym)))))) |
| 926 | (PC-not-minibuffer t)) | 926 | (PC-not-minibuffer t)) |
| 927 | ;; http://lists.gnu.org/archive/html/emacs-devel/2007-03/msg01211.html | 927 | ;; https://lists.gnu.org/archive/html/emacs-devel/2007-03/msg01211.html |
| 928 | ;; | 928 | ;; |
| 929 | ;; This deals with cases like running PC-l-c-s on "M-: (n-f". | 929 | ;; This deals with cases like running PC-l-c-s on "M-: (n-f". |
| 930 | ;; The first call to PC-l-c-s expands this to "(ne-f", and moves | 930 | ;; The first call to PC-l-c-s expands this to "(ne-f", and moves |
diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1 index 7e27fb6b7e2..ee5f01479a8 100644 --- a/lisp/org/ChangeLog.1 +++ b/lisp/org/ChangeLog.1 | |||
| @@ -11560,7 +11560,7 @@ | |||
| 11560 | break after the last footnote definition. This is an an implicit | 11560 | break after the last footnote definition. This is an an implicit |
| 11561 | assumption made by the org-lparse.el library. With this change, | 11561 | assumption made by the org-lparse.el library. With this change, |
| 11562 | footnote definitions can reliably be exported with ODT backend. | 11562 | footnote definitions can reliably be exported with ODT backend. |
| 11563 | See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html. | 11563 | See https://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html. |
| 11564 | 11564 | ||
| 11565 | 2012-04-01 Eric Schulte <eric.schulte@gmx.com> | 11565 | 2012-04-01 Eric Schulte <eric.schulte@gmx.com> |
| 11566 | 11566 | ||
diff --git a/lisp/proced.el b/lisp/proced.el index f5ea10b8ad3..c9e851b7e05 100644 --- a/lisp/proced.el +++ b/lisp/proced.el | |||
| @@ -1803,7 +1803,7 @@ supported but discouraged. It will be removed in a future version of Emacs." | |||
| 1803 | 1803 | ||
| 1804 | (let (failures) | 1804 | (let (failures) |
| 1805 | ;; Why not always use `signal-process'? See | 1805 | ;; Why not always use `signal-process'? See |
| 1806 | ;; http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg02955.html | 1806 | ;; https://lists.gnu.org/archive/html/emacs-devel/2008-03/msg02955.html |
| 1807 | (if (functionp proced-signal-function) | 1807 | (if (functionp proced-signal-function) |
| 1808 | ;; use built-in `signal-process' | 1808 | ;; use built-in `signal-process' |
| 1809 | (let ((signal (if (stringp signal) | 1809 | (let ((signal (if (stringp signal) |
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index 6746651f18b..9339dcd83cc 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el | |||
| @@ -117,7 +117,7 @@ A sample value might look like: `\\(_P\\|_PROTO\\)'.") | |||
| 117 | ,(concat | 117 | ,(concat |
| 118 | "^\\<" ; line MUST start with word char | 118 | "^\\<" ; line MUST start with word char |
| 119 | ;; \n added to prevent overflow in regexp matcher. | 119 | ;; \n added to prevent overflow in regexp matcher. |
| 120 | ;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-02/msg00021.html | 120 | ;; https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-02/msg00021.html |
| 121 | "[^()\n]*" ; no parentheses before | 121 | "[^()\n]*" ; no parentheses before |
| 122 | "[^" c-alnum "_:<>~]" ; match any non-identifier char | 122 | "[^" c-alnum "_:<>~]" ; match any non-identifier char |
| 123 | "\\([" c-alpha "_][" c-alnum "_:<>~]*\\)" ; match function name | 123 | "\\([" c-alpha "_][" c-alnum "_:<>~]*\\)" ; match function name |
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index b3d090382d7..e4b77ab0504 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -1740,7 +1740,7 @@ Returns the compilation buffer created." | |||
| 1740 | (setq thisdir default-directory)) | 1740 | (setq thisdir default-directory)) |
| 1741 | (set-buffer-modified-p nil)) | 1741 | (set-buffer-modified-p nil)) |
| 1742 | ;; Pop up the compilation buffer. | 1742 | ;; Pop up the compilation buffer. |
| 1743 | ;; http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01638.html | 1743 | ;; https://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01638.html |
| 1744 | (setq outwin (display-buffer outbuf '(nil (allow-no-window . t)))) | 1744 | (setq outwin (display-buffer outbuf '(nil (allow-no-window . t)))) |
| 1745 | (with-current-buffer outbuf | 1745 | (with-current-buffer outbuf |
| 1746 | (let ((process-environment | 1746 | (let ((process-environment |
| @@ -2855,7 +2855,7 @@ TRUE-DIRNAME is the `file-truename' of DIRNAME, if given." | |||
| 2855 | ;; The gethash used to not use spec-directory, but | 2855 | ;; The gethash used to not use spec-directory, but |
| 2856 | ;; this leads to errors when files in different | 2856 | ;; this leads to errors when files in different |
| 2857 | ;; directories have the same name: | 2857 | ;; directories have the same name: |
| 2858 | ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00463.html | 2858 | ;; https://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00463.html |
| 2859 | (or (gethash (cons filename spec-directory) compilation-locs) | 2859 | (or (gethash (cons filename spec-directory) compilation-locs) |
| 2860 | (puthash (cons filename spec-directory) | 2860 | (puthash (cons filename spec-directory) |
| 2861 | (compilation--make-file-struct | 2861 | (compilation--make-file-struct |
diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el index 7e91201784e..103b6ce7c51 100644 --- a/lisp/progmodes/octave.el +++ b/lisp/progmodes/octave.el | |||
| @@ -1497,7 +1497,7 @@ current buffer file unless called with a prefix arg \\[universal-argument]." | |||
| 1497 | (string (buffer-substring-no-properties beg end)) | 1497 | (string (buffer-substring-no-properties beg end)) |
| 1498 | line) | 1498 | line) |
| 1499 | (with-current-buffer inferior-octave-buffer | 1499 | (with-current-buffer inferior-octave-buffer |
| 1500 | ;; http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00095.html | 1500 | ;; https://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00095.html |
| 1501 | (compilation-forget-errors) | 1501 | (compilation-forget-errors) |
| 1502 | (setq inferior-octave-output-list nil) | 1502 | (setq inferior-octave-output-list nil) |
| 1503 | (while (not (string-equal string "")) | 1503 | (while (not (string-equal string "")) |
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index b8ce326f172..db88563a3e7 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | ;; Please send bug reports and bug fixes to the mailing list at | 28 | ;; Please send bug reports and bug fixes to the mailing list at |
| 29 | ;; help-gnu-emacs@gnu.org. If you want to subscribe to the mailing | 29 | ;; help-gnu-emacs@gnu.org. If you want to subscribe to the mailing |
| 30 | ;; list, see the web page at | 30 | ;; list, see the web page at |
| 31 | ;; http://lists.gnu.org/mailman/listinfo/help-gnu-emacs for | 31 | ;; https://lists.gnu.org/mailman/listinfo/help-gnu-emacs for |
| 32 | ;; instructions. I monitor this list actively. If you send an e-mail | 32 | ;; instructions. I monitor this list actively. If you send an e-mail |
| 33 | ;; to Alex Schroeder it usually makes it to me when Alex has a chance | 33 | ;; to Alex Schroeder it usually makes it to me when Alex has a chance |
| 34 | ;; to forward them along (Thanks, Alex). | 34 | ;; to forward them along (Thanks, Alex). |
diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el index bfe205923ec..7a23f4d03c0 100644 --- a/lisp/ruler-mode.el +++ b/lisp/ruler-mode.el | |||
| @@ -702,7 +702,7 @@ Optional argument PROPS specifies other text properties to apply." | |||
| 702 | ;; FIXME: `make-string' returns a unibyte string if it's ASCII-only, | 702 | ;; FIXME: `make-string' returns a unibyte string if it's ASCII-only, |
| 703 | ;; which prevents further `aset' from inserting non-ASCII chars, | 703 | ;; which prevents further `aset' from inserting non-ASCII chars, |
| 704 | ;; hence the need for `string-to-multibyte'. | 704 | ;; hence the need for `string-to-multibyte'. |
| 705 | ;; http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00841.html | 705 | ;; https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00841.html |
| 706 | (string-to-multibyte | 706 | (string-to-multibyte |
| 707 | ;; Make the part of header-line corresponding to the | 707 | ;; Make the part of header-line corresponding to the |
| 708 | ;; line-number display be blank, not filled with | 708 | ;; line-number display be blank, not filled with |
diff --git a/lisp/simple.el b/lisp/simple.el index 767a3f041e9..5ef511ce0a0 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -8813,7 +8813,7 @@ If it does not exist, create and it switch it to `messages-buffer-mode'." | |||
| 8813 | ;; rms says this should be done by specifying symbols that define | 8813 | ;; rms says this should be done by specifying symbols that define |
| 8814 | ;; versions together with bad values. This is therefore not as | 8814 | ;; versions together with bad values. This is therefore not as |
| 8815 | ;; flexible as it could be. See the thread: | 8815 | ;; flexible as it could be. See the thread: |
| 8816 | ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00300.html | 8816 | ;; https://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00300.html |
| 8817 | (defconst bad-packages-alist | 8817 | (defconst bad-packages-alist |
| 8818 | ;; Not sure exactly which semantic versions have problems. | 8818 | ;; Not sure exactly which semantic versions have problems. |
| 8819 | ;; Definitely 2.0pre3, probably all 2.0pre's before this. | 8819 | ;; Definitely 2.0pre3, probably all 2.0pre's before this. |
diff --git a/lisp/startup.el b/lisp/startup.el index 7cf6fee4252..4b538d130e7 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -513,7 +513,7 @@ It is the default value of the variable `top-level'." | |||
| 513 | (let ((default-directory dir)) | 513 | (let ((default-directory dir)) |
| 514 | (load (expand-file-name "subdirs.el") t t t)) | 514 | (load (expand-file-name "subdirs.el") t t t)) |
| 515 | ;; Do not scan standard directories that won't contain a leim-list.el. | 515 | ;; Do not scan standard directories that won't contain a leim-list.el. |
| 516 | ;; http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00502.html | 516 | ;; https://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00502.html |
| 517 | ;; (Except the preloaded one in lisp/leim.) | 517 | ;; (Except the preloaded one in lisp/leim.) |
| 518 | (or (string-prefix-p lispdir dir) | 518 | (or (string-prefix-p lispdir dir) |
| 519 | (let ((default-directory dir)) | 519 | (let ((default-directory dir)) |
| @@ -1371,7 +1371,7 @@ the `--debug-init' option to view a complete error backtrace." | |||
| 1371 | ;; trying to load gnus could load the wrong file. | 1371 | ;; trying to load gnus could load the wrong file. |
| 1372 | ;; OK, it would not matter if .emacs.d were at the end of load-path. | 1372 | ;; OK, it would not matter if .emacs.d were at the end of load-path. |
| 1373 | ;; but for the sake of simplicity, we discourage it full-stop. | 1373 | ;; but for the sake of simplicity, we discourage it full-stop. |
| 1374 | ;; Ref eg http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00056.html | 1374 | ;; Ref eg https://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00056.html |
| 1375 | ;; | 1375 | ;; |
| 1376 | ;; A bad element could come from user-emacs-file, the command line, | 1376 | ;; A bad element could come from user-emacs-file, the command line, |
| 1377 | ;; or EMACSLOADPATH, so we basically always have to check. | 1377 | ;; or EMACSLOADPATH, so we basically always have to check. |
diff --git a/lisp/subr.el b/lisp/subr.el index 64479a4b5b7..d2fefe04f8a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -578,7 +578,7 @@ one is kept." | |||
| 578 | (setq tail (cdr tail)))))) | 578 | (setq tail (cdr tail)))))) |
| 579 | list) | 579 | list) |
| 580 | 580 | ||
| 581 | ;; See http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00204.html | 581 | ;; See https://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00204.html |
| 582 | (defun delete-consecutive-dups (list &optional circular) | 582 | (defun delete-consecutive-dups (list &optional circular) |
| 583 | "Destructively remove `equal' consecutive duplicates from LIST. | 583 | "Destructively remove `equal' consecutive duplicates from LIST. |
| 584 | First and last elements are considered consecutive if CIRCULAR is | 584 | First and last elements are considered consecutive if CIRCULAR is |
| @@ -2431,7 +2431,7 @@ in milliseconds; this was useful when Emacs was built without | |||
| 2431 | floating point support." | 2431 | floating point support." |
| 2432 | (declare (advertised-calling-convention (seconds &optional nodisp) "22.1")) | 2432 | (declare (advertised-calling-convention (seconds &optional nodisp) "22.1")) |
| 2433 | ;; This used to be implemented in C until the following discussion: | 2433 | ;; This used to be implemented in C until the following discussion: |
| 2434 | ;; http://lists.gnu.org/archive/html/emacs-devel/2006-07/msg00401.html | 2434 | ;; https://lists.gnu.org/archive/html/emacs-devel/2006-07/msg00401.html |
| 2435 | ;; Then it was moved here using an implementation based on an idle timer, | 2435 | ;; Then it was moved here using an implementation based on an idle timer, |
| 2436 | ;; which was then replaced by the use of read-event. | 2436 | ;; which was then replaced by the use of read-event. |
| 2437 | (if (numberp nodisp) | 2437 | (if (numberp nodisp) |
| @@ -3103,7 +3103,7 @@ Do nothing if FACE is nil." | |||
| 3103 | (put-text-property start end 'face face))) | 3103 | (put-text-property start end 'face face))) |
| 3104 | 3104 | ||
| 3105 | ;; This removes `mouse-face' properties in *Help* buffer buttons: | 3105 | ;; This removes `mouse-face' properties in *Help* buffer buttons: |
| 3106 | ;; http://lists.gnu.org/archive/html/emacs-devel/2002-04/msg00648.html | 3106 | ;; https://lists.gnu.org/archive/html/emacs-devel/2002-04/msg00648.html |
| 3107 | (defun yank-handle-category-property (category start end) | 3107 | (defun yank-handle-category-property (category start end) |
| 3108 | "Apply property category CATEGORY's properties between START and END." | 3108 | "Apply property category CATEGORY's properties between START and END." |
| 3109 | (when category | 3109 | (when category |
| @@ -4218,7 +4218,7 @@ Used from `delayed-warnings-hook' (which see)." | |||
| 4218 | (setq delayed-warnings-list (nreverse collapsed)))) | 4218 | (setq delayed-warnings-list (nreverse collapsed)))) |
| 4219 | 4219 | ||
| 4220 | ;; At present this is only used for Emacs internals. | 4220 | ;; At present this is only used for Emacs internals. |
| 4221 | ;; Ref http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00085.html | 4221 | ;; Ref https://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00085.html |
| 4222 | (defvar delayed-warnings-hook '(collapse-delayed-warnings | 4222 | (defvar delayed-warnings-hook '(collapse-delayed-warnings |
| 4223 | display-delayed-warnings) | 4223 | display-delayed-warnings) |
| 4224 | "Normal hook run to process and display delayed warnings. | 4224 | "Normal hook run to process and display delayed warnings. |
| @@ -5230,7 +5230,7 @@ or \"gnus-article-toto-\".") | |||
| 5230 | 5230 | ||
| 5231 | ;; The following statement ought to be in print.c, but `provide' can't | 5231 | ;; The following statement ought to be in print.c, but `provide' can't |
| 5232 | ;; be used there. | 5232 | ;; be used there. |
| 5233 | ;; http://lists.gnu.org/archive/html/emacs-devel/2009-08/msg00236.html | 5233 | ;; https://lists.gnu.org/archive/html/emacs-devel/2009-08/msg00236.html |
| 5234 | (when (hash-table-p (car (read-from-string | 5234 | (when (hash-table-p (car (read-from-string |
| 5235 | (prin1-to-string (make-hash-table))))) | 5235 | (prin1-to-string (make-hash-table))))) |
| 5236 | (provide 'hashtable-print-readable)) | 5236 | (provide 'hashtable-print-readable)) |
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 16633792e4f..b8d1a436909 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -594,7 +594,7 @@ the last file dropped is selected." | |||
| 594 | (declare-function tool-bar-mode "tool-bar" (&optional arg)) | 594 | (declare-function tool-bar-mode "tool-bar" (&optional arg)) |
| 595 | 595 | ||
| 596 | ;; Based on a function by David Reitter <dreitter@inf.ed.ac.uk> ; | 596 | ;; Based on a function by David Reitter <dreitter@inf.ed.ac.uk> ; |
| 597 | ;; see http://lists.gnu.org/archive/html/emacs-devel/2005-09/msg00681.html . | 597 | ;; see https://lists.gnu.org/archive/html/emacs-devel/2005-09/msg00681.html . |
| 598 | (defun ns-toggle-toolbar (&optional frame) | 598 | (defun ns-toggle-toolbar (&optional frame) |
| 599 | "Switches the tool bar on and off in frame FRAME. | 599 | "Switches the tool bar on and off in frame FRAME. |
| 600 | If FRAME is nil, the change applies to the selected frame." | 600 | If FRAME is nil, the change applies to the selected frame." |
| @@ -878,7 +878,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.") | |||
| 878 | 878 | ||
| 879 | ;; Mac OS X Lion introduces PressAndHold, which is unsupported by this port. | 879 | ;; Mac OS X Lion introduces PressAndHold, which is unsupported by this port. |
| 880 | ;; See this thread for more details: | 880 | ;; See this thread for more details: |
| 881 | ;; http://lists.gnu.org/archive/html/emacs-devel/2011-06/msg00505.html | 881 | ;; https://lists.gnu.org/archive/html/emacs-devel/2011-06/msg00505.html |
| 882 | (ns-set-resource nil "ApplePressAndHoldEnabled" "NO") | 882 | (ns-set-resource nil "ApplePressAndHoldEnabled" "NO") |
| 883 | 883 | ||
| 884 | (x-apply-session-resources) | 884 | (x-apply-session-resources) |
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index b769444671c..62200bf2cbd 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -1287,7 +1287,7 @@ This returns an error if any Emacs frames are X frames." | |||
| 1287 | 1287 | ||
| 1288 | ;; During initialization, we defer sending size hints to the window | 1288 | ;; During initialization, we defer sending size hints to the window |
| 1289 | ;; manager, because that can induce a race condition: | 1289 | ;; manager, because that can induce a race condition: |
| 1290 | ;; http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00033.html | 1290 | ;; https://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00033.html |
| 1291 | ;; Send the size hints once initialization is done. | 1291 | ;; Send the size hints once initialization is done. |
| 1292 | (add-hook 'after-init-hook 'x-wm-set-size-hint) | 1292 | (add-hook 'after-init-hook 'x-wm-set-size-hint) |
| 1293 | 1293 | ||
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index ce4c155f527..eb7068f3d03 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -195,7 +195,7 @@ Puts a full-stop before comments on a line by themselves." | |||
| 195 | 9) 8)))))) ; add 9 to ensure at least two blanks | 195 | 9) 8)))))) ; add 9 to ensure at least two blanks |
| 196 | (goto-char pt)))) | 196 | (goto-char pt)))) |
| 197 | 197 | ||
| 198 | ;; http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01869.html | 198 | ;; https://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01869.html |
| 199 | (defun nroff-insert-comment-function () | 199 | (defun nroff-insert-comment-function () |
| 200 | "Function for `comment-insert-comment-function' in `nroff-mode'." | 200 | "Function for `comment-insert-comment-function' in `nroff-mode'." |
| 201 | (indent-to (nroff-comment-indent)) | 201 | (indent-to (nroff-comment-indent)) |
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 5c4d540f7aa..948743e8e5b 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -1775,7 +1775,7 @@ Mark is left at original location." | |||
| 1775 | ;; Note this does not handle things like mismatched brackets inside | 1775 | ;; Note this does not handle things like mismatched brackets inside |
| 1776 | ;; begin/end blocks. | 1776 | ;; begin/end blocks. |
| 1777 | ;; Needs to handle escaped parens for tex-validate-*. | 1777 | ;; Needs to handle escaped parens for tex-validate-*. |
| 1778 | ;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00038.html | 1778 | ;; https://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00038.html |
| 1779 | ;; Does not handle escaped parens when latex-handle-escaped-parens is nil. | 1779 | ;; Does not handle escaped parens when latex-handle-escaped-parens is nil. |
| 1780 | (defun latex-forward-sexp-1 () | 1780 | (defun latex-forward-sexp-1 () |
| 1781 | "Like (forward-sexp 1) but aware of multi-char elements and escaped parens." | 1781 | "Like (forward-sexp 1) but aware of multi-char elements and escaped parens." |
diff --git a/lisp/url/ChangeLog.1 b/lisp/url/ChangeLog.1 index eb7982916c9..5d6a68e563e 100644 --- a/lisp/url/ChangeLog.1 +++ b/lisp/url/ChangeLog.1 | |||
| @@ -2403,7 +2403,7 @@ | |||
| 2403 | (file-symlink-p): Ditto. | 2403 | (file-symlink-p): Ditto. |
| 2404 | (url-insert-file-contents): If `visit' is non-nil then make sure | 2404 | (url-insert-file-contents): If `visit' is non-nil then make sure |
| 2405 | we set buffer-file-name. After these changes you can visit | 2405 | we set buffer-file-name. After these changes you can visit |
| 2406 | http://www.gnu.org/ directly from the minibuffer. | 2406 | https://www.gnu.org/ directly from the minibuffer. |
| 2407 | (url-insert-file-contents): When inserting the file contents, | 2407 | (url-insert-file-contents): When inserting the file contents, |
| 2408 | use a save-excursion so that we behave just like the original. | 2408 | use a save-excursion so that we behave just like the original. |
| 2409 | 2409 | ||
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 1e835f6f373..9d56ed256a2 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el | |||
| @@ -432,7 +432,7 @@ and the face `diff-added' for added lines.") | |||
| 432 | "If non-nil, empty lines are valid in unified diffs. | 432 | "If non-nil, empty lines are valid in unified diffs. |
| 433 | Some versions of diff replace all-blank context lines in unified format with | 433 | Some versions of diff replace all-blank context lines in unified format with |
| 434 | empty lines. This makes the format less robust, but is tolerated. | 434 | empty lines. This makes the format less robust, but is tolerated. |
| 435 | See http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01990.html") | 435 | See https://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01990.html") |
| 436 | 436 | ||
| 437 | (defconst diff-hunk-header-re | 437 | (defconst diff-hunk-header-re |
| 438 | (concat "^\\(?:" diff-hunk-header-re-unified ".*\\|\\*\\{15\\}.*\n\\*\\*\\* .+ \\*\\*\\*\\*\\|[0-9]+\\(,[0-9]+\\)?[acd][0-9]+\\(,[0-9]+\\)?\\)$")) | 438 | (concat "^\\(?:" diff-hunk-header-re-unified ".*\\|\\*\\{15\\}.*\n\\*\\*\\* .+ \\*\\*\\*\\*\\|[0-9]+\\(,[0-9]+\\)?[acd][0-9]+\\(,[0-9]+\\)?\\)$")) |
diff --git a/lisp/vc/smerge-mode.el b/lisp/vc/smerge-mode.el index 91be89b5dc1..34fea232feb 100644 --- a/lisp/vc/smerge-mode.el +++ b/lisp/vc/smerge-mode.el | |||
| @@ -1094,7 +1094,7 @@ used to replace chars to try and eliminate some spurious differences." | |||
| 1094 | ;; also and more importantly because otherwise it | 1094 | ;; also and more importantly because otherwise it |
| 1095 | ;; may happen that diff doesn't behave like | 1095 | ;; may happen that diff doesn't behave like |
| 1096 | ;; smerge-refine-weight-hack expects it to. | 1096 | ;; smerge-refine-weight-hack expects it to. |
| 1097 | ;; See http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg00401.html | 1097 | ;; See https://lists.gnu.org/archive/html/emacs-devel/2007-11/msg00401.html |
| 1098 | "-awd" "-ad") | 1098 | "-awd" "-ad") |
| 1099 | file1 file2)) | 1099 | file1 file2)) |
| 1100 | ;; Process diff's output. | 1100 | ;; Process diff's output. |
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 9d7a4d49b8b..ed85603f828 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el | |||
| @@ -978,7 +978,7 @@ This prompts for a branch to merge from." | |||
| 978 | ;; FIXME | 978 | ;; FIXME |
| 979 | ;; 1) the net result is to call git twice per file. | 979 | ;; 1) the net result is to call git twice per file. |
| 980 | ;; 2) v-g-c-f is documented to take a directory. | 980 | ;; 2) v-g-c-f is documented to take a directory. |
| 981 | ;; http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01126.html | 981 | ;; https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01126.html |
| 982 | (vc-git-conflicted-files buffer-file-name) | 982 | (vc-git-conflicted-files buffer-file-name) |
| 983 | (save-excursion | 983 | (save-excursion |
| 984 | (goto-char (point-min)) | 984 | (goto-char (point-min)) |
diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el index 9dffc144c6d..db1addbecd2 100644 --- a/lisp/vc/vc-rcs.el +++ b/lisp/vc/vc-rcs.el | |||
| @@ -849,7 +849,7 @@ and CVS." | |||
| 849 | 849 | ||
| 850 | ;; You might think that this should be distributed with RCS, but | 850 | ;; You might think that this should be distributed with RCS, but |
| 851 | ;; apparently not. CVS sometimes provides a version of it. | 851 | ;; apparently not. CVS sometimes provides a version of it. |
| 852 | ;; http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00288.html | 852 | ;; https://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00288.html |
| 853 | (defvar vc-rcs-rcs2log-program | 853 | (defvar vc-rcs-rcs2log-program |
| 854 | (let (exe) | 854 | (let (exe) |
| 855 | (cond ((file-executable-p | 855 | (cond ((file-executable-p |
diff --git a/lisp/view.el b/lisp/view.el index 2d26a11a811..8e40cffce2e 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -982,7 +982,7 @@ for highlighting the match that is found." | |||
| 982 | ;; This is the dumb approach, looking at each line. The original | 982 | ;; This is the dumb approach, looking at each line. The original |
| 983 | ;; version of this function looked like it might have been trying to | 983 | ;; version of this function looked like it might have been trying to |
| 984 | ;; do something clever, but not succeeding: | 984 | ;; do something clever, but not succeeding: |
| 985 | ;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00073.html | 985 | ;; https://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00073.html |
| 986 | (defun view-search-no-match-lines (times regexp) | 986 | (defun view-search-no-match-lines (times regexp) |
| 987 | "Search for the TIMESth occurrence of a line with no match for REGEXP. | 987 | "Search for the TIMESth occurrence of a line with no match for REGEXP. |
| 988 | If such a line is found, return non-nil and set the match-data to that line. | 988 | If such a line is found, return non-nil and set the match-data to that line. |
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index f071c402c0c..dca06ca3595 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el | |||
| @@ -832,7 +832,7 @@ button end points." | |||
| 832 | 832 | ||
| 833 | ;; This alias exists only so that one can choose in doc-strings (e.g. | 833 | ;; This alias exists only so that one can choose in doc-strings (e.g. |
| 834 | ;; Custom-mode) which key-binding of widget-keymap one wants to refer to. | 834 | ;; Custom-mode) which key-binding of widget-keymap one wants to refer to. |
| 835 | ;; http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00480.html | 835 | ;; https://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00480.html |
| 836 | (define-obsolete-function-alias 'advertised-widget-backward | 836 | (define-obsolete-function-alias 'advertised-widget-backward |
| 837 | 'widget-backward "23.2") | 837 | 'widget-backward "23.2") |
| 838 | 838 | ||
diff --git a/lisp/windmove.el b/lisp/windmove.el index 14656c98d18..b573000fd7b 100644 --- a/lisp/windmove.el +++ b/lisp/windmove.el | |||
| @@ -425,7 +425,7 @@ supplied, if ARG is greater or smaller than zero, respectively." | |||
| 425 | top-left | 425 | top-left |
| 426 | ;; Don't care whether window is horizontally scrolled - | 426 | ;; Don't care whether window is horizontally scrolled - |
| 427 | ;; `posn-at-point' handles that already. See also: | 427 | ;; `posn-at-point' handles that already. See also: |
| 428 | ;; http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00638.html | 428 | ;; https://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00638.html |
| 429 | (posn-col-row | 429 | (posn-col-row |
| 430 | (posn-at-point (window-point window) window)))))))) | 430 | (posn-at-point (window-point window) window)))))))) |
| 431 | 431 | ||