summaryrefslogtreecommitdiff
path: root/lisp/obsolete/quickurl.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/obsolete/quickurl.el')
-rw-r--r--lisp/obsolete/quickurl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/quickurl.el b/lisp/obsolete/quickurl.el
index 7393bebdce1..7da51a8a4a8 100644
--- a/lisp/obsolete/quickurl.el
+++ b/lisp/obsolete/quickurl.el
@@ -447,7 +447,7 @@ The key bindings for `quickurl-list-mode' are:
(defun quickurl-list-populate-buffer ()
"Populate the `quickurl-list' buffer."
- (with-current-buffer (get-buffer quickurl-list-buffer-name)
+ (with-current-buffer quickurl-list-buffer-name
(let* ((sizes (or (cl-loop for url in quickurl-urls
collect (length (quickurl-url-description url)))
(list 20)))