Changeset b3df58 in git for emacs


Ignore:
Timestamp:
May 23, 2000, 4:27:04 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3838a900bb6028df900fe079b863507697c81efb
Parents:
59bab4659e11035de3f8475e7a11ecffa967d4a8
Message:
enable auto compression


git-svn-id: file:///usr/local/Singular/svn/trunk@4373 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/.emacs-singular

    r59bab4 rb3df58  
    11;;; Emacs edit mode for this file is  -*- Emacs-Lisp -*-
    2 ;;; $Id: .emacs-singular,v 1.14 2000-05-17 13:05:40 obachman Exp $
     2;;; $Id: .emacs-singular,v 1.15 2000-05-23 14:27:04 obachman Exp $
    33
    44;;;
     
    138138;;; following code turns this on for all of the recognized languages.       
    139139(cond ((string-match "XEmacs\\|Lucid" emacs-version)
     140       (toggle-auto-compression 1)
    140141       (require 'func-menu)
    141142       (define-key global-map 'f8 'function-menu)
Note: See TracChangeset for help on using the changeset viewer.