emacs/lisp/url
Tim Landscheidt 6d1c1fca0a ; Simplify (with-current-buffer (get-buffer ...) ...)
There's no need to call 'get-buffer', since 'with-current-buffer'
does that internally.
* lisp/calendar/todo-mode.el (todo-merge-category):
* lisp/comint.el (comint-dynamic-list-completions):
* lisp/emacs-lisp/checkdoc.el (checkdoc-error):
* lisp/emacs-lisp/debug.el (debug, debugger-record-expression):
* lisp/emacs-lisp/eieio-opt.el (eieio-browse):
* lisp/emacs-lisp/re-builder.el (reb-restart-font-lock):
* lisp/erc/erc-dcc.el (erc-dcc-do-LIST-command):
* lisp/eshell/em-unix.el (eshell-poor-mans-grep):
* lisp/gnus/gnus-group.el (gnus-add-mark):
* lisp/net/eww.el (eww-next-bookmark, eww-previous-bookmark):
* lisp/net/sieve.el (sieve-upload):
* lisp/net/tramp-cmds.el (tramp-cleanup-some-buffers):
* lisp/obsolete/quickurl.el (quickurl-list-populate-buffer):
* lisp/org/ob-calc.el: (org-babel-execute:calc):
* lisp/org/org-agenda.el (org-agenda-use-sticky-p):
* lisp/pcomplete.el (pcomplete-show-completions):
* lisp/progmodes/bug-reference.el
(bug-reference--try-setup-gnus-article):
* lisp/progmodes/idlw-help.el
(idlwave-highlight-linked-completions):
* lisp/progmodes/verilog-mode.el (verilog-preprocess):
* lisp/replace.el (occur-1):
* lisp/term.el (term-dynamic-list-completions):
* lisp/time.el (world-clock-update):
* lisp/url/url-cache.el (url-store-in-cache):
* lisp/vc/vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news):
* lisp/vc/vc-rcs.el (vc-rcs-system-release):
* lisp/vc/vc-svn.el (vc-svn-merge, vc-svn-merge-news):
* test/lisp/calendar/icalendar-tests.el
(icalendar-tests--get-error-string-for-export):
* test/lisp/erc/erc-dcc-tests.el
(pcomplete/erc-mode/DCC--get-1flag)
(pcomplete/erc-mode/DCC--get-2flags)
(pcomplete/erc-mode/DCC--get-2flags-reverse):
* test/lisp/erc/erc-networks-tests.el
(erc-networks--rename-server-buffer--existing--noreuse):
* test/lisp/erc/erc-scenarios-services-misc.el
(erc-scenarios-services-misc--reconnect-retry-nick):
* test/lisp/erc/erc-tests.el (erc--refresh-prompt):
Replace (with-current-buffer (get-buffer ...) ...) with
(with-current-buffer ...).
2024-03-14 12:40:26 +02:00
..
ChangeLog.1 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-auth.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-cache.el ; Simplify (with-current-buffer (get-buffer ...) ...) 2024-03-14 12:40:26 +02:00
url-cid.el Delete compat code in url library 2024-02-04 11:41:06 +01:00
url-cookie.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-dav.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-domsuf.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
url-expand.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-file.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-ftp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-future.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
url-gw.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
url-handlers.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-history.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-http.el Pacify some docstring control char warnings 2024-02-28 17:04:20 +01:00
url-imap.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-irc.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
url-ldap.el Delete compat code in url library 2024-02-04 11:41:06 +01:00
url-mailto.el Delete compat code in url library 2024-02-04 11:41:06 +01:00
url-methods.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-misc.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-news.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-nfs.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-parse.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-privacy.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
url-proxy.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-queue.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-tramp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
url-util.el Avoid defconst for vars which we modify 2024-01-04 18:44:43 -05:00
url-vars.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
url.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00