Changeset 4fb7e4 in git for emacs


Ignore:
Timestamp:
Feb 28, 2014, 9:48:20 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
118d806fa16870f5efd54633dfd1e7686cba81fc
Parents:
3074ad70db777694b401b1cd3980f74301b0339d
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-02-28 09:48:20+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-02-28 09:48:58+01:00
Message:
fix: remove make-localhook (for emacs >=21.1)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/singular.el

    r3074ad7 r4fb7e4  
    37533753  ;; functions.  NOT READY [should be moved to the respective foldings]
    37543754  (make-local-variable 'singular-pre-input-filter-functions)
    3755   (make-local-hook 'singular-post-input-filter-functions)
     3755  ;;make-local-hook is obsolete in emcas >=21.1
     3756  ;;(make-local-hook 'singular-post-input-filter-functions)
    37563757  (make-local-variable 'singular-pre-output-filter-functions)
    3757   (make-local-hook 'singular-post-output-filter-functions)
     3758  ;;(make-local-hook 'singular-post-output-filter-functions)
    37583759
    37593760  (singular-interactive-mode-map-init)
Note: See TracChangeset for help on using the changeset viewer.