diff options
Diffstat (limited to 'test/lisp/buff-menu-tests.el')
-rw-r--r-- | test/lisp/buff-menu-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/buff-menu-tests.el b/test/lisp/buff-menu-tests.el index 21ffb2ebf36..82b34d35d64 100644 --- a/test/lisp/buff-menu-tests.el +++ b/test/lisp/buff-menu-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: @@ -26,7 +26,7 @@ (require 'ert) (ert-deftest buff-menu-24962 () - "Test for http://debbugs.gnu.org/24962 ." + "Test for https://debbugs.gnu.org/24962 ." (let* ((file (make-temp-file "foo")) (buf (find-file file))) (unwind-protect |