emacs/lisp/erc
Stefan Monnier 1870e2f48a Avoid defconst for vars which we modify
If we `setq` or let-bind a var, then presumably it's not a const.

* lisp/bookmark.el (bookmark-bmenu-buffer):
* lisp/char-fold.el (char-fold-table):
* lisp/pcmpl-linux.el (pcmpl-linux-fs-modules-path-format)
(pcmpl-linux-mtab-file):
* lisp/emacs-lisp/bytecomp.el (byte-compile-log-buffer):
* lisp/emacs-lisp/check-declare.el (check-declare-warning-buffer):
* lisp/emacs-lisp/ert-x.el (ert-remote-temporary-file-directory):
* lisp/erc/erc.el (erc-default-port):
* lisp/net/tramp.el (tramp-unknown-id-string)
(tramp-unknown-id-integer):
* lisp/url/url-util.el (url-unreserved-chars):
2024-01-04 18:44:43 -05:00
..
ChangeLog.1 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.2 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erc-autoaway.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erc-backend.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-button.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-capab.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-common.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-compat.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-dcc.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-desktop-notifications.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erc-ezbounce.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erc-fill.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-goodies.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-ibuffer.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-identd.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erc-imenu.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-join.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-lang.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erc-list.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erc-log.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-match.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-menu.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erc-netsplit.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-networks.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-nicks.el ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
erc-notify.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-page.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-pcomplete.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-replace.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erc-ring.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-sasl.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-services.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-sound.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-speedbar.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-spelling.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-stamp.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-status-sidebar.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-track.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-truncate.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
erc-xdcc.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erc.el Avoid defconst for vars which we modify 2024-01-04 18:44:43 -05:00