mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Explicitly pass obarray' to unintern' to avoid a warning.
* gnus/gnus-registry.el (gnus-registry-install-shortcuts) * obsolete/old-whitespace.el (whitespace-unload-function)
This commit is contained in:
parent
6664fc59a8
commit
5e2a84e30d
4 changed files with 12 additions and 2 deletions
|
|
@ -783,7 +783,7 @@ Uses `gnus-registry-marks' to find what shortcuts to install."
|
|||
(function-name (format function-format variant-name))
|
||||
(shortcut (format "%c" data))
|
||||
(shortcut (if remove (upcase shortcut) shortcut)))
|
||||
(unintern function-name)
|
||||
(unintern function-name obarray)
|
||||
(eval
|
||||
`(defun
|
||||
;; function name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue