aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/minibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 48859585bc2..13da7f99a38 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -4116,7 +4116,7 @@ which is at the core of flex logic. The extra
4116 (+ (- point (length short)) 4116 (+ (- point (length short))
4117 (length long)))))) 4117 (length long))))))
4118 4118
4119(defun completion-shorthand-all-completions (string table pred _point) 4119(defun completion-shorthand-all-completions (_string _table _pred _point)
4120 ;; no-op: For now, we don't want shorthands to list all the possible 4120 ;; no-op: For now, we don't want shorthands to list all the possible
4121 ;; locally active longhands. For the completion categories where 4121 ;; locally active longhands. For the completion categories where
4122 ;; this style is active, it could hide other more interesting 4122 ;; this style is active, it could hide other more interesting