Mercurial > emacs
changeset 26157:313a03652df3
Added (require 'custom) and deleted :version line from
octave-auto-indent. Both these changes were made to make Octave lisp
files compatible with Emacs 19.34 and XEmacs 20.
author | Stephen Eglen <stephen@gnu.org> |
---|---|
date | Sun, 24 Oct 1999 18:13:42 +0000 |
parents | 9a67e9379891 |
children | 4c3791dba96a |
files | lisp/progmodes/octave-mod.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/octave-mod.el Sun Oct 24 17:00:47 1999 +0000 +++ b/lisp/progmodes/octave-mod.el Sun Oct 24 18:13:42 1999 +0000 @@ -40,6 +40,7 @@ ;; `run-octave' for further information on usage and customization. ;;; Code: +(require 'custom) (defgroup octave nil "Major mode for editing Octave source files." @@ -308,8 +309,7 @@ (defcustom octave-auto-indent nil "*Non-nil means indent line after a semicolon or space in Octave mode." :type 'boolean - :group 'octave - :version "20.3") + :group 'octave) (defcustom octave-auto-newline nil "*Non-nil means automatically newline after a semicolon in Octave mode."