comparison etc/NEWS @ 110742:f0f8f95b6535

Remove directory-sep-char, obsolete since 21.1. * lisp/subr.el (directory-sep-char): Remove obsolete variable. * lisp/net/tramp-compat.el: Don't mess about with the byte-compiler unless it is "necessary". * doc/lispref/files.texi (File Name Components): Remove ignored section about deleted variable directory-sep-char. * etc/NEWS: Mention above change.
author Glenn Morris <rgm@gnu.org>
date Sun, 03 Oct 2010 14:23:13 -0700
parents d90a3bc6b730
children 32788054e732
comparison
equal deleted inserted replaced
110741:d90a3bc6b730 110742:f0f8f95b6535
557 iswitchb-default-keybindings, char-bytes, isearch-return-char, 557 iswitchb-default-keybindings, char-bytes, isearch-return-char,
558 make-local-hook 558 make-local-hook
559 559
560 ** The following variables and aliases, obsolete since at least Emacs 21.1, 560 ** The following variables and aliases, obsolete since at least Emacs 21.1,
561 have been removed: 561 have been removed:
562 checkdoc-minor-keymap, vc-header-alist 562 checkdoc-minor-keymap, vc-header-alist, directory-sep-char
563 563
564 564
565 * Lisp changes in Emacs 24.1 565 * Lisp changes in Emacs 24.1
566 566
567 ** New variable syntax-propertize-function to set syntax-table properties. 567 ** New variable syntax-propertize-function to set syntax-table properties.