aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/bs.el
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-05 09:36:02 +0000
committerGerd Moellmann2001-10-05 09:36:02 +0000
commitd8754ce5289bd855f19c9bd522c8aac7b79fa4e0 (patch)
treef77838f6a916c22f0fa6e06cfc8e10d1b3a0800e /lisp/bs.el
parent7271daf79bd8866c45c00d66157fab3d811c2ea4 (diff)
downloademacs-d8754ce5289bd855f19c9bd522c8aac7b79fa4e0.tar.gz
emacs-d8754ce5289bd855f19c9bd522c8aac7b79fa4e0.zip
Change ;;; to ;; for outline-minor-mode.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r--lisp/bs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/bs.el b/lisp/bs.el
index 26942c3e593..ac4598df0f7 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -187,7 +187,7 @@ return a string representing the column's value."
187 (setq ele (cdr ele))) 187 (setq ele (cdr ele)))
188 (concat res "$\\)"))) 188 (concat res "$\\)")))
189 189
190;;; Font-Lock-Settings 190;; Font-Lock-Settings
191(defvar bs-mode-font-lock-keywords 191(defvar bs-mode-font-lock-keywords
192 (list ;; header in font-lock-type-face 192 (list ;; header in font-lock-type-face
193 (list (bs--make-header-match-string) 193 (list (bs--make-header-match-string)
@@ -1511,7 +1511,7 @@ name of buffer configuration."
1511 (setq bs--marked-buffers nil) 1511 (setq bs--marked-buffers nil)
1512 (bs--show-with-configuration (bs--configuration-name-for-prefix-arg arg))) 1512 (bs--show-with-configuration (bs--configuration-name-for-prefix-arg arg)))
1513 1513
1514;;; Now provide feature bs 1514;; Now provide feature bs
1515(provide 'bs) 1515(provide 'bs)
1516 1516
1517;;; bs.el ends here 1517;;; bs.el ends here