comparison lisp/dabbrev.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 4cd7543be581
children 6fb68a1460a6
comparison
equal deleted inserted replaced
661:36fbc3f71803 662:8a533acedb77
1 ;; Dynamic abbreviation package for GNU Emacs. 1 ;;; dabbrev.el --- dynamic abbreviation package for GNU Emacs.
2
2 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
3 4
4 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
5 6
6 ;; GNU Emacs is free software; you can redistribute it and/or modify 7 ;; GNU Emacs is free software; you can redistribute it and/or modify
255 (setq result (downcase result)))))) 256 (setq result (downcase result))))))
256 result))) 257 result)))
257 258
258 (provide 'dabbrevs) 259 (provide 'dabbrevs)
259 260
261 ;;; dabbrev.el ends here