emacs/lisp/eshell
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
..
em-alias.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-banner.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-basic.el Support setting umask symbolically in Eshell 2024-01-27 22:21:23 -08:00
em-cmpl.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-dirs.el In Eshell, don't expand quoted tildes into a user's home directory 2024-01-28 16:02:05 -08:00
em-elecslash.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-extpipe.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-glob.el Support expanding Eshell globs for remote file names 2024-03-07 12:21:06 -08:00
em-hist.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-ls.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-pred.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-prompt.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-rebind.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-script.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-smart.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-term.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
em-tramp.el Fix command replacement with the Eshell builtin versions of "sudo" and "doas" 2024-01-27 12:22:57 -08:00
em-unix.el ; Simplify (with-current-buffer (get-buffer ...) ...) 2024-03-14 12:40:26 +02:00
em-xtra.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
esh-arg.el ; Fix typos 2024-02-04 11:06:50 +01:00
esh-cmd.el Fix detection of directly-invokable commands in Eshell 2024-01-26 10:17:19 -08:00
esh-ext.el Document arguments to Eshell's built-in commands 2024-02-04 21:12:42 -08:00
esh-io.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
esh-mode.el When deleting output in Eshell, optionally add it to the kill ring. 2024-02-15 18:25:21 -08:00
esh-module.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
esh-opt.el ; Compute the list of symbols for 'eshell-eval-using-options' once 2024-02-13 12:27:38 -08:00
esh-proc.el ; Be more strict with command arguments for a few Eshell commands 2024-01-27 22:21:29 -08:00
esh-util.el Support expanding Eshell globs for remote file names 2024-03-07 12:21:06 -08:00
esh-var.el Document arguments to Eshell's built-in commands 2024-02-04 21:12:42 -08:00
eshell.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00