Mercurial > hg > xemacs-beta
comparison lisp/menubar-items.el @ 5940:c608d4b0b75e cygwin64 tip
rescue lost branch from 64bit.backup
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 16 Dec 2021 18:48:58 +0000 |
parents | 40fbceabaafd |
children |
comparison
equal
deleted
inserted
replaced
5928:2f34b59f451a | 5940:c608d4b0b75e |
---|---|
952 ["Automatic %_EOL Detection" | 952 ["Automatic %_EOL Detection" |
953 (customize-set-variable 'eol-detection-enabled-p | 953 (customize-set-variable 'eol-detection-enabled-p |
954 (not eol-detection-enabled-p)) | 954 (not eol-detection-enabled-p)) |
955 :style toggle | 955 :style toggle |
956 :selected eol-detection-enabled-p | 956 :selected eol-detection-enabled-p |
957 :included (not (memq system-type '(windows-nt cygwin32)))] | 957 :included (not (memq system-type '(windows-nt cygwin32 cygwin64)))] |
958 ("Set Coding System of %_Buffer File" | 958 ("Set Coding System of %_Buffer File" |
959 :filter | 959 :filter |
960 ,#'(lambda (menu) | 960 ,#'(lambda (menu) |
961 (coding-system-menu-filter | 961 (coding-system-menu-filter |
962 (lambda (entry) | 962 (lambda (entry) |