diff options
author | Dave Love <fx@gnu.org> | 2003-08-05 15:27:38 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-08-05 15:27:38 +0000 |
commit | 779d0b80f890d7765f9fad07f5f92c881d757db0 (patch) | |
tree | 339d6243f6b367919c290996d6081da78e57216b /lisp | |
parent | 4372483c63cf3fd6b457b6337a7677804d1f4f8f (diff) | |
download | emacs-779d0b80f890d7765f9fad07f5f92c881d757db0.tar.gz |
Add open-paren-in-column-0-is-defun-start,
line-number-display-limit-width.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-start.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 9ece1e8d2f0..7a853aa213b 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -200,6 +200,8 @@ ;; syntax.c (parse-sexp-ignore-comments editing-basics boolean) (words-include-escapes editing-basics boolean) + (open-paren-in-column-0-is-defun-start editing-basics boolean + "21.1") ;; window.c (temp-buffer-show-function windows (choice (const nil) function)) (display-buffer-function windows (choice (const nil) function)) @@ -254,6 +256,7 @@ (line-number-display-limit display (choice integer (const :tag "No limit" nil))) + (line-number-display-limit-width display integer) (highlight-nonselected-windows display boolean) (message-log-max debug (choice (const :tag "Disable" nil) (integer :menu-tag "lines" @@ -319,6 +322,8 @@ (put symbol 'custom-version version))))) (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable) +(custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start + 'custom-variable) (put 'selection-coding-system 'custom-set (lambda (symbol value) (set-selection-coding-system value) |