emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-start.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-start.el
Date: Tue, 05 Aug 2003 11:27:39 -0400

Index: emacs/lisp/cus-start.el
diff -c emacs/lisp/cus-start.el:1.55 emacs/lisp/cus-start.el:1.56
*** emacs/lisp/cus-start.el:1.55        Tue Feb  4 06:04:47 2003
--- emacs/lisp/cus-start.el     Tue Aug  5 11:27:38 2003
***************
*** 200,205 ****
--- 200,207 ----
             ;; 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,259 ****
--- 256,262 ----
             (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,324 ****
--- 322,329 ----
        (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]