summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-06-30 22:17:01 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-06-30 22:17:01 +0200
commit8ebd8e1fea1d0d925850db97b64bf13a6a1f698b (patch)
tree67f11743c8bd7ecfc501cb60ba00e92a948a6c7c /lisp/icomplete.el
parentecec94dcf0ebeab39dc7949797b34a559f7eb266 (diff)
downloademacs-8ebd8e1fea1d0d925850db97b64bf13a6a1f698b.tar.gz
In files that use allout use it for all headings
* lisp/allout.el: Don't prefix regular comments with three semicolons. * lisp/icomplete.el: Use allout syntax for all headings. * lisp/net/eudc.el: Use allout syntax for all headings.
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r--lisp/icomplete.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index 08b4ef2030a..26698c43cfd 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -276,8 +276,8 @@ Last entry becomes the first and can be selected with
(setcdr last-but-one (cdr (cdr last-but-one)))))
(completion--cache-all-sorted-completions beg end comps)))
-;;; Helpers for `fido-mode' (or `ido-mode' emulation)
-;;;
+;;;_* Helpers for `fido-mode' (or `ido-mode' emulation)
+
(defun icomplete-fido-kill ()
"Kill line or current completion, like `ido-mode'.
If killing to the end of line make sense, call `kill-line',
@@ -966,7 +966,7 @@ matches exist."
;; is cached.
(if last (setcdr last base-size))))))))
-;;; Iswitchb compatibility
+;;;_* Iswitchb compatibility
;; We moved Iswitchb to `obsolete' in 24.4, but autoloads in files in
;; `obsolete' aren't obeyed (since that would encourage people to keep using
@@ -981,7 +981,7 @@ matches exist."
(provide 'icomplete)
-;;_* Local emacs vars.
+;;;_* Local emacs vars.
;;Local variables:
;;allout-layout: (-2 :)
;;End: