Mercurial > hg > xemacs-beta
comparison etc/sample.init.el @ 1959:b10161763edf
[xemacs-hg @ 2004-03-20 12:51:25 by adrian]
xemacs-21.5: Typo and copycat fix for etc/sample.init.el
-------------------- ChangeLog entries follow: --------------------
etc/ChangeLog addition:
2004-03-20 Adrian Aichner <adrian@xemacs.org>
* sample.init.el: Typo and copycat fix.
author | adrian |
---|---|
date | Sat, 20 Mar 2004 12:51:25 +0000 |
parents | 42375619fa45 |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
1958:308063db4f18 | 1959:b10161763edf |
---|---|
271 ;; Define a function to make it easier to check which version we're | 271 ;; Define a function to make it easier to check which version we're |
272 ;; running. This function already exists in recent XEmacs versions, | 272 ;; running. This function already exists in recent XEmacs versions, |
273 ;; and in fact all we've done is copied the definition. Note again | 273 ;; and in fact all we've done is copied the definition. Note again |
274 ;; how we check to avoid clobbering an existing definition. (It's good | 274 ;; how we check to avoid clobbering an existing definition. (It's good |
275 ;; style to do this, in case some improvement was made to the | 275 ;; style to do this, in case some improvement was made to the |
276 ;; already-existing function -- otherwise we might subsitute an older | 276 ;; already-existing function -- otherwise we might substitute an older |
277 ;; definition and possibly break some code elsewhere.) | 277 ;; definition and possibly break some code elsewhere.) |
278 ;; | 278 ;; |
279 ;; NOTE ALSO: It is in general *NOT* a good idea to do what we're | 279 ;; NOTE ALSO: It is in general *NOT* a good idea to do what we're |
280 ;; doing -- i.e. provide a definition of a function that is present in | 280 ;; doing -- i.e. provide a definition of a function that is present in |
281 ;; newer versions of XEmacs but not older ones. The reason is that it | 281 ;; newer versions of XEmacs but not older ones. The reason is that it |
1261 ) | 1261 ) |
1262 (Init-safe-require 'crypt) | 1262 (Init-safe-require 'crypt) |
1263 | 1263 |
1264 | 1264 |
1265 ;;; ******************** | 1265 ;;; ******************** |
1266 ;;; Filladapt is a syntax-highlighting package. When it is enabled it | 1266 ;;; Filladapt is an adaptive text-filling package. When it is enabled it |
1267 ;;; makes filling (e.g. using M-q) much much smarter about paragraphs | 1267 ;;; makes filling (e.g. using M-q) much much smarter about paragraphs |
1268 ;;; that are indented and/or are set off with semicolons, dashes, etc. | 1268 ;;; that are indented and/or are set off with semicolons, dashes, etc. |
1269 | 1269 |
1270 (Init-safe-require 'filladapt) | 1270 (Init-safe-require 'filladapt) |
1271 (setq-default filladapt-mode t) | 1271 (setq-default filladapt-mode t) |