diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2021-06-30 22:17:01 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-06-30 22:17:01 +0200 |
commit | 8ebd8e1fea1d0d925850db97b64bf13a6a1f698b (patch) | |
tree | 67f11743c8bd7ecfc501cb60ba00e92a948a6c7c /lisp/net/eudc.el | |
parent | ecec94dcf0ebeab39dc7949797b34a559f7eb266 (diff) | |
download | emacs-8ebd8e1fea1d0d925850db97b64bf13a6a1f698b.tar.gz emacs-8ebd8e1fea1d0d925850db97b64bf13a6a1f698b.tar.bz2 emacs-8ebd8e1fea1d0d925850db97b64bf13a6a1f698b.zip |
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/net/eudc.el')
-rw-r--r-- | lisp/net/eudc.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el index 425217cf65c..6459c52afee 100644 --- a/lisp/net/eudc.el +++ b/lisp/net/eudc.el @@ -1129,7 +1129,9 @@ queries the server for the existing fields and displays a corresponding form." (cons "Directory Servers" (easy-menu-create-menu "Directory Servers" (cdr (eudc-menu)))))) -;;; Load time initializations : +;;}}} + +;;{{{ Load time initializations ;; Load the options file (if (and (not noninteractive) |