/[emacs]/emacs/lisp/cus-start.el
ViewVC logotype

Diff of /emacs/lisp/cus-start.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.50.2.1 by miles, Fri Apr 4 06:20:01 2003 UTC revision 1.50.2.2 by miles, Tue Oct 14 23:50:53 2003 UTC
# Line 200  Line 200 
200               ;; syntax.c               ;; syntax.c
201               (parse-sexp-ignore-comments editing-basics boolean)               (parse-sexp-ignore-comments editing-basics boolean)
202               (words-include-escapes editing-basics boolean)               (words-include-escapes editing-basics boolean)
203                 (open-paren-in-column-0-is-defun-start editing-basics boolean
204                                                        "21.1")
205               ;; window.c               ;; window.c
206               (temp-buffer-show-function windows (choice (const nil) function))               (temp-buffer-show-function windows (choice (const nil) function))
207               (display-buffer-function windows (choice (const nil) function))               (display-buffer-function windows (choice (const nil) function))
# Line 254  Line 256 
256               (line-number-display-limit display               (line-number-display-limit display
257                                          (choice integer                                          (choice integer
258                                                  (const :tag "No limit" nil)))                                                  (const :tag "No limit" nil)))
259                 (line-number-display-limit-width display integer)
260               (highlight-nonselected-windows display boolean)               (highlight-nonselected-windows display boolean)
261               (message-log-max debug (choice (const :tag "Disable" nil)               (message-log-max debug (choice (const :tag "Disable" nil)
262                                              (integer :menu-tag "lines"                                              (integer :menu-tag "lines"
263                                                       :format "%v")                                                       :format "%v")
264                                              (other :tag "Unlimited" t)))                                              (other :tag "Unlimited" t)))
265               (unibyte-display-via-language-environment mule boolean)               (unibyte-display-via-language-environment mule boolean)
266                 (blink-cursor-alist cursor alist "21.5")
267               ;; xfaces.c               ;; xfaces.c
268               (scalable-fonts-allowed display boolean)               (scalable-fonts-allowed display boolean)
269               ;; xfns.c               ;; xfns.c
# Line 319  Line 323 
323          (put symbol 'custom-version version)))))          (put symbol 'custom-version version)))))
324    
325  (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)  (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)
326    (custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start
327                         'custom-variable)
328  (put 'selection-coding-system 'custom-set  (put 'selection-coding-system 'custom-set
329       (lambda (symbol value)       (lambda (symbol value)
330         (set-selection-coding-system value)         (set-selection-coding-system value)
# Line 331  Line 337 
337  (unless purify-flag  (unless purify-flag
338    (provide 'cus-start))    (provide 'cus-start))
339    
340    ;;; arch-tag: 4502730d-bcb3-4f5e-99a3-a86f2d54af60
341  ;;; cus-start.el ends here  ;;; cus-start.el ends here

Legend:
Removed from v.1.50.2.1  
changed lines
  Added in v.1.50.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26